Home
last modified time | relevance | path

Searched defs:imports (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DDLL.h28 std::vector<DefinedImportData *> imports; variable
60 std::vector<DefinedImportData *> imports; variable
H A DDLL.cpp147 const std::vector<DefinedImportData *> &imports) { in binImports()
/freebsd/crypto/heimdal/lib/asn1/
H A Dgen.c57 static struct import *imports = NULL; variable
/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/compiler-rt/lib/interception/
H A Dinterception_win.cpp1103 RVAPtr<IMAGE_IMPORT_DESCRIPTOR> imports(module, in OverrideImportedFunction() local