Searched refs:getGlobalIdentifier (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | GlobalValue.h | 572 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 D | Globals.cpp | 136 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 D | SPIRVCallLowering.cpp | 349 {static_cast<uint32_t>(LnkTy)}, F.getGlobalIdentifier()); in lowerFormalArguments()
|
| H A D | SPIRVInstructionSelector.cpp | 1480 std::string GlobalIdent = GV->getGlobalIdentifier(); in selectGlobalValue()
|
| /openbsd-src/gnu/llvm/llvm/lib/LTO/ |
| H A D | LTO.cpp | 921 auto GUID = GlobalValue::getGUID(GlobalValue::getGlobalIdentifier( in addThinLTO() 941 auto GUID = GlobalValue::getGUID(GlobalValue::getGlobalIdentifier( in addThinLTO()
|
| H A D | ThinLTOCodeGenerator.cpp | 311 GUIDs.insert(GlobalValue::getGUID(GlobalValue::getGlobalIdentifier( in computeGUIDPreservedSymbols()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 1202 std::string OrigId = GlobalValue::getGlobalIdentifier( in thinLTOInternalizeModule()
|
| /openbsd-src/gnu/llvm/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 266 return GlobalValue::getGlobalIdentifier(RawFuncName, Linkage, FileName); in getPGOFuncName()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsSEISelDAGToDAG.cpp | 184 MI.getOperand(0).getGlobal()->getGlobalIdentifier() == "_mcount") in processFunctionAfterISel()
|
| /openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 6752 GlobalValue::getGlobalIdentifier(ValueName, Linkage, SourceFileName); in setValueGUID()
|
| /openbsd-src/gnu/llvm/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 8600 GlobalValue::getGlobalIdentifier(Name, Linkage, SourceFileName)); in addGlobalValueToIndex()
|