Searched refs:imports (Results 1 - 20 of 20) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DDLL.h24 void add(DefinedImportData *sym) { imports.push_back(sym); }
25 bool empty() { return imports.empty(); }
29 std::vector<DefinedImportData *> imports; member in class:lld::coff::IdataContents
41 void add(DefinedImportData *sym) { imports.push_back(sym); }
42 bool empty() { return imports.empty(); }
56 std::vector<DefinedImportData *> imports; member in class:lld::coff::DelayLoadContents
H A DDLL.cpp136 binImports(const std::vector<DefinedImportData *> &imports) { argument
144 for (DefinedImportData *sym : imports)
573 std::vector<std::vector<DefinedImportData *>> v = binImports(imports);
634 std::vector<std::vector<DefinedImportData *>> v = binImports(imports);
/freebsd-13-stable/contrib/byacc/test/
H A Dcalc_code_imports.y1 %code imports { /* CODE-IMPORTS */ }
2 %code imports { /* CODE-IMPORTS2 */ }
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp978 RVAPtr<IMAGE_IMPORT_DESCRIPTOR> imports(module,
980 for (; imports->FirstThunk != 0; ++imports) {
981 RVAPtr<const char> modname(module, imports->Name);
985 if (imports->FirstThunk == 0)
992 RVAPtr<IMAGE_THUNK_DATA> name_table(module, imports->OriginalFirstThunk);
993 RVAPtr<IMAGE_THUNK_DATA> iat(module, imports->FirstThunk);
/freebsd-13-stable/crypto/heimdal/lib/asn1/
H A Dgen.c57 static struct import *imports = NULL; variable in typeref:struct:import
65 tmp->next = imports;
66 imports = tmp;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h137 ArrayRef<wasm::WasmImport> imports() const { return Imports; } function in class:llvm::object::WasmObjectFile
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp4740 /// globals: !4, imports: !5, macros: !6, dwoId: 0x0abcd,
4758 OPTIONAL(imports, MDField, ); \
4773 retainedTypes.Val, globals.Val, imports.Val, macros.Val, dwoId.Val,
/freebsd-13-stable/contrib/sqlite3/
H A Dconfigure7075 /* DATA imports from DLLs on WIN32 can't be const, because runtime
/freebsd-13-stable/contrib/file/
H A Dconfigure7409 /* DATA imports from DLLs on WIN32 can't be const, because runtime
/freebsd-13-stable/contrib/openbsm/
H A Dconfigure5823 /* DATA imports from DLLs on WIN32 can't be const, because runtime
/freebsd-13-stable/contrib/openpam/
H A Dconfigure6918 /* DATA imports from DLLs on WIN32 can't be const, because runtime
/freebsd-13-stable/contrib/unbound/
H A Dconfigure8997 /* DATA imports from DLLs on WIN32 can't be const, because runtime
/freebsd-13-stable/contrib/ldns/
H A Dconfigure6061 /* DATA imports from DLLs on WIN32 can't be const, because runtime
/freebsd-13-stable/contrib/libevent/
H A Dconfigure7109 /* DATA imports from DLLs on WIN32 can't be const, because runtime
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Dconfigure7100 /* DATA imports from DLLs on WIN32 can't be const, because runtime
/freebsd-13-stable/contrib/subversion/
H A Dconfigure9568 /* DATA imports from DLLs on WIN32 can't be const, because runtime
/freebsd-13-stable/crypto/heimdal/
H A Dconfigure6550 /* DATA imports from DLLs on WIN32 con't be const, because runtime
/freebsd-13-stable/contrib/apr/
H A Dconfigure12693 /* DATA imports from DLLs on WIN32 can't be const, because runtime
/freebsd-13-stable/contrib/ntp/sntp/
H A Dconfigure17302 /* DATA imports from DLLs on WIN32 can't be const, because runtime
/freebsd-13-stable/contrib/ntp/
H A Dconfigure8997 /* DATA imports from DLLs on WIN32 can't be const, because runtime

Completed in 721 milliseconds