/external/llvm/lib/Target/PowerPC/ |
D | PPCTargetObjectFile.cpp | 25 const MCSection *PPC64LinuxTargetObjectFile::SelectSectionForGlobal( in SelectSectionForGlobal() function in PPC64LinuxTargetObjectFile 51 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind, in SelectSectionForGlobal()
|
D | PPCTargetObjectFile.h | 25 const MCSection *SelectSectionForGlobal(const GlobalValue *GV,
|
/external/llvm/include/llvm/CodeGen/ |
D | TargetLoweringObjectFileImpl.h | 56 const MCSection *SelectSectionForGlobal(const GlobalValue *GV, 104 SelectSectionForGlobal(const GlobalValue *GV, 147 SelectSectionForGlobal(const GlobalValue *GV,
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonTargetObjectFile.cpp | 85 HexagonTargetObjectFile::SelectSectionForGlobal(const GlobalValue *GV, in SelectSectionForGlobal() function in HexagonTargetObjectFile 96 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind, Mang,TM); in SelectSectionForGlobal()
|
D | HexagonTargetObjectFile.h | 33 const MCSection *SelectSectionForGlobal(const GlobalValue *GV,
|
/external/llvm/lib/Target/Mips/ |
D | MipsTargetObjectFile.cpp | 114 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, in SelectSectionForGlobal() function in MipsTargetObjectFile 126 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind, Mang,TM); in SelectSectionForGlobal()
|
D | MipsTargetObjectFile.h | 34 const MCSection *SelectSectionForGlobal(const GlobalValue *GV,
|
/external/llvm/lib/Target/XCore/ |
D | XCoreTargetObjectFile.h | 33 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
|
D | XCoreTargetObjectFile.cpp | 112 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, Mangler &Mang, in SelectSectionForGlobal() function in XCoreTargetObjectFile
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXTargetObjectFile.h | 99 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, Mangler &Mang,
|
D | NVPTXISelLowering.cpp | 4498 NVPTXTargetObjectFile::SelectSectionForGlobal(const GlobalValue *GV, in SelectSectionForGlobal() function in NVPTXTargetObjectFile
|
/external/llvm/include/llvm/Target/ |
D | TargetLoweringObjectFile.h | 196 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 311 const MCSection *TargetLoweringObjectFileELF::SelectSectionForGlobal( in SelectSectionForGlobal() function in TargetLoweringObjectFileELF 586 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, in SelectSectionForGlobal() function in TargetLoweringObjectFileMachO 908 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, in SelectSectionForGlobal() function in TargetLoweringObjectFileCOFF
|
/external/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 270 return SelectSectionForGlobal(GV, Kind, Mang, TM); in SectionForGlobal()
|