HomeSort by relevance Sort by last modified time
    Searched refs:getNameWithPrefix (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/Target/
Mangler.h 58 /// getNameWithPrefix - Fill OutName with the name of the appropriate prefix
61 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV,
64 /// getNameWithPrefix - Fill OutName with the name of the appropriate prefix
67 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const Twine &GVName,
  /external/llvm/lib/Target/
Mangler.cpp 103 /// getNameWithPrefix - Fill OutName with the name of the appropriate prefix
106 void Mangler::getNameWithPrefix(SmallVectorImpl<char> &OutName,
110 assert(!Name.empty() && "getNameWithPrefix requires non-empty name");
177 /// getNameWithPrefix - Fill OutName with the name of the appropriate prefix
180 void Mangler::getNameWithPrefix(SmallVectorImpl<char> &OutName,
192 getNameWithPrefix(OutName, GV->getName(), PrefixTy);
200 getNameWithPrefix(OutName, "__unnamed_" + Twine(ID), PrefixTy);
234 getNameWithPrefix(NameStr, GV, false);
  /external/llvm/lib/CodeGen/AsmPrinter/
OcamlGCPrinter.cpp 61 AP.Mang->getNameWithPrefix(TmpStr, SymName);
AsmPrinter.cpp     [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 325 Mang->getNameWithPrefix(Name, GV, true);
583 Mang->getNameWithPrefix(Name, GV, true);
613 Mang->getNameWithPrefix(Name, GV, true);
  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 46 AP.Mang->getNameWithPrefix(Name, GV, isImplicitlyPrivate);
  /external/llvm/tools/lto/
LTOModule.cpp 331 _mangler.getNameWithPrefix(Buffer, def, false);
467 _mangler.getNameWithPrefix(name, decl, false);
LTOCodeGenerator.cpp 254 mangler.getNameWithPrefix(Buffer, &GV, false);
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 63 Mang->getNameWithPrefix(Name, GV, isImplicitlyPrivate);

Completed in 373 milliseconds