Searched refs:getGlobalIdentifier (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | GlobalValue.h | 556 static std::string getGlobalIdentifier(StringRef Name, 562 std::string getGlobalIdentifier() const; 575 GUID getGUID() const { return getGUID(getGlobalIdentifier()); } in getGUID()
|
| /llvm-project-15.0.7/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVMCInstLower.cpp | 34 Register FuncReg = MAI->getFuncReg(MO.getGlobal()->getGlobalIdentifier()); in lower()
|
| H A D | SPIRVAsmPrinter.cpp | 402 Register FReg = MAI->getFuncReg(F.getGlobalIdentifier()); in outputExecutionMode() 442 Register Reg = MAI->getFuncReg(Func->getGlobalIdentifier()); in outputAnnotations()
|
| H A D | SPIRVCallLowering.cpp | 255 {static_cast<uint32_t>(LnkTy)}, F.getGlobalIdentifier()); in lowerFormalArguments()
|
| H A D | SPIRVModuleAnalysis.cpp | 239 MAI.FuncNameMap[F.getGlobalIdentifier()] = GlobalReg; in collectFuncNames()
|
| H A D | SPIRVInstructionSelector.cpp | 1309 std::string GlobalIdent = GV->getGlobalIdentifier(); in selectGlobalValue()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Globals.cpp | 142 std::string GlobalValue::getGlobalIdentifier(StringRef Name, in getGlobalIdentifier() function in GlobalValue 166 std::string GlobalValue::getGlobalIdentifier() const { in getGlobalIdentifier() function in GlobalValue 167 return getGlobalIdentifier(getName(), getLinkage(), in getGlobalIdentifier()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 1168 std::string OrigId = GlobalValue::getGlobalIdentifier( in thinLTOInternalizeModule()
|
| /llvm-project-15.0.7/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 311 GUIDs.insert(GlobalValue::getGUID(GlobalValue::getGlobalIdentifier( in computeGUIDPreservedSymbols()
|
| H A D | LTO.cpp | 906 auto GUID = GlobalValue::getGUID(GlobalValue::getGlobalIdentifier( in addThinLTO()
|
| /llvm-project-15.0.7/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 266 return GlobalValue::getGlobalIdentifier(RawFuncName, Linkage, FileName); in getPGOFuncName()
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsSEISelDAGToDAG.cpp | 184 MI.getOperand(0).getGlobal()->getGlobalIdentifier() == "_mcount") in processFunctionAfterISel()
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 6593 GlobalValue::getGlobalIdentifier(ValueName, Linkage, SourceFileName); in setValueGUID()
|
| /llvm-project-15.0.7/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 8325 GlobalValue::getGlobalIdentifier(Name, Linkage, SourceFileName)); in addGlobalValueToIndex()
|