Searched refs:GnuStyle (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.h | 391 void emitDebugPubNames(bool GnuStyle = false); 397 void emitDebugPubTypes(bool GnuStyle = false); 400 bool GnuStyle, const MCSection *PSec, StringRef Name,
|
D | DwarfDebug.cpp | 1379 void DwarfDebug::emitDebugPubNames(bool GnuStyle) { in emitDebugPubNames() argument 1381 GnuStyle ? Asm->getObjFileLowering().getDwarfGnuPubNamesSection() in emitDebugPubNames() 1384 emitDebugPubSection(GnuStyle, PSec, "Names", in emitDebugPubNames() 1389 bool GnuStyle, const MCSection *PSec, StringRef Name, in emitDebugPubSection() argument 1430 if (GnuStyle) { in emitDebugPubSection() 1448 void DwarfDebug::emitDebugPubTypes(bool GnuStyle) { in emitDebugPubTypes() argument 1450 GnuStyle ? Asm->getObjFileLowering().getDwarfGnuPubTypesSection() in emitDebugPubTypes() 1453 emitDebugPubSection(GnuStyle, PSec, "Types", in emitDebugPubTypes()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 32 bool LittleEndian, bool GnuStyle) { in dumpPubSection() argument 41 if (GnuStyle) in dumpPubSection() 51 if (GnuStyle) { in dumpPubSection()
|