Home | History | Annotate | Download | only in llvm-readobj

Lines Matching refs:coff_section

72   std::error_code resolveSymbol(const coff_section *Section, uint64_t Offset,
74 std::error_code resolveSymbolName(const coff_section *Section,
77 typedef DenseMap<const coff_section*, std::vector<RelocationRef> > RelocMapTy;
103 std::error_code COFFDumper::resolveSymbol(const coff_section *Section,
121 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section,
325 const coff_section *Section = Obj->getCOFFSection(S);
601 const coff_section *Section = Obj->getCOFFSection(Sec);
726 const coff_section *Section;
811 const coff_section *Assoc;
858 Resolver = [](const object::coff_section *Section, uint64_t Offset,