Home
last modified time | relevance | path

Searched refs:removeSection (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
HDJITLink.h1465 removeSection(SrcSection);
1519 void removeSection(Section &Sec) { in removeSection() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
HDELFObject.h596 void removeSection(const SectionBase *Sec) { Sections.erase(Sec); } in removeSection() function
HDELFObject.cpp2226 Segment->removeSection(RemoveSec.get()); in removeSections()