Home
last modified time | relevance | path

Searched refs:createFromFile (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang-tools-extra/clang-include-fixer/
H A DYamlSymbolIndex.cpp24 YamlSymbolIndex::createFromFile(llvm::StringRef FilePath) { in createFromFile() function in clang::include_fixer::YamlSymbolIndex
42 if (auto DB = createFromFile(PathStorage)) in createFromDirectory()
H A DYamlSymbolIndex.h26 createFromFile(llvm::StringRef FilePath);
/llvm-project/clang-tools-extra/clang-include-fixer/plugin/
H A DIncludeFixerPlugin.cpp70 SymbolIdx = include_fixer::YamlSymbolIndex::createFromFile(Input); in ParseArgs()
/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h98 createFromFile(LLVMContext &Context, StringRef path,
/llvm-project/clang-tools-extra/clang-include-fixer/tool/
H A DClangIncludeFixer.cpp197 DB = include_fixer::YamlSymbolIndex::createFromFile(Input); in createSymbolIndexManager()
/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp530 LTOModule::createFromFile(Context, Filename, Options); in getThinLTOOutputFile()
1114 LTOModule::createFromFile(Context, InputFilenames[i], Options); in main()
/llvm-project/llvm/tools/lto/
H A Dlto.cpp215 LTOModule::createFromFile(*LTOContext, StringRef(path), Options); in lto_module_create()
/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp111 LTOModule::createFromFile(LLVMContext &Context, StringRef path, in createFromFile() function in LTOModule