HomeSort by: relevance | last modified time | path
    Searched refs:RelocationSectionBase (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.h 740 class RelocationSectionBase : public SectionBase {
756 class RelocSectionWithSymtabBase : public RelocationSectionBase {
ELFObjcopy.cpp 563 } else if (auto *RelocSec = dyn_cast<RelocationSectionBase>(&Sec)) {
Object.cpp 2115 if (auto RelSec = dyn_cast<RelocationSectionBase>(Sec.get())) {

Completed in 16 milliseconds