Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1341 removeSection(SrcSection);
1396 void removeSection(Section &Sec) { in removeSection() function
/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.h475 void removeSection(const SectionBase *Sec) { Sections.erase(Sec); } in removeSection() function
H A DELFObject.cpp2136 Segment->removeSection(RemoveSec.get()); in removeSections()