Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h782 void finalizeDwarfSections(MCStreamer &MCOS);
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp1007 void MCContext::finalizeDwarfSections(MCStreamer &MCOS) { in finalizeDwarfSections() function in MCContext
H A DMCDwarf.cpp1158 MCOS->getContext().finalizeDwarfSections(*MCOS); in Emit()