Searched refs:GnuStyle (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.h | 388 void emitDebugPubNames(bool GnuStyle = false); 394 void emitDebugPubTypes(bool GnuStyle = false); 397 bool GnuStyle, MCSection *PSec, StringRef Name,
|
D | DwarfDebug.cpp | 1399 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/ |
D | DWARFContext.cpp | 33 bool LittleEndian, bool GnuStyle) { in dumpPubSection() argument 42 if (GnuStyle) in dumpPubSection() 52 if (GnuStyle) { in dumpPubSection()
|