Home
last modified time | relevance | path

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

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