Home
last modified time | relevance | path

Searched full:sigindex (Results 1 – 25 of 46) sorted by relevance

12

/llvm-project/llvm/test/ObjectYAML/wasm/
H A Dname_section.yaml18 SigIndex: 0
22 SigIndex: 0
26 SigIndex: 0
H A Dimport_section.yaml18 SigIndex: 0
51 # CHECK: SigIndex: 0
H A Dlinking_section.yaml18 SigIndex: 0
/llvm-project/llvm/test/MC/WebAssembly/
H A 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
H A Dexternal-func-address.ll47 ; CHECK-NEXT: SigIndex: 1
53 ; CHECK-NEXT: SigIndex: 0
/llvm-project/llvm/test/tools/llvm-readobj/wasm/
H A Dwasm-imports.test36 SigIndex: 1
40 SigIndex: 1
44 SigIndex: 1
/llvm-project/lld/test/wasm/
H A Dimport-module.ll24 ; CHECK-NEXT: SigIndex: 0
28 ; CHECK-NEXT: SigIndex: 0
H A Dgc-imports.s32 # CHECK-NEXT: SigIndex: 0
64 # NO-GC-NEXT: SigIndex: 0
68 # NO-GC-NEXT: SigIndex: 1
H A Dimport-name.ll24 ; CHECK-NEXT: SigIndex: 0
28 ; CHECK-NEXT: SigIndex: 0
H A Dduplicate-function-imports.s52 # CHECK-NEXT: SigIndex: 0
56 # CHECK-NEXT: SigIndex: 1
H A Dinit-fini.ll59 ; CHECK-NEXT: SigIndex: 0
63 ; CHECK-NEXT: SigIndex: 1
67 ; CHECK-NEXT: SigIndex: 1
H A Drelocatable.ll73 ; CHECK-NEXT: SigIndex: 0
77 ; CHECK-NEXT: SigIndex: 1
81 ; CHECK-NEXT: SigIndex: 1
/llvm-project/lld/test/wasm/lto/
H A Dundef.ll32 ; CHECK-NEXT: SigIndex: 0
36 ; CHECK-NEXT: SigIndex: 0
H A Dimport-attributes.ll22 ; CHECK-NEXT: SigIndex: 0
H A Dstub-library.s31 # CHECK-NEXT: SigIndex: 0
/llvm-project/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp241 Im.SigIndex = Import.SigIndex; in dump()
248 Im.SigIndex = Import.SigIndex; in dump()
267 FuncSec->FunctionTypes.push_back(Func.SigIndex); in dump()
291 TagSec->TagTypes.push_back(Tag.SigIndex); in dump()
/llvm-project/llvm/test/Object/Wasm/
H A Dduplicate-name.test19 SigIndex: 0
H A Dlinked-symbol-table.yaml23 SigIndex: 0
/llvm-project/llvm/test/tools/llvm-nm/wasm/
H A Dimports.yaml21 SigIndex: 0
H A Ddylink.yaml28 SigIndex: 0
H A Dlinked.yaml27 SigIndex: 0
H A Dweak-symbols.yaml21 SigIndex: 0
/llvm-project/llvm/test/tools/llvm-objdump/wasm/
H A Ddylink-symbol-table.yaml29 SigIndex: 0
/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp553 Signature = &Signatures[F.SigIndex]; in parseNameSection()
731 Signature = &Signatures[Function.SigIndex]; in parseLinkingSectionSymtab()
742 Signature = &Signatures[Import.SigIndex]; in parseLinkingSectionSymtab()
857 Signature = &Signatures[Tag.SigIndex]; in parseLinkingSectionSymtab()
869 Signature = &Signatures[Import.SigIndex]; in parseLinkingSectionSymtab()
1269 Im.SigIndex = readVaruint32(Ctx); in parseImportSection()
1270 if (Im.SigIndex >= NumTypes) in parseImportSection()
1301 Im.SigIndex = readVaruint32(Ctx); in parseImportSection()
1302 if (Im.SigIndex >= NumTypes) in parseImportSection()
1328 F.SigIndex in parseFunctionSection()
[all...]
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h369 uint32_t SigIndex;
378 uint32_t SigIndex;
392 uint32_t SigIndex;
362 uint32_t SigIndex; global() member
371 uint32_t SigIndex; global() member
385 uint32_t SigIndex; global() member

12