Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp22 DWARFLinkerImpl::DWARFLinkerImpl(MessageHandlerTy ErrorHandler, in DWARFLinkerImpl() function in DWARFLinkerImpl
92 Error DWARFLinkerImpl::link() { in link()
883 void DWARFLinkerImpl::printStatistic() { in printStatistic()
948 void DWARFLinkerImpl::assignOffsets() { in assignOffsets()
954 void DWARFLinkerImpl::assignOffsetsToStrings() { in assignOffsetsToStrings()
999 void DWARFLinkerImpl::forEachOutputString( in forEachOutputString()
1051 void DWARFLinkerImpl::forEachObjectSectionsSet( in forEachObjectSectionsSet()
1075 void DWARFLinkerImpl::forEachCompileAndTypeUnit( in forEachCompileAndTypeUnit()
1093 void DWARFLinkerImpl::forEachCompileUnit( in forEachCompileUnit()
1108 void DWARFLinkerImpl::patchOffsetsAndSizes() { in patchOffsetsAndSizes()
[all …]
H A DDWARFLinkerGlobalData.h83 class DWARFLinkerImpl; variable
87 friend DWARFLinkerImpl; variable
H A DDWARFLinker.cpp20 return std::make_unique<DWARFLinkerImpl>(ErrorHandler, WarningHandler, in createLinker()
H A DDWARFLinkerImpl.h26 class DWARFLinkerImpl : public DWARFLinker {
28 DWARFLinkerImpl(MessageHandlerTy ErrorHandler,
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile500 SRCS_EXT+= DWARFLinker/Parallel/DWARFLinkerImpl.cpp