Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.h48 SectionHandlerTy SectionHandler) override { in setOutputDWARFHandler() argument
50 this->SectionHandler = SectionHandler; in setOutputDWARFHandler()
369 SectionHandlerTy SectionHandler = nullptr; variable
H A DDWARFLinkerImpl.cpp854 assert(SectionHandler); in glueCompileUnitsAndWriteToTheOutput()
1409 SectionHandler(OutSection); in writeCompileUnitsToTheOutput()
1416 SectionHandler(OutSection); in writeCommonSectionsToTheOutput()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Parallel/
H A DDWARFLinker.h133 SectionHandlerTy SectionHandler) = 0;