reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/IR/GlobalValue.h
  491   static std::string getGlobalIdentifier(StringRef Name,

References

lib/AsmParser/LLParser.cpp
 7933           GlobalValue::getGlobalIdentifier(Name, Linkage, SourceFileName));
lib/Bitcode/Reader/BitcodeReader.cpp
 5374       GlobalValue::getGlobalIdentifier(ValueName, Linkage, SourceFileName);
lib/IR/Globals.cpp
  161   return getGlobalIdentifier(getName(), getLinkage(),
lib/LTO/LTO.cpp
  819       auto GUID = GlobalValue::getGUID(GlobalValue::getGlobalIdentifier(
lib/ProfileData/InstrProf.cpp
  219   return GlobalValue::getGlobalIdentifier(RawFuncName, Linkage, FileName);
lib/Transforms/IPO/FunctionImport.cpp
 1024       std::string OrigId = GlobalValue::getGlobalIdentifier(