Home
last modified time | relevance | path

Searched refs:SigIndex (Results 1 – 25 of 34) sorted by relevance

12

/external/llvm-project/llvm/test/tools/llvm-readobj/wasm/
Dwasm-imports.test36 SigIndex: 1
40 SigIndex: 1
44 SigIndex: 1
/external/llvm-project/llvm/test/MC/WebAssembly/
Dglobal-ctor-dtor.ll32 ; CHECK-NEXT: SigIndex: 1
36 ; CHECK-NEXT: SigIndex: 2
40 ; CHECK-NEXT: SigIndex: 1
44 ; CHECK-NEXT: SigIndex: 1
48 ; CHECK-NEXT: SigIndex: 1
Dexternal-func-address.ll47 ; CHECK-NEXT: SigIndex: 1
53 ; CHECK-NEXT: SigIndex: 0
Devent-section.ll35 ; CHECK-NEXT: SigIndex: 1
Dassembler-binary.ll57 ; CHECK-NEXT: SigIndex: 1
/external/llvm-project/lld/test/wasm/lto/
Dundef.ll32 ; CHECK-NEXT: SigIndex: 0
36 ; CHECK-NEXT: SigIndex: 0
Dimport-attributes.ll22 ; CHECK-NEXT: SigIndex: 0
/external/llvm-project/lld/test/wasm/
Dgc-imports.s29 # CHECK-NEXT: SigIndex: 0
61 # NO-GC-NEXT: SigIndex: 0
65 # NO-GC-NEXT: SigIndex: 1
Dimport-module.ll21 ; CHECK-NEXT: SigIndex: 0
Dimport-name.ll21 ; CHECK-NEXT: SigIndex: 0
Dinit-fini.ll62 ; CHECK-NEXT: SigIndex: 0
66 ; CHECK-NEXT: SigIndex: 0
Drelocatable.ll57 ; CHECK-NEXT: SigIndex: 0
61 ; CHECK-NEXT: SigIndex: 1
65 ; CHECK-NEXT: SigIndex: 1
Devent-section.ll36 ; CHECK-NEXT: SigIndex: 1
Dunresolved-symbols.s65 # IMPORT-NEXT: SigIndex: 0
/external/llvm-project/llvm/test/Object/
Dwasm-duplicate-name.test19 SigIndex: 0
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h100 uint32_t SigIndex; member
114 uint32_t SigIndex; member
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DWasm.h107 uint32_t SigIndex; member
121 uint32_t SigIndex; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp118 uint32_t SigIndex; member
716 encodeULEB128(Import.SigIndex, W.OS); in writeImportSection()
733 encodeULEB128(Import.Event.SigIndex, W.OS); in writeImportSection()
752 encodeULEB128(Func.SigIndex, W.OS); in writeFunctionSection()
767 encodeULEB128(Event.SigIndex, W.OS); in writeEventSection()
1165 Import.SigIndex = getFunctionType(WS); in writeObject()
1190 Import.Event.SigIndex = getEventType(WS); in writeObject()
1317 Func.SigIndex = getFunctionType(WS); in writeObject()
1389 Event.SigIndex = getEventType(WS); in writeObject()
/external/llvm-project/lld/wasm/
DWriterUtils.cpp199 writeUleb128(os, type.SigIndex, "sig index"); in writeEventType()
217 writeUleb128(os, import.SigIndex, "import sig index"); in writeImport()
DSyntheticSections.cpp173 import.SigIndex = out.typeSec->lookupType(*functionSym->signature); in writeBody()
181 import.Event.SigIndex = out.typeSec->lookupType(*eventSym->signature); in writeBody()
252 e->event.Type.SigIndex = out.typeSec->lookupType(e->signature); in writeBody()
/external/llvm-project/llvm/lib/MC/
DWasmObjectWriter.cpp76 uint32_t SigIndex; member
766 encodeULEB128(Import.SigIndex, W->OS); in writeImportSection()
783 encodeULEB128(Import.Event.SigIndex, W->OS); in writeImportSection()
802 encodeULEB128(Func.SigIndex, W->OS); in writeFunctionSection()
817 encodeULEB128(Event.SigIndex, W->OS); in writeEventSection()
1251 Import.SigIndex = getFunctionType(WS); in prepareImports()
1276 Import.Event.SigIndex = getEventType(WS); in prepareImports()
1472 Func.SigIndex = getFunctionType(WS); in writeOneObject()
1582 Event.SigIndex = getEventType(WS); in writeOneObject()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp384 IO.mapRequired("SigIndex", Import.SigIndex); in mapping()
390 IO.mapRequired("EventSigIndex", Import.EventImport.SigIndex); in mapping()
512 IO.mapRequired("SigIndex", Event.SigIndex); in mapping()
DWasmEmitter.cpp352 encodeULEB128(Import.SigIndex, OS); in writeSectionContent()
362 writeUint32(OS, Import.EventImport.SigIndex); in writeSectionContent()
444 encodeULEB128(Event.SigIndex, OS); in writeSectionContent()
/external/llvm-project/llvm/lib/ObjectYAML/
DWasmEmitter.cpp367 encodeULEB128(Import.SigIndex, OS); in writeSectionContent()
377 writeUint32(OS, Import.EventImport.SigIndex); in writeSectionContent()
450 encodeULEB128(Event.SigIndex, OS); in writeSectionContent()
DWasmYAML.cpp386 IO.mapRequired("SigIndex", Import.SigIndex); in mapping()
392 IO.mapRequired("EventSigIndex", Import.EventImport.SigIndex); in mapping()
522 IO.mapRequired("SigIndex", Event.SigIndex); in mapping()

12