Searched defs:imports (Results 1 – 5 of 5) sorted by relevance
/llvm-project/lld/COFF/ | ||
H A D | DLL.h | 28 std::vector<DefinedImportData *> imports; variable |
H A D | DLL.cpp | 147 binImports(COFFLinkerContext & ctx,const std::vector<DefinedImportData * > & imports) binImports() argument |
/llvm-project/llvm/include/llvm/Object/ | ||
H A D | Wasm.h | 145 ArrayRef<wasm::WasmImport> imports() const { return Imports; } in imports() function |
/llvm-project/compiler-rt/lib/interception/ | ||
H A D | interception_win.cpp | 1103 RVAPtr<IMAGE_IMPORT_DESCRIPTOR> imports(module, OverrideImportedFunction() local |
/llvm-project/flang/lib/Semantics/ | ||
H A D | mod-file.cpp | 76 const std::set<SourceName> &imports() const { return imports_; } in imports() function in Fortran::semantics::SubprogramSymbolCollector |