Searched refs:selectELFSectionForGlobal (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 246 selectELFSectionForGlobal(MCContext &Ctx, const GlobalValue *GV, in selectELFSectionForGlobal() function 328 return selectELFSectionForGlobal(getContext(), GV, Kind, Mang, TM, in SelectSectionForGlobal() 341 return selectELFSectionForGlobal(getContext(), &F, SectionKind::getReadOnly(), in getSectionForJumpTable()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 449 static MCSectionELF *selectELFSectionForGlobal( in selectELFSectionForGlobal() function 524 MCSectionELF *Section = selectELFSectionForGlobal( in SelectSectionForGlobal() 540 return selectELFSectionForGlobal(getContext(), &F, SectionKind::getReadOnly(), in getSectionForJumpTable()
|