Searched refs:getGlobalIdentifier (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | GlobalValue.h | 575 static std::string getGlobalIdentifier(StringRef Name, 581 std::string getGlobalIdentifier() const; 594 GUID getGUID() const { return getGUID(getGlobalIdentifier()); } in getGUID()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Globals.cpp | 144 std::string GlobalValue::getGlobalIdentifier(StringRef Name, in getGlobalIdentifier() function in GlobalValue 169 std::string GlobalValue::getGlobalIdentifier() const { in getGlobalIdentifier() function in GlobalValue 170 return getGlobalIdentifier(getName(), getLinkage(), in getGlobalIdentifier()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVCallLowering.cpp | 396 {static_cast<uint32_t>(LnkTy)}, F.getGlobalIdentifier()); in lowerFormalArguments()
|
| H A D | SPIRVInstructionSelector.cpp | 1522 std::string GlobalIdent = GV->getGlobalIdentifier(); in selectGlobalValue()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTO.cpp | 1005 auto GUID = GlobalValue::getGUID(GlobalValue::getGlobalIdentifier( in addThinLTO() 1026 auto GUID = GlobalValue::getGUID(GlobalValue::getGlobalIdentifier( in addThinLTO()
|
| H A D | ThinLTOCodeGenerator.cpp | 313 GUIDs.insert(GlobalValue::getGUID(GlobalValue::getGlobalIdentifier( in computeGUIDPreservedSymbols()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsSEISelDAGToDAG.cpp | 184 MI.getOperand(0).getGlobal()->getGlobalIdentifier() == "_mcount") in processFunctionAfterISel()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 1551 std::string OrigId = GlobalValue::getGlobalIdentifier( in thinLTOInternalizeModule()
|
| H A D | MemProfContextDisambiguation.cpp | 3264 std::string OrigId = GlobalValue::getGlobalIdentifier( in findValueInfoForFunc()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 311 return GlobalValue::getGlobalIdentifier(GO.getName(), Linkage, FileName); in getIRPGONameForGlobalObject()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCAsmPrinter.cpp | 2803 Alias.getGlobalIdentifier() + in doInitialization()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 6798 GlobalValue::getGlobalIdentifier(ValueName, Linkage, SourceFileName); in setValueGUID()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 8758 GlobalValue::getGlobalIdentifier(Name, Linkage, SourceFileName)); in addGlobalValueToIndex()
|