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

/external/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp89 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, function in class:HexagonTargetObjectFile
99 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind, Mang,TM);
/external/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.cpp105 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, function in class:MipsTargetObjectFile
117 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind, Mang,TM);
/external/llvm/lib/Target/PowerPC/
H A DPPCTargetObjectFile.cpp26 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, function in class:PPC64LinuxTargetObjectFile
30 TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind, Mang, TM);
/external/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp253 return SelectSectionForGlobal(GV, Kind, Mang, TM);
259 TargetLoweringObjectFile::SelectSectionForGlobal(const GlobalValue *GV, function in class:TargetLoweringObjectFile
/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp237 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, function in class:TargetLoweringObjectFileELF
524 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, function in class:TargetLoweringObjectFileMachO
755 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, function in class:TargetLoweringObjectFileCOFF

Completed in 145 milliseconds