Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/DebugInfo/
DDWARFContext.cpp33 bool LittleEndian, bool GnuStyle) { in dumpPubSection() argument
41 if (GnuStyle) in dumpPubSection()
51 if (GnuStyle) { in dumpPubSection()
/freebsd-9-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h561 void emitDebugPubNames(bool GnuStyle = false);
567 void emitDebugPubTypes(bool GnuStyle = false);
DDwarfDebug.cpp2455 void DwarfDebug::emitDebugPubNames(bool GnuStyle) { in emitDebugPubNames() argument
2458 GnuStyle ? Asm->getObjFileLowering().getDwarfGnuPubNamesSection() in emitDebugPubNames()
2470 if (GnuStyle) in emitDebugPubNames()
2503 if (GnuStyle) { in emitDebugPubNames()
2522 void DwarfDebug::emitDebugPubTypes(bool GnuStyle) { in emitDebugPubTypes() argument
2525 GnuStyle ? Asm->getObjFileLowering().getDwarfGnuPubTypesSection() in emitDebugPubTypes()
2536 if (GnuStyle) in emitDebugPubTypes()
2575 if (GnuStyle) { in emitDebugPubTypes()