Home
last modified time | relevance | path

Searched refs:getGlobalIdentifier (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h584 getGlobalIdentifier(StringRef Name, GlobalValue::LinkageTypes Linkage,
590 LLVM_ABI std::string getGlobalIdentifier() const;
601 return getGUIDAssumingExternalLinkage(getGlobalIdentifier()); in getGUID()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp161 std::string GlobalValue::getGlobalIdentifier(StringRef Name, in getGlobalIdentifier() function in GlobalValue
186 std::string GlobalValue::getGlobalIdentifier() const { in getGlobalIdentifier() function in GlobalValue
187 return getGlobalIdentifier(getName(), getLinkage(), in getGlobalIdentifier()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp309 GlobalValue::getGlobalIdentifier(Sym.getIRName(), in computeGUIDPreservedSymbols()
H A DLTO.cpp1045 GlobalValue::getGlobalIdentifier(Sym.getIRName(), in addThinLTO()
1067 GlobalValue::getGlobalIdentifier(Sym.getIRName(), in addThinLTO()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp367 return GlobalValue::getGlobalIdentifier(GO.getName(), Linkage, FileName); in getIRPGONameForGlobalObject()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1815 std::string OrigId = GlobalValue::getGlobalIdentifier( in thinLTOInternalizeModule()
H A DMemProfContextDisambiguation.cpp5025 std::string OrigId = GlobalValue::getGlobalIdentifier( in findValueInfoForFunc()
5037 OrigId = GlobalValue::getGlobalIdentifier( in findValueInfoForFunc()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7171 GlobalValue::getGlobalIdentifier(ValueName, Linkage, SourceFileName); in setValueGUID()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp9543 GlobalValue::getGlobalIdentifier(Name, Linkage, SourceFileName)); in addGlobalValueToIndex()