Searched refs:LinkContext (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerImpl.cpp | 29 DWARFLinkerImpl::LinkContext::LinkContext(LinkingGlobalData &GlobalData, in LinkContext() function in DWARFLinkerImpl::LinkContext 48 DWARFLinkerImpl::LinkContext::RefModuleUnit::RefModuleUnit( in RefModuleUnit() 52 DWARFLinkerImpl::LinkContext::RefModuleUnit::RefModuleUnit( in RefModuleUnit() 53 LinkContext::RefModuleUnit &&Other) in RefModuleUnit() 56 void DWARFLinkerImpl::LinkContext::addModulesCompileUnit( in addModulesCompileUnit() 57 LinkContext::RefModuleUnit &&Unit) { in addModulesCompileUnit() 63 ObjectContexts.emplace_back(std::make_unique<LinkContext>( in addObjectFile() 108 for (std::unique_ptr<LinkContext> &Context : ObjectContexts) { in link() 184 for (std::unique_ptr<LinkContext> &Context : ObjectContexts) { in link() 193 for (std::unique_ptr<LinkContext> &Context : ObjectContexts) in link() [all …]
|
| H A D | DWARFLinkerImpl.h | 161 struct LinkContext : public OutputSections { struct 204 LinkContext(LinkingGlobalData &GlobalData, DWARFFile &File, argument 363 SmallVector<std::unique_ptr<LinkContext>> ObjectContexts;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
| H A D | DWARFLinker.h | 418 struct LinkContext { struct 424 LinkContext(DWARFFile &File) : File(File) {} in LinkContext() argument 436 void cleanupAuxiliarryData(LinkContext &Context); argument 478 LinkContext &Context, unsigned Indent, 487 bool registerModuleReference(const DWARFDie &CUDie, LinkContext &Context, 496 const std::string &PCMFile, LinkContext &Context, 501 Error cloneModuleUnit(LinkContext &Context, RefModuleUnit &Unit, 742 void patchFrameInfoForObject(LinkContext &Context); 763 std::vector<LinkContext> ObjectContexts;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFLinker.h | |
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/ |
| H A D | DWARFLinkerCompileUnit.h | |
| H A D | DWARFLinkerImpl.h | |
| H A D | DWARFLinkerImpl.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinker.cpp | 398 void DWARFLinker::cleanupAuxiliarryData(LinkContext &Context) { in cleanupAuxiliarryData() 2406 void DWARFLinker::patchFrameInfoForObject(LinkContext &Context) { in patchFrameInfoForObject() 2570 LinkContext &Context, in isClangModuleRef() 2611 LinkContext &Context, in registerModuleReference() 2642 LinkContext &Context, CompileUnitHandlerTy OnCUDieLoaded, unsigned Indent) { in loadClangModule() 2811 ObjectContexts.emplace_back(LinkContext(File)); in addObjectFile() 2848 for (LinkContext &OptContext : ObjectContexts) { in link() 3131 Error DWARFLinker::cloneModuleUnit(LinkContext &Context, RefModuleUnit &Unit, in cloneModuleUnit()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 130 {"_ZN11ImageLoader9setMappedERKNS_11LinkContextE", "ImageLoader::setMapped(ImageLoader::LinkContext… 145 …ERKNS_11LinkContextEb", "ImageLoader::bindAllLazyPointers(ImageLoader::LinkContext const&, bool)"}, 148 …7DOFInfoESaIS4_EE", "ImageLoader::recursiveGetDOFSections(ImageLoader::LinkContext const&, std::ve… 152 …veBindERKNS_11LinkContextEb", "ImageLoader::recursiveBind(ImageLoader::LinkContext const&, bool)"}, 153 …gERKNS_11LinkContextE", "ImageLoader::recursiveApplyInterposing(ImageLoader::LinkContext const&)"}, 154 …nterposingERKNS_11LinkContextE", "ImageLoader::applyInterposing(ImageLoader::LinkContext const&)"}, 155 …rsiveRebaseERKNS_11LinkContextE", "ImageLoader::recursiveRebase(ImageLoader::LinkContext const&)"}, 156 …::findExportedSymbolInImageOrDependentImages(char const*, ImageLoader::LinkContext const&, ImageLo… 157 …eLoader::findExportedSymbolInDependentImages(char const*, ImageLoader::LinkContext const&, ImageLo… 166 …S_11LinkContextEj", "ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigne… [all …]
|