HomeSort by relevance Sort by last modified time
    Searched refs:Mangler (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/llvm/include/llvm/CodeGen/
TargetLoweringObjectFileImpl.h 24 class Mangler;
53 Mangler &Mang,
57 Mangler &Mang,
60 MCSection *getSectionForJumpTable(const Function &F, Mangler &Mang,
70 Mangler &Mang, const TargetMachine &TM,
75 MCSymbol *getCFIPersonalitySymbol(const GlobalValue *GV, Mangler &Mang,
96 Mangler &Mang, const TargetMachine &TM) const override;
99 Mangler &Mang,
103 Mangler &Mang,
112 Mangler &Mang, const TargetMachine &TM
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreMCInstLower.h 21 class Mangler;
28 Mangler *Mang;
32 void Initialize(Mangler *mang, MCContext *C);
XCoreTargetObjectFile.h 29 Mangler &Mang,
33 Mangler &Mang,
  /external/llvm/include/llvm/Target/
TargetLoweringObjectFile.h 25 class Mangler;
68 Mangler &Mang, const TargetMachine &TM) const {}
85 Mangler &Mang, const TargetMachine &TM) const;
90 MCSection *SectionForGlobal(const GlobalValue *GV, Mangler &Mang,
96 const GlobalValue *GV, Mangler &Mang,
99 virtual MCSection *getSectionForJumpTable(const Function &F, Mangler &Mang,
110 Mangler &Mang, const TargetMachine &TM) const = 0;
115 Mangler &Mang) const {
123 Mangler &Mang, const TargetMachine &TM,
129 StringRef Suffix, Mangler &Mang
    [all...]
  /external/llvm/lib/Target/X86/
X86TargetObjectFile.h 24 Mangler &Mang, const TargetMachine &TM,
30 MCSymbol *getCFIPersonalitySymbol(const GlobalValue *GV, Mangler &Mang,
56 getExecutableRelativeSymbol(const ConstantExpr *CE, Mangler &Mang,
  /external/llvm/include/llvm/IR/
Mangler.h 1 //===-- llvm/IR/Mangler.h - Self-contained name mangler ---------*- C++ -*-===//
10 // Unified name mangler for various backends.
27 class Mangler {
36 Mangler() : NextAnonGlobalID(1) {}
  /external/llvm/lib/Target/AArch64/
AArch64TargetObjectFile.h 30 unsigned Encoding, Mangler &Mang,
35 MCSymbol *getCFIPersonalitySymbol(const GlobalValue *GV, Mangler &Mang,
AArch64MCInstLower.h 26 class Mangler;
AArch64TargetObjectFile.cpp 12 #include "llvm/IR/Mangler.h"
33 const GlobalValue *GV, unsigned Encoding, Mangler &Mang,
55 const GlobalValue *GV, Mangler &Mang, const TargetMachine &TM,
  /external/llvm/lib/Target/AMDGPU/
AMDGPUTargetObjectFile.h 27 Mangler &Mang,
45 Mangler &Mang,
AMDGPUTargetObjectFile.cpp 25 Mangler &Mang,
73 Mangler &Mang,
  /external/llvm/lib/Target/PowerPC/
PPCTargetObjectFile.h 26 Mangler &Mang,
PPCTargetObjectFile.cpp 11 #include "llvm/IR/Mangler.h"
26 const GlobalValue *GV, SectionKind Kind, Mangler &Mang,
  /external/llvm/lib/Target/Sparc/
SparcTargetObjectFile.h 28 Mangler &Mang, const TargetMachine &TM,
SparcTargetObjectFile.cpp 19 const GlobalValue *GV, unsigned Encoding, Mangler &Mang,
  /external/clang/lib/AST/
MicrosoftMangle.cpp 711 // That said, from the mangler's perspective we have a structure like this:
716 // What we do is we create a new mangler, mangle the same type (without
717 // a namespace suffix) to a string using the extra mangler and then use
    [all...]
  /external/llvm/lib/Target/ARM/
ARMTargetObjectFile.h 33 Mangler &Mang, const TargetMachine &TM,
ARMTargetObjectFile.cpp 13 #include "llvm/IR/Mangler.h"
44 const GlobalValue *GV, unsigned Encoding, Mangler &Mang,
  /external/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.h 35 Mangler &Mang,
  /external/llvm/lib/Target/SystemZ/
SystemZMCInstLower.h 22 class Mangler;
  /external/llvm/lib/Target/BPF/
BPFMCInstLower.h 24 class Mangler;
  /external/llvm/include/llvm/Object/
IRObjectFile.h 20 class Mangler;
29 std::unique_ptr<Mangler> Mang;
  /external/llvm/include/llvm/LTO/
LTOCodeGenerator.h 52 class Mangler;
161 Mangler &Mangler);