Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h391 void emitDebugPubNames(bool GnuStyle = false);
397 void emitDebugPubTypes(bool GnuStyle = false);
400 bool GnuStyle, const MCSection *PSec, StringRef Name,
DDwarfDebug.cpp1379 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/
DDWARFContext.cpp32 bool LittleEndian, bool GnuStyle) { in dumpPubSection() argument
41 if (GnuStyle) in dumpPubSection()
51 if (GnuStyle) { in dumpPubSection()