reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2134 outs() << A->getFileName() << "(" << O->getFileName() << ")"; 2136 outs() << O->getFileName(); 2137 outs() << ":\tfile format " << O->getFileFormatName() << "\n\n"; 2141 checkForInvalidStartStopAddress(O, StartAddress, StopAddress); 2148 printFileHeaders(O); 2150 printPrivateFileHeaders(O, FirstPrivateHeader); 2152 printSectionHeaders(O); 2154 printSymbolTable(O, ArchiveName); 2156 std::unique_ptr<DIContext> DICtx = DWARFContext::create(*O); 2163 printRelocations(O); 2165 printDynamicRelocations(O); 2167 printSectionContents(O); 2169 disassembleObject(O, Relocations); 2171 printUnwindInfo(O); 2175 printExportsTrie(O); 2177 printRebaseTable(O); 2179 printBindTable(O); 2181 printLazyBindTable(O); 2183 printWeakBindTable(O); 2187 printRawClangAST(O); 2189 printFaultMaps(O);