Home
last modified time | relevance | path

Searched refs:getSectionList (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAssembler.h818 const SectionDataListType &getSectionList() const { return Sections; } in getSectionList() function
819 SectionDataListType &getSectionList() { return Sections; } in getSectionList() function
/external/swiftshader/third_party/LLVM/lib/MC/
DMCAssembler.cpp177 A->getSectionList().push_back(this); in MCSectionData()