/external/llvm-project/llvm/test/tools/llvm-readobj/wasm/ |
D | wasm-imports.test | 36 SigIndex: 1 40 SigIndex: 1 44 SigIndex: 1
|
/external/llvm-project/llvm/test/MC/WebAssembly/ |
D | global-ctor-dtor.ll | 32 ; CHECK-NEXT: SigIndex: 1 36 ; CHECK-NEXT: SigIndex: 2 40 ; CHECK-NEXT: SigIndex: 1 44 ; CHECK-NEXT: SigIndex: 1 48 ; CHECK-NEXT: SigIndex: 1
|
D | external-func-address.ll | 47 ; CHECK-NEXT: SigIndex: 1 53 ; CHECK-NEXT: SigIndex: 0
|
D | event-section.ll | 35 ; CHECK-NEXT: SigIndex: 1
|
D | assembler-binary.ll | 57 ; CHECK-NEXT: SigIndex: 1
|
/external/llvm-project/lld/test/wasm/lto/ |
D | undef.ll | 32 ; CHECK-NEXT: SigIndex: 0 36 ; CHECK-NEXT: SigIndex: 0
|
D | import-attributes.ll | 22 ; CHECK-NEXT: SigIndex: 0
|
/external/llvm-project/lld/test/wasm/ |
D | gc-imports.s | 29 # CHECK-NEXT: SigIndex: 0 61 # NO-GC-NEXT: SigIndex: 0 65 # NO-GC-NEXT: SigIndex: 1
|
D | import-module.ll | 21 ; CHECK-NEXT: SigIndex: 0
|
D | import-name.ll | 21 ; CHECK-NEXT: SigIndex: 0
|
D | init-fini.ll | 62 ; CHECK-NEXT: SigIndex: 0 66 ; CHECK-NEXT: SigIndex: 0
|
D | relocatable.ll | 57 ; CHECK-NEXT: SigIndex: 0 61 ; CHECK-NEXT: SigIndex: 1 65 ; CHECK-NEXT: SigIndex: 1
|
D | event-section.ll | 36 ; CHECK-NEXT: SigIndex: 1
|
D | unresolved-symbols.s | 65 # IMPORT-NEXT: SigIndex: 0
|
/external/llvm-project/llvm/test/Object/ |
D | wasm-duplicate-name.test | 19 SigIndex: 0
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | Wasm.h | 100 uint32_t SigIndex; member 114 uint32_t SigIndex; member
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ |
D | Wasm.h | 107 uint32_t SigIndex; member 121 uint32_t SigIndex; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | WasmObjectWriter.cpp | 118 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/ |
D | WriterUtils.cpp | 199 writeUleb128(os, type.SigIndex, "sig index"); in writeEventType() 217 writeUleb128(os, import.SigIndex, "import sig index"); in writeImport()
|
D | SyntheticSections.cpp | 173 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/ |
D | WasmObjectWriter.cpp | 76 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/ |
D | WasmYAML.cpp | 384 IO.mapRequired("SigIndex", Import.SigIndex); in mapping() 390 IO.mapRequired("EventSigIndex", Import.EventImport.SigIndex); in mapping() 512 IO.mapRequired("SigIndex", Event.SigIndex); in mapping()
|
D | WasmEmitter.cpp | 352 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/ |
D | WasmEmitter.cpp | 367 encodeULEB128(Import.SigIndex, OS); in writeSectionContent() 377 writeUint32(OS, Import.EventImport.SigIndex); in writeSectionContent() 450 encodeULEB128(Event.SigIndex, OS); in writeSectionContent()
|
D | WasmYAML.cpp | 386 IO.mapRequired("SigIndex", Import.SigIndex); in mapping() 392 IO.mapRequired("EventSigIndex", Import.EventImport.SigIndex); in mapping() 522 IO.mapRequired("SigIndex", Event.SigIndex); in mapping()
|