Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugPubTable.cpp22 bool GnuStyle) in DWARFDebugPubTable() argument
23 : GnuStyle(GnuStyle) { in DWARFDebugPubTable()
39 uint8_t IndexEntryValue = GnuStyle ? PubNames.getU8(&Offset) : 0; in DWARFDebugPubTable()
53 OS << (GnuStyle ? "Offset Linkage Kind Name\n" in dump()
58 if (GnuStyle) { in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugPubTable.h67 bool GnuStyle; variable
70 DWARFDebugPubTable(StringRef Data, bool LittleEndian, 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-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1639 bool GnuStyle = TheU->getCUNode()->getGnuPubnames(); in emitDebugPubSections() local
1642 GnuStyle ? Asm->getObjFileLowering().getDwarfGnuPubNamesSection() in emitDebugPubSections()
1644 emitDebugPubSection(GnuStyle, "Names", TheU, TheU->getGlobalNames()); in emitDebugPubSections()
1647 GnuStyle ? Asm->getObjFileLowering().getDwarfGnuPubTypesSection() in emitDebugPubSections()
1649 emitDebugPubSection(GnuStyle, "Types", TheU, TheU->getGlobalTypes()); in emitDebugPubSections()
1661 void DwarfDebug::emitDebugPubSection(bool GnuStyle, StringRef Name, in emitDebugPubSection() argument
1692 if (GnuStyle) { in emitDebugPubSection()
DDwarfDebug.h392 void emitDebugPubSection(bool GnuStyle, StringRef Name,