HomeSort by relevance Sort by last modified time
    Searched defs:Mang (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Target/XCore/
XCoreMCInstLower.h 28 Mangler *Mang;
32 void Initialize(Mangler *mang, MCContext *C);
  /external/llvm/include/llvm/Object/
IRObjectFile.h 29 std::unique_ptr<Mangler> Mang;
  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 40 Mangler *Mang = AP.Mang;
63 TM.getNameWithPrefix(Name, GV, *Mang);
  /external/llvm/include/llvm/ExecutionEngine/Orc/
LazyEmittingLayer.h 163 const Mangler &Mang, StringRef SearchName,
173 Mang.getNameWithPrefix(MangledNameStream, &GV, false);
196 Mangler Mang;
199 if (auto GV = addGlobalValue(*Symbols, V, Mang, SearchName,
204 if (auto GV = addGlobalValue(*Symbols, F, Mang, SearchName,
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 93 Mangler *Mang;
  /external/llvm/lib/ExecutionEngine/Orc/
OrcMCJITReplacement.h 315 Mang.getNameWithPrefix(MangledNameStream, Name, getDataLayout());
328 Mangler Mang;
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 382 Mangler Mang;
384 TM->getNameWithPrefix(Name, F, Mang);
  /external/llvm/lib/LTO/
LTOModule.cpp 649 Mangler Mang;
654 Mang);

Completed in 1023 milliseconds