Home
last modified time | relevance | path

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

/llvm-project/lld/COFF/
H A DDLL.h28 std::vector<DefinedImportData *> imports; variable
60 std::vector<DefinedImportData *> imports; global() variable
H A DDLL.cpp147 binImports(COFFLinkerContext & ctx,const std::vector<DefinedImportData * > & imports) binImports() argument
[all...]
/llvm-project/llvm/include/llvm/Object/
H A DWasm.h145 ArrayRef<wasm::WasmImport> imports() const { return Imports; } in imports() function
/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp1103 RVAPtr<IMAGE_IMPORT_DESCRIPTOR> imports(module, OverrideImportedFunction() local
/llvm-project/flang/lib/Semantics/
H A Dmod-file.cpp76 const std::set<SourceName> &imports() const { return imports_; } in imports() function in Fortran::semantics::SubprogramSymbolCollector