| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/ |
| H A D | IPO.h | 56 Import, ///< Import information from summary. enumerator
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | WasmYAML.h | 90 struct Import { struct 91 Import() {} in Import() argument 97 Table TableImport; argument
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/ |
| H A D | HeaderIncludes.h | 48 enum class IncludeDirective { Include, Import }; enumerator
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.cpp | 69 for (const serialization::ModuleFile *Import : MF->Imports) in optimizeHeaderSearchOpts() local 95 for (const serialization::ModuleFile *Import : MF->Imports) in optimizeHeaderSearchOpts() local 902 for (const Module *Import : M->Imports) in addModulePrebuiltDeps() local 937 for (const Module *Import : M->Imports) { in addModuleDep() local 1022 for (const Module *Import : DirectImports) in addVisibleModules() local
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | WasmObjectWriter.cpp | 833 for (const wasm::WasmImport &Import : Imports) { in writeImportSection() local 1360 wasm::WasmImport Import; in prepareImports() local 1372 wasm::WasmImport Import; in prepareImports() local 1384 wasm::WasmImport Import; in prepareImports() local 1396 wasm::WasmImport Import; in prepareImports() local 1412 wasm::WasmImport Import; in prepareImports() local
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | CxxModuleHandler.cpp | 293 std::optional<Decl *> CxxModuleHandler::Import(Decl *d) { in Import() function in CxxModuleHandler
|
| H A D | ClangASTImporter.h | 525 DeclFromParser<D> DeclFromUser<D>::Import(clang::ASTContext *dest_ctx, in Import() function
|
| H A D | ClangASTImporter.cpp | 435 bool ClangASTImporter::Import(const CompilerType &type) { in Import() function in ClangASTImporter
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaModule.cpp | 496 ImportDecl *Import = ImportDecl::Create(Context, CurContext, ModuleLoc, in ActOnModuleDecl() local 703 ImportDecl *Import = ImportDecl::Create(Context, CurContext, StartLoc, in ActOnModuleImport() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTImporter.h | 351 llvm::Expected<const Decl *> Import(const Decl *FromD) { in Import() function
|
| H A D | ASTContext.h | 1014 ImportDecl *Import = nullptr; variable 1024 explicit import_iterator(ImportDecl *Import) : Import(Import) {} in import_iterator() 1139 static ImportDecl *getNextLocalImport(ImportDecl *Import) { in getNextLocalImport()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaInternal.h | 53 if (auto *Import = D->getAttr<DLLImportAttr>()) in getDLLAttr() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 748 wasm::WasmImport &Import = *ImportedFunctions[Info.ElementIndex]; in parseLinkingSectionSymtab() local 778 wasm::WasmImport &Import = *ImportedGlobals[Info.ElementIndex]; in parseLinkingSectionSymtab() local 808 wasm::WasmImport &Import = *ImportedTables[Info.ElementIndex]; in parseLinkingSectionSymtab() local 875 wasm::WasmImport &Import = *ImportedTags[Info.ElementIndex]; in parseLinkingSectionSymtab() local
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 9462 ASTImporter::Import(ExprWithCleanups::CleanupObject From) { in Import() function in ASTImporter 9473 ExpectedTypePtr ASTImporter::Import(const Type *FromT) { in Import() function in ASTImporter 9495 Expected<QualType> ASTImporter::Import(QualType FromT) { in Import() function in ASTImporter 9506 Expected<TypeSourceInfo *> ASTImporter::Import(TypeSourceInfo *FromTSI) { in Import() function in ASTImporter 9660 Expected<Attr *> ASTImporter::Import(const Attr *FromAttr) { in Import() function in ASTImporter 9789 Expected<Decl *> ASTImporter::Import(Decl *FromD) { in Import() function in ASTImporter 9941 ASTImporter::Import(const InheritedConstructor &From) { in Import() function in ASTImporter 10012 Expected<Expr *> ASTImporter::Import(Expr *FromE) { in Import() function in ASTImporter 10019 Expected<Stmt *> ASTImporter::Import(Stmt *FromS) { in Import() function in ASTImporter 10049 ASTImporter::Import(NestedNameSpecifier *FromNNS) { in Import() function in ASTImporter [all …]
|
| H A D | DeclBase.cpp | 1804 if (auto *Import = dyn_cast<ImportDecl>(D)) in addHiddenDecl() local
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-link/ |
| H A D | llvm-link.cpp | 332 for (const auto &Import : Imports) { in importFunctions() local
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 1862 DictScope Import(W, "Import"); in printDelayImportedSymbols() local 1882 DictScope Import(W, "Import"); in printCOFFImports() local 1905 DictScope Import(W, "DelayImport"); in printCOFFImports() local 1988 DictScope Import(W, "Entry"); in printCOFFBaseReloc() local
|
| H A D | llvm-readobj.cpp | 641 else if (COFFImportFile *Import = dyn_cast<COFFImportFile>(Bin.get())) in dumpInput() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | PreprocessingRecord.h | 215 Import, enumerator
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | Parser.cpp | 673 DeclResult Import = in ParseTopLevelDecl() local 2528 DeclResult Import; in ParseModuleImport() local
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | WasmEmitter.cpp | 395 for (const WasmYAML::Import &Import : Section.Imports) { in writeSectionContent() local
|
| H A D | WasmYAML.cpp | 396 WasmYAML::Import &Import) { in mapping()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfo.cpp | 244 for (auto *Import : CU->getImportedEntities()) in processCompileUnit() local 297 void DebugInfoFinder::processImportedEntity(DIImportedEntity *Import) { in processImportedEntity() 360 else if (auto *Import = dyn_cast_or_null<DIImportedEntity>(N)) in processSubprogram() local
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonDataObjects.cpp | 772 Expected<PythonModule> PythonModule::Import(const Twine &name) { in Import() function in PythonModule
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PPDirectives.cpp | 2354 enum { Enter, Import, Skip, IncludeLimitReached } Action = Enter; in HandleHeaderIncludeOrImport() enumerator
|