Searched refs:getExplicitSectionGlobal (Results 1 – 7 of 7) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | TargetLoweringObjectFileImpl.h | 52 const MCSection *getExplicitSectionGlobal(const GlobalValue *GV, 109 getExplicitSectionGlobal(const GlobalValue *GV, 142 getExplicitSectionGlobal(const GlobalValue *GV,
|
/external/llvm/lib/Target/XCore/ |
D | XCoreTargetObjectFile.h | 28 getExplicitSectionGlobal(const GlobalValue *GV,
|
D | XCoreTargetObjectFile.cpp | 99 XCoreTargetObjectFile::getExplicitSectionGlobal(const GlobalValue *GV, in getExplicitSectionGlobal() function in XCoreTargetObjectFile
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXTargetObjectFile.h | 92 const MCSection *getExplicitSectionGlobal(const GlobalValue *GV, in getExplicitSectionGlobal() function
|
/external/llvm/include/llvm/Target/ |
D | TargetLoweringObjectFile.h | 120 getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind,
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 204 const MCSection *TargetLoweringObjectFileELF::getExplicitSectionGlobal( in getExplicitSectionGlobal() function in TargetLoweringObjectFileELF 543 const MCSection *TargetLoweringObjectFileMachO::getExplicitSectionGlobal( in getExplicitSectionGlobal() function in TargetLoweringObjectFileMachO 864 const MCSection *TargetLoweringObjectFileCOFF::getExplicitSectionGlobal( in getExplicitSectionGlobal() function in TargetLoweringObjectFileCOFF
|
/external/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 266 return getExplicitSectionGlobal(GV, Kind, Mang, TM); in SectionForGlobal()
|