/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugPubTable.cpp | 23 bool LittleEndian, bool GnuStyle) in DWARFDebugPubTable() argument 24 : GnuStyle(GnuStyle) { in DWARFDebugPubTable() 40 uint8_t IndexEntryValue = GnuStyle ? PubNames.getU8(&Offset) : 0; in DWARFDebugPubTable() 54 OS << (GnuStyle ? "Offset Linkage Kind Name\n" in dump() 59 if (GnuStyle) { in dump()
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
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()
|
D | DWARFContext.cpp | 340 DWARFDataExtractor Data, bool GnuStyle) { in dumpPubTableSection() argument 342 Table.extract(Data, GnuStyle, DumpOpts.RecoverableErrorHandler); in dumpPubTableSection()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugPubTable.h | 67 bool GnuStyle; variable 71 bool LittleEndian, bool GnuStyle);
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugPubTable.h | 71 bool GnuStyle = false; variable 76 void extract(DWARFDataExtractor Data, bool GnuStyle,
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.h | 364 void emitDebugPubNames(bool GnuStyle = false); 370 void emitDebugPubTypes(bool GnuStyle = false); 373 bool GnuStyle, MCSection *PSec, StringRef Name,
|
D | DwarfDebug.cpp | 1303 void DwarfDebug::emitDebugPubNames(bool GnuStyle) { in emitDebugPubNames() argument 1304 MCSection *PSec = GnuStyle in emitDebugPubNames() 1308 emitDebugPubSection(GnuStyle, PSec, "Names", in emitDebugPubNames() 1313 bool GnuStyle, MCSection *PSec, StringRef Name, in emitDebugPubSection() argument 1354 if (GnuStyle) { in emitDebugPubSection() 1372 void DwarfDebug::emitDebugPubTypes(bool GnuStyle) { in emitDebugPubTypes() argument 1373 MCSection *PSec = GnuStyle in emitDebugPubTypes() 1377 emitDebugPubSection(GnuStyle, PSec, "Types", in emitDebugPubTypes()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 36 bool LittleEndian, bool GnuStyle) { in dumpPubSection() argument 45 if (GnuStyle) in dumpPubSection() 55 if (GnuStyle) { in dumpPubSection()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 2093 bool GnuStyle = TheU->getCUNode()->getNameTableKind() == in emitDebugPubSections() local 2097 GnuStyle ? Asm->getObjFileLowering().getDwarfGnuPubNamesSection() in emitDebugPubSections() 2099 emitDebugPubSection(GnuStyle, "Names", TheU, TheU->getGlobalNames()); in emitDebugPubSections() 2102 GnuStyle ? Asm->getObjFileLowering().getDwarfGnuPubTypesSection() in emitDebugPubSections() 2104 emitDebugPubSection(GnuStyle, "Types", TheU, TheU->getGlobalTypes()); in emitDebugPubSections() 2116 void DwarfDebug::emitDebugPubSection(bool GnuStyle, StringRef Name, in emitDebugPubSection() argument 2147 if (GnuStyle) { in emitDebugPubSection()
|
D | DwarfDebug.h | 493 void emitDebugPubSection(bool GnuStyle, StringRef Name,
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 2319 bool GnuStyle = TheU->getCUNode()->getNameTableKind() == in emitDebugPubSections() local 2323 GnuStyle ? Asm->getObjFileLowering().getDwarfGnuPubNamesSection() in emitDebugPubSections() 2325 emitDebugPubSection(GnuStyle, "Names", TheU, TheU->getGlobalNames()); in emitDebugPubSections() 2328 GnuStyle ? Asm->getObjFileLowering().getDwarfGnuPubTypesSection() in emitDebugPubSections() 2330 emitDebugPubSection(GnuStyle, "Types", TheU, TheU->getGlobalTypes()); in emitDebugPubSections() 2342 void DwarfDebug::emitDebugPubSection(bool GnuStyle, StringRef Name, in emitDebugPubSection() argument 2373 if (GnuStyle) { in emitDebugPubSection()
|
D | DwarfDebug.h | 508 void emitDebugPubSection(bool GnuStyle, StringRef Name,
|