Home
last modified time | relevance | path

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

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