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

  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
wasm2yaml.cpp 235 Im.SigIndex = Import.SigIndex;
243 Im.EventImport.SigIndex = Import.Event.SigIndex;
289 E.SigIndex = Event.Type.SigIndex;
  /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/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);
  /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/ObjectYAML/
WasmEmitter.cpp 380 encodeULEB128(Import.SigIndex, OS);
390 writeUint32(OS, Import.EventImport.SigIndex);
463 encodeULEB128(Event.SigIndex, OS);
WasmYAML.cpp 395 IO.mapRequired("SigIndex", Import.SigIndex);
401 IO.mapRequired("EventSigIndex", Import.EventImport.SigIndex);
531 IO.mapRequired("SigIndex", Event.SigIndex);
  /src/external/apache2/llvm/dist/llvm/lib/Object/
WasmObjectFile.cpp 560 Signature = &Signatures[Import.SigIndex];
677 Signature = &Signatures[Event.Type.SigIndex];
691 Signature = &Signatures[EventType->SigIndex];
1045 Im.SigIndex = readVaruint32(Ctx);
1070 Im.Event.SigIndex = readVarint32(Ctx);
1147 Event.Type.SigIndex = readVaruint32(Ctx);

Completed in 104 milliseconds