Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h40 class DynamicRelocationSection; variable
881 explicit DynamicRelocationSection(ArrayRef<uint8_t> Data) : Contents(Data) {} DynamicRelocationSection() function
H A DELFObject.cpp96 visit(DynamicRelocationSection &) visit() argument