Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCContext.h489 void finalizeDwarfSections(MCStreamer &MCOS);
/external/llvm/lib/MC/
DMCContext.cpp472 void MCContext::finalizeDwarfSections(MCStreamer &MCOS) { in finalizeDwarfSections() function in MCContext
DMCDwarf.cpp848 MCOS->getContext().finalizeDwarfSections(*MCOS); in Emit()