| /llvm-project-15.0.7/lld/test/wasm/ |
| H A D | data-segment-merging.ll | 18 ; MERGE-NEXT: - SectionOffset: 7 22 ; MERGE-NEXT: - SectionOffset: 26 44 ; SEPARATE-NEXT: - SectionOffset: 7 48 ; SEPARATE-NEXT: - SectionOffset: 22 52 ; SEPARATE-NEXT: - SectionOffset: 29 56 ; SEPARATE-NEXT: - SectionOffset: 41 60 ; SEPARATE-NEXT: - SectionOffset: 55 64 ; SEPARATE-NEXT: - SectionOffset: 70 89 ; PASSIVE-MERGE-NEXT: - SectionOffset: 3 92 ; PASSIVE-MERGE-NEXT: - SectionOffset: 18 [all …]
|
| H A D | reloc-relative.s | 53 # CHECK-NEXT: - SectionOffset: 7 59 # CHECK-NEXT: - SectionOffset: 20 65 # CHECK-NEXT: - SectionOffset: 34 71 # CHECK-NEXT: - SectionOffset: 48 77 # CHECK-NEXT: - SectionOffset: 62 83 # CHECK-NEXT: - SectionOffset: 76
|
| H A D | custom-section-name.ll | 19 ; CHECK-NEXT: - SectionOffset: 7 25 ; CHECK-NEXT: - SectionOffset: 17 31 ; CHECK-NEXT: - SectionOffset: 27 37 ; BSS-NEXT: - SectionOffset: 37 43 ; NO-BSS-NOT: - SectionOffset:
|
| H A D | data-layout.s | 82 # CHECK-NEXT: - SectionOffset: 7 88 # CHECK-NEXT: - SectionOffset: 20 130 # RELOC-NEXT: - SectionOffset: 6 136 # RELOC-NEXT: - SectionOffset: 18 142 # RELOC-NEXT: - SectionOffset: 27 148 # RELOC-NEXT: - SectionOffset: 36 154 # RELOC-NEXT: - SectionOffset: 45 160 # RELOC-NEXT: - SectionOffset: 54
|
| H A D | data-segments.ll | 59 ; ACTIVE-NEXT: - SectionOffset: 7 66 ; ACTIVE-NEXT: - SectionOffset: 26 96 ; PASSIVE-NEXT: - SectionOffset: 3 99 ; PASSIVE-NEXT: - SectionOffset: 9 102 ; PASSIVE-NEXT: - SectionOffset: 24 138 ; PASSIVE-PIC-NEXT: - SectionOffset: 3 141 ; PASSIVE-PIC-NEXT: - SectionOffset: 9 144 ; PASSIVE-PIC-NEXT: - SectionOffset: 24
|
| H A D | relocatable-comdat.s | 27 # CHECK-NEXT: - SectionOffset: 6 33 # CHECK-NEXT: - SectionOffset: 15
|
| H A D | relocatable.ll | 137 ; NORMAL-NEXT: - SectionOffset: 6 143 ; NORMAL-NEXT: - SectionOffset: 18 149 ; NORMAL-NEXT: - SectionOffset: 26 155 ; NORMAL-NEXT: - SectionOffset: 35 161 ; NORMAL-NEXT: - SectionOffset: 44 167 ; NORMAL-NEXT: - SectionOffset: 53
|
| H A D | tls-non-shared-memory-basic.s | 30 # CHECK-NEXT: - SectionOffset: 7 57 # PIC-NEXT: - SectionOffset: 6
|
| H A D | tls-non-shared-memory.s | 85 # CHECK-NEXT: - SectionOffset: 7 92 # CHECK-NEXT: - SectionOffset: 17
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | BinarySection.cpp | 87 uint64_t SectionOffset = 0; in emitAsData() local 93 if (SectionOffset < Relocation.Offset) { in emitAsData() 95 SectionOffset, Relocation.Offset - SectionOffset)); in emitAsData() 96 SectionOffset = Relocation.Offset; in emitAsData() 105 SectionOffset += RelocationSize; in emitAsData() 107 assert(SectionOffset <= SectionContents.size() && "overflow error"); in emitAsData() 108 if (SectionOffset < SectionContents.size()) in emitAsData() 109 Streamer.emitBytes(SectionContents.substr(SectionOffset)); in emitAsData()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | PublicsStream.h | 22 struct SectionOffset; 40 FixedStreamArray<SectionOffset> getSectionOffsets() const { in getSectionOffsets() 49 FixedStreamArray<SectionOffset> SectionOffsets;
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCSectionWasm.h | 34 uint64_t SectionOffset = 0; variable 75 uint64_t getSectionOffset() const { return SectionOffset; } in getSectionOffset() 76 void setSectionOffset(uint64_t Offset) { SectionOffset = Offset; } in setSectionOffset()
|
| /llvm-project-15.0.7/llvm/test/MC/WebAssembly/ |
| H A D | bss.ll | 14 ; CHECK-NEXT: - SectionOffset: 6 20 ; CHECK-NEXT: - SectionOffset: 15 26 ; CHECK-NEXT: - SectionOffset: 24 32 ; CHECK-NEXT: - SectionOffset: 29
|
| H A D | unnamed-data.ll | 21 ; CHECK-NEXT: - SectionOffset: 6 27 ; CHECK-NEXT: - SectionOffset: 17 33 ; CHECK-NEXT: - SectionOffset: 28 39 ; CHECK-NEXT: - SectionOffset: 37
|
| H A D | explicit-sections.ll | 15 ; CHECK-NEXT: - SectionOffset: 6 21 ; CHECK-NEXT: - SectionOffset: 15 27 ; CHECK-NEXT: - SectionOffset: 36
|
| H A D | external-data.ll | 19 ; CHECK-NEXT: - SectionOffset: 6 25 ; CHECK-NEXT: - SectionOffset: 19
|
| H A D | weak-alias.s | 156 # CHECK-NEXT: - SectionOffset: 6 162 # CHECK-NEXT: - SectionOffset: 19 168 # CHECK-NEXT: - SectionOffset: 32 329 # REF-NEXT: - SectionOffset: 6 335 # REF-NEXT: - SectionOffset: 19 341 # REF-NEXT: - SectionOffset: 32
|
| /llvm-project-15.0.7/llvm/test/ObjectYAML/wasm/ |
| H A D | data_section.yaml | 60 # CHECK-NEXT: - SectionOffset: 6 66 # CHECK-NEXT: - SectionOffset: 12 69 # CHECK-NEXT: - SectionOffset: 22
|
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | Win64EHDumper.h | 45 uint64_t SectionOffset, 52 uint64_t SectionOffset, const RuntimeFunction &RF);
|
| H A D | Win64EHDumper.cpp | 360 uint64_t SectionOffset, in printRuntimeFunction() argument 363 printRuntimeFunctionEntry(Ctx, Section, SectionOffset, RF); in printRuntimeFunction() 367 resolveRelocation(Ctx, Section, SectionOffset + 8, XData, Offset); in printRuntimeFunction()
|
| /llvm-project-15.0.7/llvm/tools/llvm-objdump/ |
| H A D | COFFDump.cpp | 687 uint64_t SectionOffset, in printRuntimeFunctionRels() argument 692 SectionOffset + in printRuntimeFunctionRels() 699 SectionOffset + in printRuntimeFunctionRels() 706 SectionOffset + in printRuntimeFunctionRels() 715 SectionOffset + in printRuntimeFunctionRels() 754 uint64_t SectionOffset = in printCOFFUnwindInfo() local 756 printRuntimeFunctionRels(Obj, RF, SectionOffset, Rels); in printCOFFUnwindInfo()
|
| /llvm-project-15.0.7/llvm/test/Object/ |
| H A D | wasm-bad-data-symbol.yaml | 14 - SectionOffset: 0
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/wasm/ |
| H A D | globals.test | 11 - SectionOffset: 6
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-nm/wasm/ |
| H A D | exports.yaml | 33 - SectionOffset: 6
|
| /llvm-project-15.0.7/llvm/tools/llvm-profgen/ |
| H A D | ProfiledBinary.cpp | 424 uint64_t SectionOffset = Section.getAddress() - getPreferredBaseAddress(); in dissassembleSymbol() local 429 : SectionOffset + SectSize; in dissassembleSymbol() 458 DisAsm->getInstruction(Inst, Size, Bytes.slice(Offset - SectionOffset), in dissassembleSymbol() 602 uint64_t SectionOffset = Section.getAddress() - ImageLoadAddr; in disassemble() local 608 TextSections.insert({SectionOffset, SectSize}); in disassemble()
|