Searched refs:PSec (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 1304 MCSection *PSec = GnuStyle in emitDebugPubNames() local 1308 emitDebugPubSection(GnuStyle, PSec, "Names", in emitDebugPubNames() 1313 bool GnuStyle, MCSection *PSec, StringRef Name, in emitDebugPubSection() argument 1327 Asm->OutStreamer->SwitchSection(PSec); in emitDebugPubSection() 1373 MCSection *PSec = GnuStyle in emitDebugPubTypes() local 1377 emitDebugPubSection(GnuStyle, PSec, "Types", in emitDebugPubTypes()
|
D | DwarfDebug.h | 373 bool GnuStyle, MCSection *PSec, StringRef Name,
|