Searched refs:SelectSectionForGlobal (Results 1 - 12 of 12) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCTargetObjectFile.h25 const MCSection *SelectSectionForGlobal(const GlobalValue *GV,
H A DPPCTargetObjectFile.cpp25 const MCSection *PPC64LinuxTargetObjectFile::SelectSectionForGlobal( function in class:PPC64LinuxTargetObjectFile
51 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind,
/external/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.h33 const MCSection *SelectSectionForGlobal(const GlobalValue *GV,
H A DHexagonTargetObjectFile.cpp89 HexagonTargetObjectFile::SelectSectionForGlobal(const GlobalValue *GV, function in class:HexagonTargetObjectFile
100 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind, Mang,TM);
/external/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.h32 const MCSection *SelectSectionForGlobal(const GlobalValue *GV,
H A DMipsTargetObjectFile.cpp90 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, function in class:MipsTargetObjectFile
102 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind, Mang,TM);
/external/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.h33 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
H A DXCoreTargetObjectFile.cpp135 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, Mangler &Mang, function in class:XCoreTargetObjectFile
/external/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h52 const MCSection *SelectSectionForGlobal(const GlobalValue *GV,
94 SelectSectionForGlobal(const GlobalValue *GV,
130 SelectSectionForGlobal(const GlobalValue *GV,
/external/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp268 return SelectSectionForGlobal(GV, Kind, Mang, TM);
278 TargetLoweringObjectFile::SelectSectionForGlobal(const GlobalValue *GV, function in class:TargetLoweringObjectFile
/external/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h161 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp246 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, function in class:TargetLoweringObjectFileELF
592 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, function in class:TargetLoweringObjectFileMachO
851 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, function in class:TargetLoweringObjectFileCOFF

Completed in 151 milliseconds