Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp982 DWARFDataExtractor Data, bool GnuStyle) { in dumpPubTableSection() argument
984 Table.extract(Data, GnuStyle, DumpOpts.RecoverableErrorHandler); in dumpPubTableSection()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugPubTable.h72 bool GnuStyle = false; variable
77 void extract(DWARFDataExtractor Data, bool GnuStyle,
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2509 bool GnuStyle = TheU->getCUNode()->getNameTableKind() == in emitDebugPubSections() local
2513 GnuStyle ? Asm->getObjFileLowering().getDwarfGnuPubNamesSection() in emitDebugPubSections()
2515 emitDebugPubSection(GnuStyle, "Names", TheU, TheU->getGlobalNames()); in emitDebugPubSections()
2518 GnuStyle ? Asm->getObjFileLowering().getDwarfGnuPubTypesSection() in emitDebugPubSections()
2520 emitDebugPubSection(GnuStyle, "Types", TheU, TheU->getGlobalTypes()); in emitDebugPubSections()
2532 void DwarfDebug::emitDebugPubSection(bool GnuStyle, StringRef Name, in emitDebugPubSection() argument
2562 if (GnuStyle) { in emitDebugPubSection()
H A DDwarfDebug.h595 void emitDebugPubSection(bool GnuStyle, StringRef Name,