Home
last modified time | relevance | path

Searched refs:imports (Results 1 – 25 of 47) sorted by relevance

12

/freebsd/contrib/llvm-project/lld/COFF/
H A DDLL.h23 void add(DefinedImportData *sym) { imports.push_back(sym); } in add()
24 bool empty() { return imports.empty(); } in empty()
28 std::vector<DefinedImportData *> imports; variable
41 void add(DefinedImportData *sym) { imports.push_back(sym); } in add()
42 bool empty() { return imports.empty(); } in empty()
60 std::vector<DefinedImportData *> imports; variable
H A DDLL.cpp147 const std::vector<DefinedImportData *> &imports) { in binImports() argument
155 for (DefinedImportData *sym : imports) in binImports()
676 std::vector<std::vector<DefinedImportData *>> v = binImports(ctx, imports); in create()
737 std::vector<std::vector<DefinedImportData *>> v = binImports(ctx, imports); in create()
H A DOptions.td61 "Sets the default load flags used to resolve the statically linked imports of a module">;
253 F<"thinlto-emit-imports-files">,
254 HelpText<"Emit .imports files with -thinlto-index-only">;
/freebsd/contrib/byacc/test/
H A Dcalc_code_imports.y1 %code imports { /* CODE-IMPORTS */ }
2 %code imports { /* CODE-IMPORTS2 */ }
/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp1103 RVAPtr<IMAGE_IMPORT_DESCRIPTOR> imports(module, in OverrideImportedFunction() local
1105 for (; imports->FirstThunk != 0; ++imports) { in OverrideImportedFunction()
1106 RVAPtr<const char> modname(module, imports->Name); in OverrideImportedFunction()
1110 if (imports->FirstThunk == 0) in OverrideImportedFunction()
1117 RVAPtr<IMAGE_THUNK_DATA> name_table(module, imports->OriginalFirstThunk); in OverrideImportedFunction()
1118 RVAPtr<IMAGE_THUNK_DATA> iat(module, imports->FirstThunk); in OverrideImportedFunction()
/freebsd/sys/cddl/boot/zfs/
H A DREADME16 might complicate future imports from Illumos.
/freebsd/contrib/libarchive/
H A DFREEBSD-upgrade7 The git branch for imports is named vendor/libarchive.
/freebsd/crypto/heimdal/lib/asn1/
H A Dgen.c57 static struct import *imports = NULL; variable
65 tmp->next = imports; in add_import()
66 imports = tmp; in add_import()
/freebsd/contrib/llvm-project/lld/docs/
H A DWebAssembly.rst102 Undefined symbols generate WebAssembly imports, including undefined data
121 Generate WebAssembly imports for undefined symbols, where possible. For
208 Another way to specify imports and exports is via a "stub library". This
/freebsd/contrib/libcbor/
H A DBazel.md12 Note, this imports version `0.8.0` - you may need to update the version and
/freebsd/contrib/one-true-awk/
H A DFREEBSD-upgrade3 FreeBSD imports awk from the one true awk github project. This is the blessed
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDebugOptions.def85 ///< contain explicit imports for
H A DDiagnosticParseKinds.td1711 "imports must immediately follow the module declaration">;
1713 "module partition imports must be within a module purview">;
1715 "module%select{| partition}0 imports cannot be in the %select{global|private}1 module fragment">;
H A DAttrDocs.td6021 WebAssembly imports use a two-level namespace scheme, consisting of a module
6038 WebAssembly imports use a two-level namespace scheme, consisting of a module
/freebsd/contrib/file/magic/Magdir/
H A Dgames325 >>28 lelong !0 \b, imports: %d
331 >>>>&21 lelong !0 \b, imports: %d
337 >>>>>&21 lelong !0 \b, imports: %d
342 >>>>>&21 lelong !0 \b, imports: %d
H A Dmsdos614 # Multitasking MS-DOS binaries imports DOSCALLS library, so use it for distinguishing
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h145 ArrayRef<wasm::WasmImport> imports() const { return Imports; } in imports() function
/freebsd/contrib/llvm-project/lld/MachO/
H A DOptions.td36 def thinlto_emit_imports_files: Flag<["--"], "thinlto-emit-imports-files">,
217 HelpText<"Like -l<name>, but mark library and its references as weak imports">,
221 HelpText<"Like bare <path>, but mark library and its references as weak imports">,
272 HelpText<"Like -framework <name>, but mark framework and its references as weak imports">,
698 HelpText<"Fail if any symbols are weak imports, allowed to be NULL at runtime">,
925 …HelpText<"Resolve symbol imports of conflicting weakness according to <treatment> as weak, non-wea…
/freebsd/contrib/googletest/googletest/test/
H A DBUILD.bazel164 imports = ["."],
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DOpts.td86 def coff_imports : FF<"coff-imports", "Display import table">, Group<grp_coff>;
/freebsd/contrib/llvm-project/lld/ELF/
H A DOptions.td677 def thinlto_emit_imports_files: FF<"thinlto-emit-imports-files">;
732 def: F<"plugin-opt=thinlto-emit-imports-files">,
734 HelpText<"Alias for --thinlto-emit-imports-files">;
/freebsd/contrib/byacc/
H A DMANIFEST425 test/calc_code_imports.y test-case for "%code imports"
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp5531 OPTIONAL(imports, MDField, ); \ in parseDICompileUnit()
5546 retainedTypes.Val, globals.Val, imports.Val, macros.Val, dwoId.Val, in parseDICompileUnit()
/freebsd/contrib/openbsm/
H A Dconfigure5823 /* DATA imports from DLLs on WIN32 can't be const, because runtime
/freebsd/contrib/sqlite3/
H A Dconfigure7880 /* DATA imports from DLLs on WIN32 can't be const, because runtime

12