HomeSort by: relevance | last modified time | path
    Searched defs:SigIndex (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
Wasm.h 107 uint32_t SigIndex;
121 uint32_t SigIndex;
  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
WasmYAML.h 83 uint32_t SigIndex;
91 uint32_t SigIndex;
  /src/external/apache2/llvm/dist/llvm/lib/MC/
WasmObjectWriter.cpp 76 uint32_t SigIndex;
801 encodeULEB128(Import.SigIndex, W->OS);
818 encodeULEB128(Import.Event.SigIndex, W->OS);
837 encodeULEB128(Func.SigIndex, W->OS);
852 encodeULEB128(Event.SigIndex, W->OS);
1308 Import.SigIndex = getFunctionType(WS);
1333 Import.Event.SigIndex = getEventType(WS);
1533 Func.SigIndex = getFunctionType(WS);
1641 Event.SigIndex = getEventType(WS);

Completed in 16 milliseconds