Searched refs:getGlobalIdentifier (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | GlobalValue.h | 584 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 D | Globals.cpp | 161 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 D | ThinLTOCodeGenerator.cpp | 309 GlobalValue::getGlobalIdentifier(Sym.getIRName(), in computeGUIDPreservedSymbols()
|
| H A D | LTO.cpp | 1045 GlobalValue::getGlobalIdentifier(Sym.getIRName(), in addThinLTO() 1067 GlobalValue::getGlobalIdentifier(Sym.getIRName(), in addThinLTO()
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 367 return GlobalValue::getGlobalIdentifier(GO.getName(), Linkage, FileName); in getIRPGONameForGlobalObject()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 1815 std::string OrigId = GlobalValue::getGlobalIdentifier( in thinLTOInternalizeModule()
|
| H A D | MemProfContextDisambiguation.cpp | 5025 std::string OrigId = GlobalValue::getGlobalIdentifier( in findValueInfoForFunc() 5037 OrigId = GlobalValue::getGlobalIdentifier( in findValueInfoForFunc()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 7171 GlobalValue::getGlobalIdentifier(ValueName, Linkage, SourceFileName); in setValueGUID()
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 9543 GlobalValue::getGlobalIdentifier(Name, Linkage, SourceFileName)); in addGlobalValueToIndex()
|