/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/ |
H A D | IPO.h | 58 Import, ///< Import information from summary. global() enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | WasmYAML.h | 89 struct Import { struct 90 Import() {} in Import() argument 96 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 | 48 for (const serialization::ModuleFile *Import : MF->Imports) in optimizeHeaderSearchOpts() local 74 for (const serialization::ModuleFile *Import : MF->Imports) in optimizeHeaderSearchOpts() local 682 for (const Module *Import : M->Imports) in addModulePrebuiltDeps() local 702 for (const Module *Import : M->Imports) { in addModuleDep() local
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | WasmObjectWriter.cpp | 856 for (const wasm::WasmImport &Import : Imports) { in writeImportSection() local 1367 wasm::WasmImport Import; prepareImports() local 1379 wasm::WasmImport Import; prepareImports() local 1391 wasm::WasmImport Import; prepareImports() local 1403 wasm::WasmImport Import; prepareImports() local 1419 wasm::WasmImport Import; prepareImports() local [all...] |
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | CxxModuleHandler.cpp | 292 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 | 436 bool ClangASTImporter::Import(const CompilerType &type) { in Import() function in ClangASTImporter
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaModule.cpp | 493 ImportDecl *Import = ImportDecl::Create(Context, CurContext, ModuleLoc, in ActOnModuleDecl() local 690 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 | 921 ImportDecl *Import = nullptr; variable 931 explicit import_iterator(ImportDecl *Import) : Import(Import) {} in import_iterator() 1046 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 | 738 wasm::WasmImport &Import = *ImportedFunctions[Info.ElementIndex]; in parseLinkingSectionSymtab() local 768 wasm::WasmImport &Import = *ImportedGlobals[Info.ElementIndex]; in parseLinkingSectionSymtab() local 798 wasm::WasmImport &Import = *ImportedTables[Info.ElementIndex]; in parseLinkingSectionSymtab() local 865 wasm::WasmImport &Import = *ImportedTags[Info.ElementIndex]; in parseLinkingSectionSymtab() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTImporter.cpp | 9050 ASTImporter::Import(ExprWithCleanups::CleanupObject From) { in Import() function in ASTImporter 9061 ExpectedTypePtr ASTImporter::Import(const Type *FromT) { in Import() function in ASTImporter 9083 Expected<QualType> ASTImporter::Import(QualType FromT) { in Import() function in ASTImporter 9094 Expected<TypeSourceInfo *> ASTImporter::Import(TypeSourceInfo *FromTSI) { in Import() function in ASTImporter 9247 Expected<Attr *> ASTImporter::Import(const Attr *FromAttr) { in Import() function in ASTImporter 9417 Expected<Decl *> ASTImporter::Import(Decl *FromD) { in Import() function in ASTImporter 9562 ASTImporter::Import(const InheritedConstructor &From) { in Import() function in ASTImporter 9633 Expected<Expr *> ASTImporter::Import(Expr *FromE) { in Import() function in ASTImporter 9640 Expected<Stmt *> ASTImporter::Import(Stmt *FromS) { in Import() function in ASTImporter 9670 ASTImporter::Import(NestedNameSpecifier *FromNNS) { in Import() function in ASTImporter [all …]
|
H A D | DeclBase.cpp | 1757 if (auto *Import = dyn_cast<ImportDecl>(D)) in addHiddenDecl() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 1816 DictScope Import(W, "Import"); in printDelayImportedSymbols() local 1836 DictScope Import(W, "Import"); in printCOFFImports() local 1859 DictScope Import(W, "DelayImport"); in printCOFFImports() local 1942 DictScope Import(W, "Entry"); in printCOFFBaseReloc() local
|
H A D | llvm-readobj.cpp | 622 else if (COFFImportFile *Import = dyn_cast<COFFImportFile>(Bin.get())) in dumpInput() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/ |
H A D | llvm-link.cpp | 343 for (const auto &Import : Imports) { in importFunctions() 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 | 691 DeclResult Import = in ParseTopLevelDecl() local 2660 DeclResult Import; in ParseModuleImport() local
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | WasmEmitter.cpp | 387 for (const WasmYAML::Import &Import : Section.Imports) { in writeSectionContent() local
|
H A D | WasmYAML.cpp | 394 WasmYAML::Import &Import) { in mapping()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | PythonDataObjects.cpp | 774 Expected<PythonModule> PythonModule::Import(const Twine &name) { in Import() function in PythonModule
|
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTReader.h | 711 enum { Import, Export, Conflict, Affecting } Kind; enumerator
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPDirectives.cpp | 2320 enum { Enter, Import, Skip, IncludeLimitReached } Action = Enter; in HandleHeaderIncludeOrImport() enumerator
|