Searched refs:createFromFile (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/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-15.0.7/clang-tools-extra/clang-include-fixer/plugin/ |
| H A D | IncludeFixerPlugin.cpp | 70 SymbolIdx = include_fixer::YamlSymbolIndex::createFromFile(Input); in ParseArgs()
|
| /llvm-project-15.0.7/llvm/include/llvm/LTO/legacy/ |
| H A D | LTOModule.h | 98 createFromFile(LLVMContext &Context, StringRef path,
|
| /llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/tool/ |
| H A D | ClangIncludeFixer.cpp | 197 DB = include_fixer::YamlSymbolIndex::createFromFile(Input); in createSymbolIndexManager()
|
| /llvm-project-15.0.7/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 461 LTOModule::createFromFile(Context, Filename, Options); in printMachOCPUOnly() 1032 LTOModule::createFromFile(Context, InputFilenames[i], Options); in main()
|
| /llvm-project-15.0.7/llvm/tools/lto/ |
| H A D | lto.cpp | 211 LTOModule::createFromFile(*LTOContext, StringRef(path), Options); in lto_module_create()
|
| /llvm-project-15.0.7/llvm/lib/LTO/ |
| H A D | LTOModule.cpp | 111 LTOModule::createFromFile(LLVMContext &Context, StringRef path, in createFromFile() function in LTOModule
|