Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/opt-viewer/
H A Dopt-diff.py16 from yaml import CLoader as Loader unknown
H A Doptrecord.py10 from yaml import CLoader as Loader unknown
/llvm-project/clang-tools-extra/clangd/index/
H A DBackgroundIndexLoader.cpp123 BackgroundIndexLoader Loader(IndexStorageFactory); in loadIndexShards() local
/llvm-project/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h339 ASTLoader Loader; variable
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h45 class Loader; variable
/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()
/llvm-project/mlir/docs/Bindings/
H A DPython.md128 ### Loader subsection
/llvm-project/clang/lib/Driver/ToolChains/
H A DLinux.cpp488 std::string Loader; getDynamicLinker() local
[all...]
/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2481 registerModuleReference(const DWARFDie & CUDie,LinkContext & Context,ObjFileLoaderTy Loader,CompileUnitHandlerTy OnCUDieLoaded,unsigned Indent) registerModuleReference() argument
2510 loadClangModule(ObjFileLoaderTy Loader,const DWARFDie & CUDie,const std::string & PCMFile,LinkContext & Context,CompileUnitHandlerTy OnCUDieLoaded,unsigned Indent) loadClangModule() argument
2678 addObjectFile(DWARFFile & File,ObjFileLoaderTy Loader,CompileUnitHandlerTy OnCUDieLoaded) addObjectFile() argument
/llvm-project/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp695 auto Loader = [&](StringRef ContainerName, in linkImpl() local
/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp220 auto Loader = [&](StringRef Identifier) { crossImportIntoModule() local