Home
last modified time | relevance | path

Searched defs:DynamicRelocationSection (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.h40 class DynamicRelocationSection; variable
859 explicit DynamicRelocationSection(ArrayRef<uint8_t> Data) : Contents(Data) {} in DynamicRelocationSection() function
H A DObject.cpp98 Error ELFSectionSizer<ELFT>::visit(DynamicRelocationSection &) { in visit() argument