Searched defs:SelectSectionForGlobal (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Target/Hexagon/
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.cpp90 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, function in class:MipsTargetObjectFile
102 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind, Mang,TM);
/external/llvm/lib/Target/PowerPC/
H A DPPCTargetObjectFile.cpp25 const MCSection *PPC64LinuxTargetObjectFile::SelectSectionForGlobal( function in class:PPC64LinuxTargetObjectFile
51 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind,
/external/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp135 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, Mangler &Mang, function in class:XCoreTargetObjectFile
/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/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 396 milliseconds