Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h339 ASTLoader Loader; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h45 class Loader; variable
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp62 void DWARFLinkerImpl::addObjectFile(DWARFFile &File, ObjFileLoaderTy Loader, in addObjectFile()
344 const DWARFDie &CUDie, ObjFileLoaderTy Loader, in registerModuleReference()
373 ObjFileLoaderTy Loader, const DWARFDie &CUDie, const std::string &PCMFile, in loadClangModule()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLinux.cpp491 std::string Loader; in getDynamicLinker() local
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2495 ObjFileLoaderTy Loader, in registerModuleReference()
2524 ObjFileLoaderTy Loader, const DWARFDie &CUDie, const std::string &PCMFile, in loadClangModule()
2692 void DWARFLinker::addObjectFile(DWARFFile &File, ObjFileLoaderTy Loader, in addObjectFile()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp220 auto Loader = [&](StringRef Identifier) { in crossImportIntoModule() local