Searched refs:selectELFSectionForGlobal (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 243 selectELFSectionForGlobal(MCContext &Ctx, const GlobalValue *GV, in selectELFSectionForGlobal() function 321 return selectELFSectionForGlobal(getContext(), GV, Kind, Mang, TM, in SelectSectionForGlobal() 334 return selectELFSectionForGlobal(getContext(), &F, SectionKind::getReadOnly(), in getSectionForJumpTable()
|