Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEHFrameRegistrationPlugin.cpp45 G.removeSection(*CUSec); in modifyPassConfig()
H A DMachOPlatform.cpp828 LG.removeSection(*CUSec); in modifyPassConfig()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1593 removeSection(SrcSection);
1647 void removeSection(Section &Sec) { in removeSection() function
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h597 void removeSection(const SectionBase *Sec) { Sections.erase(Sec); } in removeSection() function
H A DELFObject.cpp2232 Segment->removeSection(RemoveSec.get()); in removeSections()