Home
last modified time | relevance | path

Searched refs:getExplicitSectionGlobal (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DTargetLoweringObjectFileImpl.h52 const MCSection *getExplicitSectionGlobal(const GlobalValue *GV,
109 getExplicitSectionGlobal(const GlobalValue *GV,
142 getExplicitSectionGlobal(const GlobalValue *GV,
/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.h28 getExplicitSectionGlobal(const GlobalValue *GV,
DXCoreTargetObjectFile.cpp99 XCoreTargetObjectFile::getExplicitSectionGlobal(const GlobalValue *GV, in getExplicitSectionGlobal() function in XCoreTargetObjectFile
/external/llvm/lib/Target/NVPTX/
DNVPTXTargetObjectFile.h92 const MCSection *getExplicitSectionGlobal(const GlobalValue *GV, in getExplicitSectionGlobal() function
/external/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h120 getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind,
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp204 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/
DTargetLoweringObjectFile.cpp266 return getExplicitSectionGlobal(GV, Kind, Mang, TM); in SectionForGlobal()