Searched defs:PSec (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1873 const MCSection *PSec = local
1877 emitDebugPubSection(GnuStyle, PSec, "Names", &DwarfUnit::getGlobalNames);
1881 bool GnuStyle, const MCSection *PSec, StringRef Name,
1896 Asm->OutStreamer.SwitchSection(PSec);
1942 const MCSection *PSec = local
1946 emitDebugPubSection(GnuStyle, PSec, "Types", &DwarfUnit::getGlobalTypes);
1880 emitDebugPubSection( bool GnuStyle, const MCSection *PSec, StringRef Name, const StringMap<const DIE *> &(DwarfUnit::*Accessor)() const) argument

Completed in 58 milliseconds