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

/freebsd-11.0-release/contrib/llvm/lib/Target/AVR/
H A DAVRTargetObjectFile.cpp29 AVRTargetObjectFile::SelectSectionForGlobal(const GlobalValue *GV, function in class:llvm::AVRTargetObjectFile
38 return Base::SelectSectionForGlobal(GV, Kind, Mang, TM);
H A DAVRTargetObjectFile.h25 MCSection *SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetObjectFile.cpp23 MCSection *AMDGPUTargetObjectFile::SelectSectionForGlobal(const GlobalValue *GV, function in class:AMDGPUTargetObjectFile
30 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind, Mang, TM);
71 MCSection *AMDGPUHSATargetObjectFile::SelectSectionForGlobal( function in class:AMDGPUHSATargetObjectFile
86 return AMDGPUTargetObjectFile::SelectSectionForGlobal(GV, Kind, Mang, TM);
H A DAMDGPUTargetObjectFile.h26 MCSection *SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
44 MCSection *SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCTargetObjectFile.h25 MCSection *SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
H A DPPCTargetObjectFile.cpp25 MCSection *PPC64LinuxTargetObjectFile::SelectSectionForGlobal( function in class:PPC64LinuxTargetObjectFile
49 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind,
/freebsd-11.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.h32 MCSection *SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
H A DXCoreTargetObjectFile.cpp112 XCoreTargetObjectFile::SelectSectionForGlobal(const GlobalValue *GV, function in class:XCoreTargetObjectFile
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.h34 MCSection *SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
H A DHexagonTargetObjectFile.cpp86 HexagonTargetObjectFile::SelectSectionForGlobal(const GlobalValue *GV, function in class:HexagonTargetObjectFile
97 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind, Mang,TM);
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.h34 MCSection *SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
H A DMipsTargetObjectFile.cpp115 MipsTargetObjectFile::SelectSectionForGlobal(const GlobalValue *GV, function in class:MipsTargetObjectFile
128 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind, Mang,TM);
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h56 MCSection *SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
98 MCSection *SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
141 MCSection *SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
/freebsd-11.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h187 virtual MCSection *SelectSectionForGlobal(const GlobalValue *GV,
/freebsd-11.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXTargetObjectFile.h100 MCSection *SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
H A DNVPTXISelLowering.cpp4556 NVPTXTargetObjectFile::SelectSectionForGlobal(const GlobalValue *GV, function in class:NVPTXTargetObjectFile
/freebsd-11.0-release/contrib/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp250 return SelectSectionForGlobal(GV, Kind, Mang, TM);
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp305 MCSection *TargetLoweringObjectFileELF::SelectSectionForGlobal( function in class:TargetLoweringObjectFileELF
563 MCSection *TargetLoweringObjectFileMachO::SelectSectionForGlobal( function in class:TargetLoweringObjectFileMachO
906 MCSection *TargetLoweringObjectFileCOFF::SelectSectionForGlobal( function in class:TargetLoweringObjectFileCOFF

Completed in 108 milliseconds