Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DGlobalValue.h447 static std::string getGlobalIdentifier(StringRef Name,
453 std::string getGlobalIdentifier() const;
466 GUID getGUID() const { return getGUID(getGlobalIdentifier()); } in getGUID()
/external/llvm/include/llvm/IR/
DGlobalValue.h430 static std::string getGlobalIdentifier(StringRef Name,
436 std::string getGlobalIdentifier() const;
449 GUID getGUID() const { return getGUID(getGlobalIdentifier()); } in getGUID()
/external/llvm/lib/IR/
DGlobals.cpp102 std::string GlobalValue::getGlobalIdentifier(StringRef Name, in getGlobalIdentifier() function in GlobalValue
126 std::string GlobalValue::getGlobalIdentifier() const { in getGlobalIdentifier() function in GlobalValue
127 return getGlobalIdentifier(getName(), getLinkage(), in getGlobalIdentifier()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalValue.h491 static std::string getGlobalIdentifier(StringRef Name,
497 std::string getGlobalIdentifier() const;
510 GUID getGUID() const { return getGUID(getGlobalIdentifier()); } in getGUID()
/external/llvm-project/llvm/include/llvm/IR/
DGlobalValue.h492 static std::string getGlobalIdentifier(StringRef Name,
498 std::string getGlobalIdentifier() const;
511 GUID getGUID() const { return getGUID(getGlobalIdentifier()); } in getGUID()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
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()
/external/llvm-project/llvm/lib/IR/
DGlobals.cpp133 std::string GlobalValue::getGlobalIdentifier(StringRef Name, in getGlobalIdentifier() function in GlobalValue
157 std::string GlobalValue::getGlobalIdentifier() const { in getGlobalIdentifier() function in GlobalValue
158 return getGlobalIdentifier(getName(), getLinkage(), in getGlobalIdentifier()
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp534 std::string OrigId = GlobalValue::getGlobalIdentifier( in thinLTOInternalizeModule()
/external/llvm/lib/ProfileData/
DInstrProf.cpp130 return GlobalValue::getGlobalIdentifier(RawFuncName, Linkage, FileName); in getPGOFuncName()
/external/llvm-project/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp283 GUIDs.insert(GlobalValue::getGUID(GlobalValue::getGlobalIdentifier( in computeGUIDPreservedSymbols()
DLTO.cpp843 auto GUID = GlobalValue::getGUID(GlobalValue::getGlobalIdentifier( in addThinLTO()
/external/llvm-project/llvm/lib/Transforms/IPO/
DFunctionImport.cpp1090 std::string OrigId = GlobalValue::getGlobalIdentifier( in thinLTOInternalizeModule()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp1063 std::string OrigId = GlobalValue::getGlobalIdentifier( in thinLTOInternalizeModule()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp219 return GlobalValue::getGlobalIdentifier(RawFuncName, Linkage, FileName); in getPGOFuncName()
/external/llvm-project/llvm/lib/ProfileData/
DInstrProf.cpp223 return GlobalValue::getGlobalIdentifier(RawFuncName, Linkage, FileName); in getPGOFuncName()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSEISelDAGToDAG.cpp184 MI.getOperand(0).getGlobal()->getGlobalIdentifier() == "_mcount") in processFunctionAfterISel()
/external/llvm-project/llvm/lib/Target/Mips/
DMipsSEISelDAGToDAG.cpp184 MI.getOperand(0).getGlobal()->getGlobalIdentifier() == "_mcount") in processFunctionAfterISel()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp821 auto GUID = GlobalValue::getGUID(GlobalValue::getGlobalIdentifier( in addThinLTO()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5908 GlobalValue::getGlobalIdentifier(ValueName, Linkage, SourceFileName); in parseValueSymbolTable()
5931 std::string FunctionGlobalId = GlobalValue::getGlobalIdentifier( in parseValueSymbolTable()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5389 GlobalValue::getGlobalIdentifier(ValueName, Linkage, SourceFileName); in setValueGUID()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5593 GlobalValue::getGlobalIdentifier(ValueName, Linkage, SourceFileName); in setValueGUID()
/external/llvm-project/llvm/lib/AsmParser/
DLLParser.cpp8348 GlobalValue::getGlobalIdentifier(Name, Linkage, SourceFileName)); in addGlobalValueToIndex()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp7951 GlobalValue::getGlobalIdentifier(Name, Linkage, SourceFileName)); in AddGlobalValueToIndex()