/external/llvm/include/llvm/CodeGen/ |
D | TargetLoweringObjectFileImpl.h | 55 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, 90 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, 129 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeTargetObjectFile.cpp | 77 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, in SelectSectionForGlobal() function in MBlazeTargetObjectFile 89 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind, Mang,TM); in SelectSectionForGlobal()
|
D | MBlazeTargetObjectFile.h | 33 const MCSection *SelectSectionForGlobal(const GlobalValue *GV,
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonTargetObjectFile.cpp | 83 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, in SelectSectionForGlobal() function in HexagonTargetObjectFile 93 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind, Mang,TM); in SelectSectionForGlobal()
|
D | HexagonTargetObjectFile.h | 32 const MCSection* SelectSectionForGlobal(const GlobalValue *GV,
|
/external/llvm/lib/Target/Mips/ |
D | MipsTargetObjectFile.cpp | 105 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, in SelectSectionForGlobal() function in MipsTargetObjectFile 117 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind, Mang,TM); in SelectSectionForGlobal()
|
D | MipsTargetObjectFile.h | 33 const MCSection *SelectSectionForGlobal(const GlobalValue *GV,
|
/external/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 253 return SelectSectionForGlobal(GV, Kind, Mang, TM); in SectionForGlobal() 259 TargetLoweringObjectFile::SelectSectionForGlobal(const GlobalValue *GV, in SelectSectionForGlobal() function in TargetLoweringObjectFile
|
/external/llvm/include/llvm/Target/ |
D | TargetLoweringObjectFile.h | 143 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 237 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, in SelectSectionForGlobal() function in TargetLoweringObjectFileELF 524 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, in SelectSectionForGlobal() function in TargetLoweringObjectFileMachO 757 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, in SelectSectionForGlobal() function in TargetLoweringObjectFileCOFF
|