Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.h49 SectionHandlerTy SectionHandler) override { in setOutputDWARFHandler() argument
51 this->SectionHandler = SectionHandler; in setOutputDWARFHandler()
367 SectionHandlerTy SectionHandler = nullptr; variable
H A DDWARFLinkerImpl.cpp857 assert(SectionHandler); in glueCompileUnitsAndWriteToTheOutput()
1412 SectionHandler(OutSection); in writeCompileUnitsToTheOutput()
1419 SectionHandler(OutSection); in writeCommonSectionsToTheOutput()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Parallel/
H A DDWARFLinker.h133 SectionHandlerTy SectionHandler) = 0;