Home
last modified time | relevance | path

Searched refs:getGlobalIdentifier (Results 1 – 6 of 6) 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/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/lib/Bitcode/Reader/
DBitcodeReader.cpp5908 GlobalValue::getGlobalIdentifier(ValueName, Linkage, SourceFileName); in parseValueSymbolTable()
5931 std::string FunctionGlobalId = GlobalValue::getGlobalIdentifier( in parseValueSymbolTable()