Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1285 removeSection(SrcSection);
1340 void removeSection(Section &Sec) { in removeSection() function
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.h474 void removeSection(const SectionBase *Sec) { Sections.erase(Sec); } in removeSection() function
H A DObject.cpp2139 Segment->removeSection(RemoveSec.get()); in removeSections()