HomeSort by: relevance | last modified time | path
    Searched refs:WasmExport (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
Wasm.h 147 ArrayRef<wasm::WasmExport> exports() const { return Exports; }
283 std::vector<wasm::WasmExport> Exports;
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
Wasm.h 58 struct WasmExport {
  /src/external/apache2/llvm/dist/llvm/lib/MC/
WasmObjectWriter.cpp 313 void writeExportSection(ArrayRef<wasm::WasmExport> Exports);
913 void WasmObjectWriter::writeExportSection(ArrayRef<wasm::WasmExport> Exports) {
921 for (const wasm::WasmExport &Export : Exports) {
1400 SmallVector<wasm::WasmExport, 4> Exports;
1546 wasm::WasmExport Export;
  /src/external/apache2/llvm/dist/llvm/lib/Object/
WasmObjectFile.cpp 1180 wasm::WasmExport Ex;

Completed in 18 milliseconds