HomeSort by: relevance | last modified time | path
    Searched refs:getGlobalIdentifier (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
GlobalValue.h 492 static std::string getGlobalIdentifier(StringRef Name,
498 std::string getGlobalIdentifier() const;
506 /// (i.e. returned by getGlobalIdentifier()).
510 /// (i.e. returned by getGlobalIdentifier()).
511 GUID getGUID() const { return getGUID(getGlobalIdentifier()); }
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Globals.cpp 133 std::string GlobalValue::getGlobalIdentifier(StringRef Name,
157 std::string GlobalValue::getGlobalIdentifier() const {
158 return getGlobalIdentifier(getName(), getLinkage(),
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
ThinLTOCodeGenerator.cpp 283 GUIDs.insert(GlobalValue::getGUID(GlobalValue::getGlobalIdentifier(
LTO.cpp 901 auto GUID = GlobalValue::getGUID(GlobalValue::getGlobalIdentifier(
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProf.cpp 228 return GlobalValue::getGlobalIdentifier(RawFuncName, Linkage, FileName);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
FunctionImport.cpp 1131 std::string OrigId = GlobalValue::getGlobalIdentifier(
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsSEISelDAGToDAG.cpp 184 MI.getOperand(0).getGlobal()->getGlobalIdentifier() == "_mcount")
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 5744 GlobalValue::getGlobalIdentifier(ValueName, Linkage, SourceFileName);
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp 8490 GlobalValue::getGlobalIdentifier(Name, Linkage, SourceFileName));

Completed in 37 milliseconds