Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCContext.h606 void finalizeDwarfSections(MCStreamer &MCOS);
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCContext.cpp597 void MCContext::finalizeDwarfSections(MCStreamer &MCOS) { in finalizeDwarfSections() function in MCContext
H A DMCDwarf.cpp1136 MCOS->getContext().finalizeDwarfSections(*MCOS); in Emit()