Home
last modified time | relevance | path

Searched refs:GnuStyle (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugPubTable.cpp23 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 DDWARFContext.cpp983 DWARFDataExtractor Data, bool GnuStyle) { in dumpPubTableSection() argument
985 Table.extract(Data, GnuStyle, DumpOpts.RecoverableErrorHandler); in dumpPubTableSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugPubTable.h72 bool GnuStyle = false; variable
77 void extract(DWARFDataExtractor Data, bool GnuStyle,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2510 bool GnuStyle = TheU->getCUNode()->getNameTableKind() == in emitDebugPubSections() local
2514 GnuStyle ? Asm->getObjFileLowering().getDwarfGnuPubNamesSection() in emitDebugPubSections()
2516 emitDebugPubSection(GnuStyle, "Names", TheU, TheU->getGlobalNames()); in emitDebugPubSections()
2519 GnuStyle ? Asm->getObjFileLowering().getDwarfGnuPubTypesSection() in emitDebugPubSections()
2521 emitDebugPubSection(GnuStyle, "Types", TheU, TheU->getGlobalTypes()); in emitDebugPubSections()
2533 void DwarfDebug::emitDebugPubSection(bool GnuStyle, StringRef Name, in emitDebugPubSection() argument
2563 if (GnuStyle) { in emitDebugPubSection()
H A DDwarfDebug.h595 void emitDebugPubSection(bool GnuStyle, StringRef Name,