Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h576 static std::string getGlobalIdentifier(StringRef Name,
582 std::string getGlobalIdentifier() const;
595 GUID getGUID() const { return getGUID(getGlobalIdentifier()); } in getGUID()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp153 std::string GlobalValue::getGlobalIdentifier(StringRef Name, in getGlobalIdentifier() function in GlobalValue
178 std::string GlobalValue::getGlobalIdentifier() const { in getGlobalIdentifier() function in GlobalValue
179 return getGlobalIdentifier(getName(), getLinkage(), in getGlobalIdentifier()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVCallLowering.cpp437 {static_cast<uint32_t>(LnkTy)}, F.getGlobalIdentifier()); in lowerFormalArguments()
H A DSPIRVInstructionSelector.cpp2216 GlobalIdent = GV->getGlobalIdentifier(); in selectGlobalValue()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1019 auto GUID = GlobalValue::getGUID(GlobalValue::getGlobalIdentifier( in addThinLTO()
1040 auto GUID = GlobalValue::getGUID(GlobalValue::getGlobalIdentifier( in addThinLTO()
H A DThinLTOCodeGenerator.cpp314 GUIDs.insert(GlobalValue::getGUID(GlobalValue::getGlobalIdentifier( in computeGUIDPreservedSymbols()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp184 MI.getOperand(0).getGlobal()->getGlobalIdentifier() == "_mcount") in processFunctionAfterISel()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp325 return GlobalValue::getGlobalIdentifier(GO.getName(), Linkage, FileName); in getIRPGONameForGlobalObject()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1650 std::string OrigId = GlobalValue::getGlobalIdentifier( in thinLTOInternalizeModule()
H A DMemProfContextDisambiguation.cpp3475 std::string OrigId = GlobalValue::getGlobalIdentifier( in findValueInfoForFunc()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp3103 Alias.getGlobalIdentifier() + in doInitialization()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7107 GlobalValue::getGlobalIdentifier(ValueName, Linkage, SourceFileName); in setValueGUID()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp9216 GlobalValue::getGlobalIdentifier(Name, Linkage, SourceFileName)); in addGlobalValueToIndex()