Searched refs:GnuStyle (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugPubTable.cpp | 23 DWARFDataExtractor Data, bool GnuStyle, in extract() argument 25 this->GnuStyle = GnuStyle; in extract() 69 uint8_t IndexEntryValue = GnuStyle ? SetData.getU8(C) : 0; in extract() 103 OS << (GnuStyle ? "Offset Linkage Kind Name\n" in dump() 108 if (GnuStyle) { in dump()
|
| H A D | DWARFContext.cpp | 340 DWARFDataExtractor Data, bool GnuStyle) { in dumpPubTableSection() argument 342 Table.extract(Data, GnuStyle, DumpOpts.RecoverableErrorHandler); in dumpPubTableSection()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugPubTable.h | 71 bool GnuStyle = false; variable 76 void extract(DWARFDataExtractor Data, bool GnuStyle,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 2359 bool GnuStyle = TheU->getCUNode()->getNameTableKind() == in emitDebugPubSections() local 2363 GnuStyle ? Asm->getObjFileLowering().getDwarfGnuPubNamesSection() in emitDebugPubSections() 2365 emitDebugPubSection(GnuStyle, "Names", TheU, TheU->getGlobalNames()); in emitDebugPubSections() 2368 GnuStyle ? Asm->getObjFileLowering().getDwarfGnuPubTypesSection() in emitDebugPubSections() 2370 emitDebugPubSection(GnuStyle, "Types", TheU, TheU->getGlobalTypes()); in emitDebugPubSections() 2382 void DwarfDebug::emitDebugPubSection(bool GnuStyle, StringRef Name, in emitDebugPubSection() argument 2409 if (GnuStyle) { in emitDebugPubSection()
|
| H A D | DwarfDebug.h | 525 void emitDebugPubSection(bool GnuStyle, StringRef Name,
|