Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAssembler.h1083 const SectionDataListType &getSectionList() const { return Sections; } in getSectionList() function
1084 SectionDataListType &getSectionList() { return Sections; } in getSectionList() function
/external/llvm/lib/MC/
DMCAssembler.cpp306 A->getSectionList().push_back(this); in MCSectionData()