/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | GlobalValue.h | 447 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/ |
D | GlobalValue.h | 430 static std::string getGlobalIdentifier(StringRef Name, 436 std::string getGlobalIdentifier() const; 449 GUID getGUID() const { return getGUID(getGlobalIdentifier()); } in getGUID()
|
/external/llvm/lib/IR/ |
D | Globals.cpp | 102 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/ |
D | GlobalValue.h | 491 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/ |
D | GlobalValue.h | 492 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/ |
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()
|
/external/llvm-project/llvm/lib/IR/ |
D | Globals.cpp | 133 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/ |
D | FunctionImport.cpp | 534 std::string OrigId = GlobalValue::getGlobalIdentifier( in thinLTOInternalizeModule()
|
/external/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 130 return GlobalValue::getGlobalIdentifier(RawFuncName, Linkage, FileName); in getPGOFuncName()
|
/external/llvm-project/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 283 GUIDs.insert(GlobalValue::getGUID(GlobalValue::getGlobalIdentifier( in computeGUIDPreservedSymbols()
|
D | LTO.cpp | 843 auto GUID = GlobalValue::getGUID(GlobalValue::getGlobalIdentifier( in addThinLTO()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 1090 std::string OrigId = GlobalValue::getGlobalIdentifier( in thinLTOInternalizeModule()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 1063 std::string OrigId = GlobalValue::getGlobalIdentifier( in thinLTOInternalizeModule()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 219 return GlobalValue::getGlobalIdentifier(RawFuncName, Linkage, FileName); in getPGOFuncName()
|
/external/llvm-project/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 223 return GlobalValue::getGlobalIdentifier(RawFuncName, Linkage, FileName); in getPGOFuncName()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsSEISelDAGToDAG.cpp | 184 MI.getOperand(0).getGlobal()->getGlobalIdentifier() == "_mcount") in processFunctionAfterISel()
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsSEISelDAGToDAG.cpp | 184 MI.getOperand(0).getGlobal()->getGlobalIdentifier() == "_mcount") in processFunctionAfterISel()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | LTO.cpp | 821 auto GUID = GlobalValue::getGUID(GlobalValue::getGlobalIdentifier( in addThinLTO()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 5908 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/ |
D | BitcodeReader.cpp | 5389 GlobalValue::getGlobalIdentifier(ValueName, Linkage, SourceFileName); in setValueGUID()
|
/external/llvm-project/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 5593 GlobalValue::getGlobalIdentifier(ValueName, Linkage, SourceFileName); in setValueGUID()
|
/external/llvm-project/llvm/lib/AsmParser/ |
D | LLParser.cpp | 8348 GlobalValue::getGlobalIdentifier(Name, Linkage, SourceFileName)); in addGlobalValueToIndex()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 7951 GlobalValue::getGlobalIdentifier(Name, Linkage, SourceFileName)); in AddGlobalValueToIndex()
|