Home
last modified time | relevance | path

Searched refs:removeSectionReferences (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.h424 removeSectionReferences(bool AllowBrokenLinks,
491 Error removeSectionReferences(
708 Error removeSectionReferences(
779 Error removeSectionReferences(
819 Error removeSectionReferences(
863 Error removeSectionReferences(
H A DObject.cpp53 Error SectionBase::removeSectionReferences( in removeSectionReferences() function in llvm::objcopy::elf::SectionBase
754 Error SymbolTableSection::removeSectionReferences( in removeSectionReferences() function in llvm::objcopy::elf::SymbolTableSection
898 Error RelocationSection::removeSectionReferences( in removeSectionReferences() function in llvm::objcopy::elf::RelocationSection
1037 Error DynamicRelocationSection::removeSectionReferences( in removeSectionReferences() function in llvm::objcopy::elf::DynamicRelocationSection
1057 Error Section::removeSectionReferences( in removeSectionReferences() function in llvm::objcopy::elf::Section
1076 Error GroupSection::removeSectionReferences( in removeSectionReferences() function in llvm::objcopy::elf::GroupSection
2145 if (Error E = KeepSec->removeSectionReferences( in removeSections()