Home
last modified time | relevance | path

Searched defs:Exports (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DCOFFModuleDefinition.h28 std::vector<COFFShortExport> Exports; member
DWasm.h273 std::vector<wasm::WasmExport> Exports; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp162 std::vector<CrossModuleExport> Exports; member
648 const DebugCrossModuleExportsSubsectionRef &Exports) { in fromCodeViewSubsection()
831 DebugCrossModuleExportsSubsectionRef &Exports, in visitCrossModuleExports()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DCOFFImportFile.cpp572 ArrayRef<COFFShortExport> Exports, in writeImportLibrary()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DTextStub.cpp741 std::vector<ExportSection> Exports; member
988 SectionList Exports; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp773 void WasmObjectWriter::writeExportSection(ArrayRef<wasm::WasmExport> Exports) { in writeExportSection()
1115 SmallVector<wasm::WasmExport, 4> Exports; in writeObject() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h339 std::vector<Export> Exports; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp703 auto &Exports = ExportLists[ModName]; in ComputeCrossModuleImport() local
/third_party/typescript/lib/
Dlib.webworker.d.ts5824 type Exports = Record<string, ExportValue>; alias
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts5804 type Exports = Record<string, ExportValue>; alias