Home
last modified time | relevance | path

Searched defs:addSection (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObject.h304 void addSection(const SectionBase *Sec) { Sections.insert(Sec); } in addSection() function
707 template <class T, class... Ts> T &addSection(Ts &&... Args) { in addSection() function