Home
last modified time | relevance | path

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

/src/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()
/src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ !
H A DProcessGDBRemote.h45 class Loader; variable
/src/contrib/llvm-project/clang/include/clang/CrossTU/ !
H A DCrossTranslationUnit.h339 ASTLoader Loader; variable
/src/contrib/llvm-project/clang/lib/Driver/ToolChains/ !
H A DLinux.cpp491 std::string Loader; in getDynamicLinker() local
/src/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()
/src/contrib/llvm-project/llvm/lib/LTO/ !
H A DThinLTOCodeGenerator.cpp220 auto Loader = [&](StringRef Identifier) { in crossImportIntoModule() local