|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/IR/GlobalValue.h 510 GUID getGUID() const { return getGUID(getGlobalIdentifier()); }
include/llvm/IR/ModuleSummaryIndex.h 1148 addGlobalValueSummary(getOrInsertValueInfo(GlobalValue::getGUID(ValueName)),
1279 auto TidIter = TypeIdMap.equal_range(GlobalValue::getGUID(TypeId));
1284 {GlobalValue::getGUID(TypeId), {TypeId, TypeIdSummary()}});
1291 auto TidIter = TypeIdMap.equal_range(GlobalValue::getGUID(TypeId));
include/llvm/IR/ModuleSummaryIndexYAML.h 265 V.insert({GlobalValue::getGUID(Key), {Key, TId}});
include/llvm/ProfileData/SampleProf.h 109 GUIDBuf = std::to_string(Function::getGUID(Name));
568 : Function::getGUID(Name);
lib/Analysis/ModuleSummaryAnalysis.cpp 173 GlobalValue::GUID Guid = GlobalValue::getGUID(TypeId->getString());
204 GlobalValue::GUID Guid = GlobalValue::getGUID(TypeId->getString());
633 if (ValueInfo VI = Index.getValueInfo(GlobalValue::getGUID(Name)))
lib/AsmParser/LLParser.cpp 7514 *TIDRef.first = GlobalValue::getGUID(Name);
7621 *TIDRef.first = GlobalValue::getGUID(Name);
7932 GUID = GlobalValue::getGUID(
lib/Bitcode/Reader/BitcodeReader.cpp 5375 auto ValueGUID = GlobalValue::getGUID(GlobalId);
5378 OriginalNameID = GlobalValue::getGUID(ValueName);
lib/Bitcode/Writer/BitcodeWriter.cpp 4137 GlobalValue::getGUID(GlobalValue::dropLLVMManglingEscape(S)))) {
4151 GlobalValue::getGUID(GlobalValue::dropLLVMManglingEscape(S)))) {
lib/IR/AsmWriter.cpp 1046 CreateGUIDSlot(GlobalValue::getGUID(TId.first));
2727 auto GUID = GlobalValue::getGUID(TId.first);
lib/LTO/LTO.cpp 819 auto GUID = GlobalValue::getGUID(GlobalValue::getGlobalIdentifier(
907 GlobalValue::GUID GUID = GlobalValue::getGUID(
1072 GlobalValue::getGUID(GlobalValue::dropLLVMManglingEscape(Name)));
1075 GlobalValue::getGUID(GlobalValue::dropLLVMManglingEscape(Name)));
1320 auto GUID = GlobalValue::getGUID(
1331 GlobalValue::getGUID(GlobalValue::dropLLVMManglingEscape(Def)));
lib/LTO/ThinLTOCodeGenerator.cpp 263 PreservedGUID.insert(GlobalValue::getGUID(Sym.getIRName()));
276 GUIDPreservedSymbols.insert(GlobalValue::getGUID(Name));
lib/ProfileData/InstrProf.cpp 345 MD5FuncMap.emplace_back(Function::getGUID(PGOFuncName), &F);
355 MD5FuncMap.emplace_back(Function::getGUID(OtherFuncName), &F);
lib/Transforms/IPO/FunctionImport.cpp 1027 GS = DefinedGlobals.find(GlobalValue::getGUID(OrigId));
1035 GS = DefinedGlobals.find(GlobalValue::getGUID(OrigName));
lib/Transforms/IPO/LowerTypeTests.cpp 1861 const GlobalValue::GUID GUID = GlobalValue::getGUID(
2052 MetadataByGUID[GlobalValue::getGUID(TypeId->getString())].push_back(
lib/Transforms/IPO/SampleProfile.cpp 214 {Function::getGUID(OrigName), OrigName});
226 {Function::getGUID(CanonName), CanonName});
lib/Transforms/IPO/WholeProgramDevirt.cpp 1815 MetadataByGUID[GlobalValue::getGUID(TypeId->getString())].push_back(
1892 GlobalValue::getGUID(cast<MDString>(S.first.TypeID)->getString());
1936 NameByGUID[GlobalValue::getGUID(P.first)].push_back(P.first);