Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugPubTable.cpp23 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/
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()
DDWARFContext.cpp340 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/
DDWARFDebugPubTable.h67 bool GnuStyle; variable
71 bool LittleEndian, bool GnuStyle);
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugPubTable.h71 bool GnuStyle = false; variable
76 void extract(DWARFDataExtractor Data, bool GnuStyle,
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h364 void emitDebugPubNames(bool GnuStyle = false);
370 void emitDebugPubTypes(bool GnuStyle = false);
373 bool GnuStyle, MCSection *PSec, StringRef Name,
DDwarfDebug.cpp1303 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/
DDWARFContext.cpp36 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/
DDwarfDebug.cpp2093 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()
DDwarfDebug.h493 void emitDebugPubSection(bool GnuStyle, StringRef Name,
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp2319 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()
DDwarfDebug.h508 void emitDebugPubSection(bool GnuStyle, StringRef Name,