| /external/llvm/lib/CodeGen/ | 
| D | TargetLoweringObjectFileImpl.cpp | 53     const GlobalValue *GV, Mangler &Mang, const TargetMachine &TM,  in getCFIPersonalitySymbol() 87     const GlobalValue *GV, unsigned Encoding, Mangler &Mang,  in getTTypeGlobalReference() 208     const GlobalValue *GV, SectionKind Kind, Mangler &Mang,  in getExplicitSectionGlobal() 247                           SectionKind Kind, Mangler &Mang,  in selectELFSectionForGlobal() 313     const GlobalValue *GV, SectionKind Kind, Mangler &Mang,  in SelectSectionForGlobal() 333     const Function &F, Mangler &Mang, const TargetMachine &TM) const {  in getSectionForJumpTable() 426     const GlobalValue *LHS, const GlobalValue *RHS, Mangler &Mang,  in lowerRelativeReference() 471                 Mangler &Mang, const TargetMachine &TM) const {  in emitModuleFlags() 545     const GlobalValue *GV, SectionKind Kind, Mangler &Mang,  in getExplicitSectionGlobal() 587     const GlobalValue *GV, SectionKind Kind, Mangler &Mang,  in SelectSectionForGlobal() [all …] 
 | 
| /external/llvm/include/llvm/Target/ | 
| D | TargetLoweringObjectFile.h | 68                                Mangler &Mang, const TargetMachine &TM) const {}  in emitModuleFlags() 91   MCSection *SectionForGlobal(const GlobalValue *GV, Mangler &Mang,  in SectionForGlobal() 116                                                          Mangler &Mang) const {  in getSpecialCasedSectionGlobals() 159                          Mangler &Mang, const TargetMachine &TM) const {  in lowerRelativeReference() 185                                         const Mangler &Mang) const {}  in emitLinkerFlagsForGlobal()
  | 
| /external/llvm/lib/Target/ | 
| D | TargetLoweringObjectFile.cpp | 104     const GlobalValue *GV, StringRef Suffix, Mangler &Mang,  in getSymbolWithGlobalValueBase() 116     const GlobalValue *GV, Mangler &Mang, const TargetMachine &TM,  in getCFIPersonalitySymbol() 234                                            SectionKind Kind, Mangler &Mang,  in SectionForGlobal() 246     const Function &F, Mangler &Mang, const TargetMachine &TM) const {  in getSectionForJumpTable() 286     const GlobalValue *GV, unsigned Encoding, Mangler &Mang,  in getTTypeGlobalReference() 322     SmallVectorImpl<char> &OutName, const GlobalValue *GV, Mangler &Mang,  in getNameWithPrefix()
  | 
| D | TargetMachine.cpp | 192                                       const GlobalValue *GV, Mangler &Mang,  in getNameWithPrefix()
  | 
| /external/llvm/lib/Target/X86/ | 
| D | X86TargetObjectFile.cpp | 27     const GlobalValue *GV, unsigned Encoding, Mangler &Mang,  in getTTypeGlobalReference() 46     const GlobalValue *GV, Mangler &Mang, const TargetMachine &TM,  in getCFIPersonalitySymbol() 77     const GlobalValue *LHS, const GlobalValue *RHS, Mangler &Mang,  in lowerRelativeReference()
  | 
| /external/llvm/lib/Target/AArch64/ | 
| D | AArch64TargetObjectFile.cpp | 33     const GlobalValue *GV, unsigned Encoding, Mangler &Mang,  in getTTypeGlobalReference() 55     const GlobalValue *GV, Mangler &Mang, const TargetMachine &TM,  in getCFIPersonalitySymbol()
  | 
| /external/llvm/lib/Target/XCore/ | 
| D | XCoreTargetObjectFile.cpp | 100                                                 SectionKind Kind, Mangler &Mang,  in getExplicitSectionGlobal() 113                                               SectionKind Kind, Mangler &Mang,  in SelectSectionForGlobal()
  | 
| D | XCoreMCInstLower.h | 28   Mangler *Mang;  variable
  | 
| /external/llvm/lib/Target/Hexagon/ | 
| D | HexagonTargetObjectFile.cpp | 105       const GlobalValue *GV, SectionKind Kind, Mangler &Mang,  in SelectSectionForGlobal() 139       const GlobalValue *GV, SectionKind Kind, Mangler &Mang,  in getExplicitSectionGlobal() 307       const GlobalValue *GV, SectionKind Kind, Mangler &Mang,  in selectSmallSectionForGlobal()
  | 
| /external/llvm/lib/Target/AMDGPU/ | 
| D | AMDGPUTargetObjectFile.cpp | 25                                                           Mangler &Mang,  in SelectSectionForGlobal()
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ | 
| D | ModuleSymbolTable.h | 42   Mangler Mang;  variable
  | 
| /external/llvm/lib/Target/AVR/ | 
| D | AVRTargetObjectFile.cpp | 30                                             SectionKind Kind, Mangler &Mang,  in SelectSectionForGlobal()
  | 
| /external/llvm/lib/Target/Sparc/ | 
| D | SparcTargetObjectFile.cpp | 19     const GlobalValue *GV, unsigned Encoding, Mangler &Mang,  in getTTypeGlobalReference()
  | 
| /external/llvm/lib/Target/PowerPC/ | 
| D | PPCTargetObjectFile.cpp | 26     const GlobalValue *GV, SectionKind Kind, Mangler &Mang,  in SelectSectionForGlobal()
  | 
| D | PPCMCInstLower.cpp | 40   Mangler *Mang = AP.Mang;  in GetSymbolFromOperand()  local
  | 
| /external/llvm/lib/Target/ARM/ | 
| D | ARMTargetObjectFile.cpp | 44     const GlobalValue *GV, unsigned Encoding, Mangler &Mang,  in getTTypeGlobalReference()
  | 
| /external/llvm/include/llvm/Object/ | 
| D | IRObjectFile.h | 30   std::unique_ptr<Mangler> Mang;  variable
  | 
| /external/llvm/lib/Target/Lanai/ | 
| D | LanaiMCInstLower.h | 34   LanaiMCInstLower(MCContext &CTX, Mangler &Mang, AsmPrinter &AP)  in LanaiMCInstLower()
  | 
| D | LanaiTargetObjectFile.cpp | 95                                               SectionKind Kind, Mangler &Mang,  in SelectSectionForGlobal()
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ | 
| D | LazyEmittingLayer.h | 140                                       const Mangler &Mang, StringRef SearchName,  in addGlobalValue() 172       Mangler Mang;  in buildMangledSymbols()  local
  | 
| /external/llvm/lib/Target/NVPTX/ | 
| D | NVPTXTargetObjectFile.h | 95                                       Mangler &Mang,  in getExplicitSectionGlobal()
  | 
| /external/llvm/include/llvm/ExecutionEngine/Orc/ | 
| D | LazyEmittingLayer.h | 163                                       const Mangler &Mang, StringRef SearchName,  in addGlobalValue() 196         Mangler Mang;  in buildMangledSymbols()  local
  | 
| /external/llvm/lib/Target/Mips/ | 
| D | MipsTargetObjectFile.cpp | 118                                              SectionKind Kind, Mangler &Mang,  in SelectSectionForGlobal()
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ | 
| D | PPCMCInstLower.cpp | 39   Mangler &Mang = TM.getObjFileLowering()->getMangler();  in GetSymbolFromOperand()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ | 
| D | TargetMachine.cpp | 247                                       const GlobalValue *GV, Mangler &Mang,  in getNameWithPrefix()
  |