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

/external/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.h32 const MCSection* SelectSectionForGlobal(const GlobalValue *GV,
H A DHexagonTargetObjectFile.cpp83 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, function in class:HexagonTargetObjectFile
93 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind, Mang,TM);
/external/llvm/lib/Target/MBlaze/
H A DMBlazeTargetObjectFile.h33 const MCSection *SelectSectionForGlobal(const GlobalValue *GV,
H A DMBlazeTargetObjectFile.cpp77 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, function in class:MBlazeTargetObjectFile
89 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.cpp89 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, function in class:MipsTargetObjectFile
101 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind, Mang,TM);
/external/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h53 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
88 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
127 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
/external/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h141 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
/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.cpp207 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, function in class:TargetLoweringObjectFileELF
471 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, function in class:TargetLoweringObjectFileMachO
689 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, function in class:TargetLoweringObjectFileCOFF

Completed in 130 milliseconds