Home
last modified time | relevance | path

Searched refs:DWARFLinkerImpl (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp22 DWARFLinkerImpl::DWARFLinkerImpl(MessageHandlerTy ErrorHandler, in DWARFLinkerImpl() function in DWARFLinkerImpl
30 DWARFLinkerImpl::LinkContext::LinkContext(LinkingGlobalData &GlobalData, in LinkContext()
49 DWARFLinkerImpl::LinkContext::RefModuleUnit::RefModuleUnit( in RefModuleUnit()
53 DWARFLinkerImpl::LinkContext::RefModuleUnit::RefModuleUnit( in RefModuleUnit()
57 void DWARFLinkerImpl::LinkContext::addModulesCompileUnit( in addModulesCompileUnit()
62 void DWARFLinkerImpl::addObjectFile(DWARFFile &File, ObjFileLoaderTy Loader, in addObjectFile()
86 void DWARFLinkerImpl::setEstimatedObjfilesAmount(unsigned ObjFilesNum) { in setEstimatedObjfilesAmount()
90 Error DWARFLinkerImpl::link() { in link()
225 void DWARFLinkerImpl::verifyInput(const DWARFFile &File) { in verifyInput()
237 Error DWARFLinkerImpl::validateAndUpdateOptions() { in validateAndUpdateOptions()
[all …]
H A DDWARFLinkerGlobalData.h82 class DWARFLinkerImpl; variable
86 friend DWARFLinkerImpl; variable
H A DDWARFLinker.cpp19 return std::make_unique<DWARFLinkerImpl>(ErrorHandler, WarningHandler); in createLinker()
H A DDWARFLinkerImpl.h26 class DWARFLinkerImpl : public DWARFLinker {
28 DWARFLinkerImpl(MessageHandlerTy ErrorHandler,
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFLinkerImpl.cpp
H A DDWARFLinker.cpp
H A DDWARFLinkerImpl.h
/freebsd/lib/clang/libllvm/
H A DMakefile501 SRCS_EXT+= DWARFLinker/Parallel/DWARFLinkerImpl.cpp