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.cpp979 DWARFDataExtractor Data, bool GnuStyle) { in dumpPubTableSection() argument
981 Table.extract(Data, GnuStyle, DumpOpts.RecoverableErrorHandler); in dumpPubTableSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugPubTable.h73 bool GnuStyle = false; variable
78 LLVM_ABI void extract(DWARFDataExtractor Data, bool GnuStyle,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2948 bool GnuStyle = TheU->getCUNode()->getNameTableKind() == in emitDebugPubSections() local
2952 GnuStyle ? Asm->getObjFileLowering().getDwarfGnuPubNamesSection() in emitDebugPubSections()
2954 emitDebugPubSection(GnuStyle, "Names", TheU, TheU->getGlobalNames()); in emitDebugPubSections()
2957 GnuStyle ? Asm->getObjFileLowering().getDwarfGnuPubTypesSection() in emitDebugPubSections()
2959 emitDebugPubSection(GnuStyle, "Types", TheU, TheU->getGlobalTypes()); in emitDebugPubSections()
2971 void DwarfDebug::emitDebugPubSection(bool GnuStyle, StringRef Name, in emitDebugPubSection() argument
3001 if (GnuStyle) { in emitDebugPubSection()
H A DDwarfDebug.h604 void emitDebugPubSection(bool GnuStyle, StringRef Name,