reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
66 object::COFFObjectFile &obj();
72 object::COFFObjectFile &DumpOutputStyle::getObj() { return File.obj(); }
tools/llvm-pdbutil/InputFile.cpp139 for (const auto &S : File->obj().sections()) { 396 for (const auto &Section : obj().sections()) { 440 SectionIter = File.obj().section_begin(); 482 auto End = Value.File->obj().section_end(); 508 return *SectionIter == Value.File->obj().section_end();