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.cpp21 DWARFLinkerImpl::DWARFLinkerImpl(MessageHandlerTy ErrorHandler, in DWARFLinkerImpl() function in DWARFLinkerImpl
29 DWARFLinkerImpl::LinkContext::LinkContext(LinkingGlobalData &GlobalData, in LinkContext()
48 DWARFLinkerImpl::LinkContext::RefModuleUnit::RefModuleUnit( in RefModuleUnit()
52 DWARFLinkerImpl::LinkContext::RefModuleUnit::RefModuleUnit( in RefModuleUnit()
56 void DWARFLinkerImpl::LinkContext::addModulesCompileUnit( in addModulesCompileUnit()
61 void DWARFLinkerImpl::addObjectFile(DWARFFile &File, ObjFileLoaderTy Loader, in addObjectFile()
85 void DWARFLinkerImpl::setEstimatedObjfilesAmount(unsigned ObjFilesNum) { in setEstimatedObjfilesAmount()
89 Error DWARFLinkerImpl::link() { in link()
224 void DWARFLinkerImpl::verifyInput(const DWARFFile &File) { in verifyInput()
236 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 DMakefile556 SRCS_EXT+= DWARFLinker/Parallel/DWARFLinkerImpl.cpp