Searched refs:getExplicitSectionGlobal (Results 1 – 5 of 5) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | TargetLoweringObjectFileImpl.h | 51 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/ |
D | TargetLoweringObjectFile.h | 101 getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind,
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXTargetObjectFile.h | 95 getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind, in getExplicitSectionGlobal() function
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 204 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/ |
D | TargetLoweringObjectFile.cpp | 249 return getExplicitSectionGlobal(GV, Kind, Mang, TM); in SectionForGlobal()
|