Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h575 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 DGlobals.cpp144 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 DSPIRVCallLowering.cpp396 {static_cast<uint32_t>(LnkTy)}, F.getGlobalIdentifier()); in lowerFormalArguments()
H A DSPIRVInstructionSelector.cpp1522 std::string GlobalIdent = GV->getGlobalIdentifier(); in selectGlobalValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1005 auto GUID = GlobalValue::getGUID(GlobalValue::getGlobalIdentifier( in addThinLTO()
1026 auto GUID = GlobalValue::getGUID(GlobalValue::getGlobalIdentifier( in addThinLTO()
H A DThinLTOCodeGenerator.cpp313 GUIDs.insert(GlobalValue::getGUID(GlobalValue::getGlobalIdentifier( in computeGUIDPreservedSymbols()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp184 MI.getOperand(0).getGlobal()->getGlobalIdentifier() == "_mcount") in processFunctionAfterISel()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1551 std::string OrigId = GlobalValue::getGlobalIdentifier( in thinLTOInternalizeModule()
H A DMemProfContextDisambiguation.cpp3264 std::string OrigId = GlobalValue::getGlobalIdentifier( in findValueInfoForFunc()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp311 return GlobalValue::getGlobalIdentifier(GO.getName(), Linkage, FileName); in getIRPGONameForGlobalObject()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2803 Alias.getGlobalIdentifier() + in doInitialization()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6798 GlobalValue::getGlobalIdentifier(ValueName, Linkage, SourceFileName); in setValueGUID()
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp8758 GlobalValue::getGlobalIdentifier(Name, Linkage, SourceFileName)); in addGlobalValueToIndex()