Home
last modified time | relevance | path

Searched defs:Loader (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h45 class Loader; variable
/freebsd-14.2/contrib/llvm-project/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h339 ASTLoader Loader; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp64 void DWARFLinkerImpl::addObjectFile(DWARFFile &File, ObjFileLoaderTy Loader, in addObjectFile()
346 const DWARFDie &CUDie, ObjFileLoaderTy Loader, in registerModuleReference()
375 ObjFileLoaderTy Loader, const DWARFDie &CUDie, const std::string &PCMFile, in loadClangModule()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLinux.cpp480 std::string Loader; in getDynamicLinker() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2475 ObjFileLoaderTy Loader, in registerModuleReference()
2504 ObjFileLoaderTy Loader, const DWARFDie &CUDie, const std::string &PCMFile, in loadClangModule()
2672 void DWARFLinker::addObjectFile(DWARFFile &File, ObjFileLoaderTy Loader, in addObjectFile()
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp219 auto Loader = [&](StringRef Identifier) { in crossImportIntoModule() local