Home
last modified time | relevance | path

Searched refs:SelectSectionForGlobal (Results 1 – 14 of 14) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCTargetObjectFile.cpp25 const MCSection *PPC64LinuxTargetObjectFile::SelectSectionForGlobal( in SelectSectionForGlobal() function in PPC64LinuxTargetObjectFile
51 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind, in SelectSectionForGlobal()
DPPCTargetObjectFile.h25 const MCSection *SelectSectionForGlobal(const GlobalValue *GV,
/external/llvm/include/llvm/CodeGen/
DTargetLoweringObjectFileImpl.h56 const MCSection *SelectSectionForGlobal(const GlobalValue *GV,
104 SelectSectionForGlobal(const GlobalValue *GV,
147 SelectSectionForGlobal(const GlobalValue *GV,
/external/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp85 HexagonTargetObjectFile::SelectSectionForGlobal(const GlobalValue *GV, in SelectSectionForGlobal() function in HexagonTargetObjectFile
96 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind, Mang,TM); in SelectSectionForGlobal()
DHexagonTargetObjectFile.h33 const MCSection *SelectSectionForGlobal(const GlobalValue *GV,
/external/llvm/lib/Target/Mips/
DMipsTargetObjectFile.cpp114 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, in SelectSectionForGlobal() function in MipsTargetObjectFile
126 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind, Mang,TM); in SelectSectionForGlobal()
DMipsTargetObjectFile.h34 const MCSection *SelectSectionForGlobal(const GlobalValue *GV,
/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.h33 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
DXCoreTargetObjectFile.cpp112 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, Mangler &Mang, in SelectSectionForGlobal() function in XCoreTargetObjectFile
/external/llvm/lib/Target/NVPTX/
DNVPTXTargetObjectFile.h99 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, Mangler &Mang,
DNVPTXISelLowering.cpp4498 NVPTXTargetObjectFile::SelectSectionForGlobal(const GlobalValue *GV, in SelectSectionForGlobal() function in NVPTXTargetObjectFile
/external/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h196 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp311 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/
DTargetLoweringObjectFile.cpp270 return SelectSectionForGlobal(GV, Kind, Mang, TM); in SectionForGlobal()