Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h388 void emitDebugPubNames(bool GnuStyle = false);
394 void emitDebugPubTypes(bool GnuStyle = false);
397 bool GnuStyle, MCSection *PSec, StringRef Name,
DDwarfDebug.cpp1399 void DwarfDebug::emitDebugPubNames(bool GnuStyle) { in emitDebugPubNames() argument
1400 MCSection *PSec = GnuStyle in emitDebugPubNames()
1404 emitDebugPubSection(GnuStyle, PSec, "Names", in emitDebugPubNames()
1409 bool GnuStyle, MCSection *PSec, StringRef Name, in emitDebugPubSection() argument
1450 if (GnuStyle) { in emitDebugPubSection()
1468 void DwarfDebug::emitDebugPubTypes(bool GnuStyle) { in emitDebugPubTypes() argument
1469 MCSection *PSec = GnuStyle in emitDebugPubTypes()
1473 emitDebugPubSection(GnuStyle, PSec, "Types", in emitDebugPubTypes()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp33 bool LittleEndian, bool GnuStyle) { in dumpPubSection() argument
42 if (GnuStyle) in dumpPubSection()
52 if (GnuStyle) { in dumpPubSection()