Searched refs:createFromFile (Results 1 – 8 of 8) sorted by relevance
/llvm-project/clang-tools-extra/clang-include-fixer/ |
H A D | YamlSymbolIndex.cpp | 24 YamlSymbolIndex::createFromFile(llvm::StringRef FilePath) { in createFromFile() function in clang::include_fixer::YamlSymbolIndex 42 if (auto DB = createFromFile(PathStorage)) in createFromDirectory()
|
H A D | YamlSymbolIndex.h | 26 createFromFile(llvm::StringRef FilePath);
|
/llvm-project/clang-tools-extra/clang-include-fixer/plugin/ |
H A D | IncludeFixerPlugin.cpp | 70 SymbolIdx = include_fixer::YamlSymbolIndex::createFromFile(Input); in ParseArgs()
|
/llvm-project/llvm/include/llvm/LTO/legacy/ |
H A D | LTOModule.h | 98 createFromFile(LLVMContext &Context, StringRef path,
|
/llvm-project/clang-tools-extra/clang-include-fixer/tool/ |
H A D | ClangIncludeFixer.cpp | 197 DB = include_fixer::YamlSymbolIndex::createFromFile(Input); in createSymbolIndexManager()
|
/llvm-project/llvm/tools/llvm-lto/ |
H A D | llvm-lto.cpp | 530 LTOModule::createFromFile(Context, Filename, Options); in getThinLTOOutputFile() 1114 LTOModule::createFromFile(Context, InputFilenames[i], Options); in main()
|
/llvm-project/llvm/tools/lto/ |
H A D | lto.cpp | 215 LTOModule::createFromFile(*LTOContext, StringRef(path), Options); in lto_module_create()
|
/llvm-project/llvm/lib/LTO/ |
H A D | LTOModule.cpp | 111 LTOModule::createFromFile(LLVMContext &Context, StringRef path, in createFromFile() function in LTOModule
|