/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | DLL.h | 23 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 D | DLL.cpp | 147 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 D | Options.td | 61 "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 D | calc_code_imports.y | 1 %code imports { /* CODE-IMPORTS */ } 2 %code imports { /* CODE-IMPORTS2 */ }
|
/freebsd/contrib/llvm-project/compiler-rt/lib/interception/ |
H A D | interception_win.cpp | 1103 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 D | README | 16 might complicate future imports from Illumos.
|
/freebsd/contrib/libarchive/ |
H A D | FREEBSD-upgrade | 7 The git branch for imports is named vendor/libarchive.
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | gen.c | 57 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 D | WebAssembly.rst | 102 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 D | Bazel.md | 12 Note, this imports version `0.8.0` - you may need to update the version and
|
/freebsd/contrib/one-true-awk/ |
H A D | FREEBSD-upgrade | 3 FreeBSD imports awk from the one true awk github project. This is the blessed
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DebugOptions.def | 85 ///< contain explicit imports for
|
H A D | DiagnosticParseKinds.td | 1711 "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 D | AttrDocs.td | 6021 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 D | games | 325 >>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 D | msdos | 614 # Multitasking MS-DOS binaries imports DOSCALLS library, so use it for distinguishing
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | Wasm.h | 145 ArrayRef<wasm::WasmImport> imports() const { return Imports; } in imports() function
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | Options.td | 36 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 D | BUILD.bazel | 164 imports = ["."],
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | Opts.td | 86 def coff_imports : FF<"coff-imports", "Display import table">, Group<grp_coff>;
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Options.td | 677 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 D | MANIFEST | 425 test/calc_code_imports.y test-case for "%code imports"
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 5531 OPTIONAL(imports, MDField, ); \ in parseDICompileUnit() 5546 retainedTypes.Val, globals.Val, imports.Val, macros.Val, dwoId.Val, in parseDICompileUnit()
|
/freebsd/contrib/openbsm/ |
H A D | configure | 5823 /* DATA imports from DLLs on WIN32 can't be const, because runtime
|
/freebsd/contrib/sqlite3/ |
H A D | configure | 7880 /* DATA imports from DLLs on WIN32 can't be const, because runtime
|