Searched refs:GnuStyle (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/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 | 979 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 D | DWARFDebugPubTable.h | 73 bool GnuStyle = false; variable 78 LLVM_ABI void extract(DWARFDataExtractor Data, bool GnuStyle,
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 2948 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 D | DwarfDebug.h | 604 void emitDebugPubSection(bool GnuStyle, StringRef Name,
|