Home
last modified time | relevance | path

Searched refs:SectionOffset (Results 1 – 25 of 66) sorted by relevance

123

/llvm-project-15.0.7/lld/test/wasm/
H A Ddata-segment-merging.ll18 ; 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 Dreloc-relative.s53 # 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 Dcustom-section-name.ll19 ; 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 Ddata-layout.s82 # 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 Ddata-segments.ll59 ; 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 Drelocatable-comdat.s27 # CHECK-NEXT: - SectionOffset: 6
33 # CHECK-NEXT: - SectionOffset: 15
H A Drelocatable.ll137 ; 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 Dtls-non-shared-memory-basic.s30 # CHECK-NEXT: - SectionOffset: 7
57 # PIC-NEXT: - SectionOffset: 6
H A Dtls-non-shared-memory.s85 # CHECK-NEXT: - SectionOffset: 7
92 # CHECK-NEXT: - SectionOffset: 17
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinarySection.cpp87 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 DPublicsStream.h22 struct SectionOffset;
40 FixedStreamArray<SectionOffset> getSectionOffsets() const { in getSectionOffsets()
49 FixedStreamArray<SectionOffset> SectionOffsets;
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCSectionWasm.h34 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 Dbss.ll14 ; CHECK-NEXT: - SectionOffset: 6
20 ; CHECK-NEXT: - SectionOffset: 15
26 ; CHECK-NEXT: - SectionOffset: 24
32 ; CHECK-NEXT: - SectionOffset: 29
H A Dunnamed-data.ll21 ; CHECK-NEXT: - SectionOffset: 6
27 ; CHECK-NEXT: - SectionOffset: 17
33 ; CHECK-NEXT: - SectionOffset: 28
39 ; CHECK-NEXT: - SectionOffset: 37
H A Dexplicit-sections.ll15 ; CHECK-NEXT: - SectionOffset: 6
21 ; CHECK-NEXT: - SectionOffset: 15
27 ; CHECK-NEXT: - SectionOffset: 36
H A Dexternal-data.ll19 ; CHECK-NEXT: - SectionOffset: 6
25 ; CHECK-NEXT: - SectionOffset: 19
H A Dweak-alias.s156 # 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 Ddata_section.yaml60 # 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 DWin64EHDumper.h45 uint64_t SectionOffset,
52 uint64_t SectionOffset, const RuntimeFunction &RF);
H A DWin64EHDumper.cpp360 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 DCOFFDump.cpp687 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 Dwasm-bad-data-symbol.yaml14 - SectionOffset: 0
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/wasm/
H A Dglobals.test11 - SectionOffset: 6
/llvm-project-15.0.7/llvm/test/tools/llvm-nm/wasm/
H A Dexports.yaml33 - SectionOffset: 6
/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp424 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()

123