Searched refs:WasmImport (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/llvm/lib/MC/ |
D | WasmObjectWriter.cpp | 283 void prepareImports(SmallVectorImpl<wasm::WasmImport> &Imports, 310 void writeImportSection(ArrayRef<wasm::WasmImport> Imports, uint64_t DataSize, 747 void WasmObjectWriter::writeImportSection(ArrayRef<wasm::WasmImport> Imports, in writeImportSection() 759 for (const wasm::WasmImport &Import : Imports) { in writeImportSection() 1209 SmallVectorImpl<wasm::WasmImport> &Imports, MCAssembler &Asm, in prepareImports() 1214 wasm::WasmImport MemImport; in prepareImports() 1247 wasm::WasmImport Import; in prepareImports() 1259 wasm::WasmImport Import; in prepareImports() 1271 wasm::WasmImport Import; in prepareImports() 1284 wasm::WasmImport Import; in prepareImports() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | WasmObjectWriter.cpp | 313 void writeImportSection(ArrayRef<wasm::WasmImport> Imports, uint32_t DataSize, 697 void WasmObjectWriter::writeImportSection(ArrayRef<wasm::WasmImport> Imports, in writeImportSection() 709 for (const wasm::WasmImport &Import : Imports) { in writeImportSection() 1114 SmallVector<wasm::WasmImport, 4> Imports; in writeObject() 1125 wasm::WasmImport MemImport; in writeObject() 1134 wasm::WasmImport TableImport; in writeObject() 1161 wasm::WasmImport Import; in writeObject() 1173 wasm::WasmImport Import; in writeObject() 1185 wasm::WasmImport Import; in writeObject() 1202 wasm::WasmImport Import; in writeObject()
|
/external/llvm-project/lld/wasm/ |
D | WriterUtils.h | 62 void writeImport(raw_ostream &os, const llvm::wasm::WasmImport &import);
|
D | SyntheticSections.cpp | 130 WasmImport import; in writeBody() 149 WasmImport import; in writeBody() 159 WasmImport import; in writeBody() 187 WasmImport import; in writeBody()
|
D | WriterUtils.cpp | 211 void writeImport(raw_ostream &os, const WasmImport &import) { in writeImport()
|
/external/llvm-project/llvm/lib/Object/ |
D | WasmObjectFile.cpp | 498 std::vector<wasm::WasmImport *> ImportedGlobals; in parseLinkingSectionSymtab() 499 std::vector<wasm::WasmImport *> ImportedFunctions; in parseLinkingSectionSymtab() 500 std::vector<wasm::WasmImport *> ImportedEvents; in parseLinkingSectionSymtab() 501 std::vector<wasm::WasmImport *> ImportedTables; in parseLinkingSectionSymtab() 543 wasm::WasmImport &Import = *ImportedFunctions[Info.ElementIndex]; in parseLinkingSectionSymtab() 575 wasm::WasmImport &Import = *ImportedGlobals[Info.ElementIndex]; in parseLinkingSectionSymtab() 607 wasm::WasmImport &Import = *ImportedTables[Info.ElementIndex]; in parseLinkingSectionSymtab() 671 wasm::WasmImport &Import = *ImportedEvents[Info.ElementIndex]; in parseLinkingSectionSymtab() 1021 wasm::WasmImport Im; in parseImportSection()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | Wasm.h | 138 ArrayRef<wasm::WasmImport> imports() const { return Imports; } in imports() 272 std::vector<wasm::WasmImport> Imports;
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | Wasm.h | 141 ArrayRef<wasm::WasmImport> imports() const { return Imports; } in imports() 281 std::vector<wasm::WasmImport> Imports;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | WasmObjectFile.cpp | 470 std::vector<wasm::WasmImport *> ImportedGlobals; in parseLinkingSectionSymtab() 471 std::vector<wasm::WasmImport *> ImportedFunctions; in parseLinkingSectionSymtab() 472 std::vector<wasm::WasmImport *> ImportedEvents; in parseLinkingSectionSymtab() 510 wasm::WasmImport &Import = *ImportedFunctions[Info.ElementIndex]; in parseLinkingSectionSymtab() 539 wasm::WasmImport &Import = *ImportedGlobals[Info.ElementIndex]; in parseLinkingSectionSymtab() 599 wasm::WasmImport &Import = *ImportedEvents[Info.ElementIndex]; in parseLinkingSectionSymtab() 900 wasm::WasmImport Im; in parseImportSection()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | Wasm.h | 109 struct WasmImport { struct
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ |
D | Wasm.h | 116 struct WasmImport { struct
|