Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DGlobalValue.h572 static std::string getGlobalIdentifier(StringRef Name,
578 std::string getGlobalIdentifier() const;
591 GUID getGUID() const { return getGUID(getGlobalIdentifier()); } in getGUID()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DGlobals.cpp136 std::string GlobalValue::getGlobalIdentifier(StringRef Name, in getGlobalIdentifier() function in GlobalValue
160 std::string GlobalValue::getGlobalIdentifier() const { in getGlobalIdentifier() function in GlobalValue
161 return getGlobalIdentifier(getName(), getLinkage(), in getGlobalIdentifier()
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVCallLowering.cpp349 {static_cast<uint32_t>(LnkTy)}, F.getGlobalIdentifier()); in lowerFormalArguments()
H A DSPIRVInstructionSelector.cpp1480 std::string GlobalIdent = GV->getGlobalIdentifier(); in selectGlobalValue()
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTO.cpp921 auto GUID = GlobalValue::getGUID(GlobalValue::getGlobalIdentifier( in addThinLTO()
941 auto GUID = GlobalValue::getGUID(GlobalValue::getGlobalIdentifier( in addThinLTO()
H A DThinLTOCodeGenerator.cpp311 GUIDs.insert(GlobalValue::getGUID(GlobalValue::getGlobalIdentifier( in computeGUIDPreservedSymbols()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1202 std::string OrigId = GlobalValue::getGlobalIdentifier( in thinLTOInternalizeModule()
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProf.cpp266 return GlobalValue::getGlobalIdentifier(RawFuncName, Linkage, FileName); in getPGOFuncName()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp184 MI.getOperand(0).getGlobal()->getGlobalIdentifier() == "_mcount") in processFunctionAfterISel()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6752 GlobalValue::getGlobalIdentifier(ValueName, Linkage, SourceFileName); in setValueGUID()
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp8600 GlobalValue::getGlobalIdentifier(Name, Linkage, SourceFileName)); in addGlobalValueToIndex()