Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCContext.h807 void finalizeDwarfSections(MCStreamer &MCOS);
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCContext.cpp964 void MCContext::finalizeDwarfSections(MCStreamer &MCOS) { in finalizeDwarfSections() function in MCContext
H A DMCDwarf.cpp1153 MCOS->getContext().finalizeDwarfSections(*MCOS); in Emit()