Searched refs:LinkContext (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp32 DWARFLinkerImpl::LinkContext::LinkContext(LinkingGlobalData &GlobalData, function in class:DWARFLinkerImpl::LinkContext
51 DWARFLinkerImpl::LinkContext::RefModuleUnit::RefModuleUnit(
55 DWARFLinkerImpl::LinkContext::RefModuleUnit::RefModuleUnit(
56 LinkContext::RefModuleUnit &&Other)
59 void DWARFLinkerImpl::LinkContext::addModulesCompileUnit(
60 LinkContext::RefModuleUnit &&Unit) {
66 ObjectContexts.emplace_back(std::make_unique<LinkContext>(
111 for (std::unique_ptr<LinkContext> &Context : ObjectContexts) {
187 for (std::unique_ptr<LinkContext>
[all...]
H A DSyntheticTypeNameBuilder.h22 struct LinkContext;
H A DDWARFLinkerImpl.h162 struct LinkContext : public OutputSections { struct in class:llvm::dwarf_linker::parallel::DWARFLinkerImpl
205 LinkContext(LinkingGlobalData &GlobalData, DWARFFile &File,
361 SmallVector<std::unique_ptr<LinkContext>> ObjectContexts;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h414 struct LinkContext { struct in class:llvm::dwarf_linker::classic::DWARFLinker
420 LinkContext(DWARFFile &File) : File(File) {} function in struct:llvm::dwarf_linker::classic::DWARFLinker::LinkContext
432 void cleanupAuxiliarryData(LinkContext &Context);
474 LinkContext &Context, unsigned Indent,
483 bool registerModuleReference(const DWARFDie &CUDie, LinkContext &Context,
492 const std::string &PCMFile, LinkContext &Context,
497 Error cloneModuleUnit(LinkContext &Context, RefModuleUnit &Unit,
735 void patchFrameInfoForObject(LinkContext &Context);
756 std::vector<LinkContext> ObjectContexts;
/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp387 void DWARFLinker::cleanupAuxiliarryData(LinkContext &Context) {
2269 void DWARFLinker::patchFrameInfoForObject(LinkContext &Context) {
2433 LinkContext &Context,
2474 LinkContext &Context,
2505 LinkContext &Context, CompileUnitHandlerTy OnCUDieLoaded, unsigned Indent) {
2674 ObjectContexts.emplace_back(LinkContext(File));
2711 for (LinkContext &OptContext : ObjectContexts) {
2994 Error DWARFLinker::cloneModuleUnit(LinkContext &Context, RefModuleUnit &Unit,

Completed in 75 milliseconds