Searched refs:PSec (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 1400 MCSection *PSec = GnuStyle in emitDebugPubNames() local 1404 emitDebugPubSection(GnuStyle, PSec, "Names", in emitDebugPubNames() 1409 bool GnuStyle, MCSection *PSec, StringRef Name, in emitDebugPubSection() argument 1423 Asm->OutStreamer->SwitchSection(PSec); in emitDebugPubSection() 1469 MCSection *PSec = GnuStyle in emitDebugPubTypes() local 1473 emitDebugPubSection(GnuStyle, PSec, "Types", in emitDebugPubTypes()
|
D | DwarfDebug.h | 397 bool GnuStyle, MCSection *PSec, StringRef Name,
|