Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DTargetLoweringObjectFileImpl.h51 getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind,
94 getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind,
125 getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind,
/external/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h101 getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind,
/external/llvm/lib/Target/NVPTX/
DNVPTXTargetObjectFile.h95 getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind, in getExplicitSectionGlobal() function
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp204 getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind, in getExplicitSectionGlobal() function in TargetLoweringObjectFileELF
485 getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind, in getExplicitSectionGlobal() function in TargetLoweringObjectFileMachO
722 getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind, in getExplicitSectionGlobal() function in TargetLoweringObjectFileCOFF
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp249 return getExplicitSectionGlobal(GV, Kind, Mang, TM); in SectionForGlobal()