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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
Wasm.h 145 ArrayRef<wasm::WasmGlobal> globals() const { return Globals; }
236 wasm::WasmGlobal &getDefinedGlobal(uint32_t Index);
280 std::vector<wasm::WasmGlobal> Globals;
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
Wasm.h 97 struct WasmGlobal {
  /src/external/apache2/llvm/dist/llvm/lib/MC/
WasmObjectWriter.cpp 81 struct WasmGlobal {
321 void writeGlobalSection(ArrayRef<wasm::WasmGlobal> Globals);
858 void WasmObjectWriter::writeGlobalSection(ArrayRef<wasm::WasmGlobal> Globals) {
866 for (const wasm::WasmGlobal &Global : Globals) {
1402 SmallVector<wasm::WasmGlobal, 1> Globals;
1594 wasm::WasmGlobal Global;
  /src/external/apache2/llvm/dist/llvm/lib/Object/
WasmObjectFile.cpp 580 wasm::WasmGlobal &Global = Globals[GlobalIndex];
1162 wasm::WasmGlobal Global;
1284 wasm::WasmGlobal &WasmObjectFile::getDefinedGlobal(uint32_t Index) {

Completed in 29 milliseconds