Home
last modified time | relevance | path

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

123

/external/llvm-project/lld/test/wasm/
Ddata-segment-merging.ll18 ; MERGE-NEXT: - SectionOffset: 7
22 ; MERGE-NEXT: - SectionOffset: 26
42 ; SEPARATE-NEXT: - SectionOffset: 7
46 ; SEPARATE-NEXT: - SectionOffset: 22
50 ; SEPARATE-NEXT: - SectionOffset: 29
54 ; SEPARATE-NEXT: - SectionOffset: 41
58 ; SEPARATE-NEXT: - SectionOffset: 55
62 ; SEPARATE-NEXT: - SectionOffset: 70
85 ; PASSIVE-MERGE-NEXT: - SectionOffset: 3
88 ; PASSIVE-MERGE-NEXT: - SectionOffset: 18
[all …]
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:
Ddata-layout.ll52 ; CHECK-NEXT: - SectionOffset: 7
58 ; CHECK-NEXT: - SectionOffset: 20
100 ; RELOC-NEXT: - SectionOffset: 6
106 ; RELOC-NEXT: - SectionOffset: 18
112 ; RELOC-NEXT: - SectionOffset: 27
118 ; RELOC-NEXT: - SectionOffset: 36
124 ; RELOC-NEXT: - SectionOffset: 45
130 ; RELOC-NEXT: - SectionOffset: 54
Ddata-segments.ll48 ; ACTIVE-NEXT: - SectionOffset: 7
54 ; ACTIVE-NEXT: - SectionOffset: 26
85 ; PASSIVE-NEXT: - SectionOffset: 3
88 ; PASSIVE-NEXT: - SectionOffset: 18
125 ; PASSIVE-PIC-NEXT: - SectionOffset: 4
Drelocatable.ll129 ; NORMAL-NEXT: - SectionOffset: 6
135 ; NORMAL-NEXT: - SectionOffset: 18
141 ; NORMAL-NEXT: - SectionOffset: 26
147 ; NORMAL-NEXT: - SectionOffset: 35
153 ; NORMAL-NEXT: - SectionOffset: 44
159 ; NORMAL-NEXT: - SectionOffset: 53
Dtls-no-shared.s63 # CHECK-NEXT: - SectionOffset: 7
70 # CHECK-NEXT: - SectionOffset: 17
/external/llvm-project/llvm/include/llvm/MC/
DMCSectionWasm.h34 uint64_t SectionOffset = 0; variable
70 uint64_t getSectionOffset() const { return SectionOffset; } in getSectionOffset()
71 void setSectionOffset(uint64_t Offset) { SectionOffset = Offset; } in setSectionOffset()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSectionWasm.h39 uint64_t SectionOffset = 0; variable
76 uint64_t getSectionOffset() const { return SectionOffset; } in getSectionOffset()
77 void setSectionOffset(uint64_t Offset) { SectionOffset = Offset; } in setSectionOffset()
/external/llvm-project/llvm/test/MC/WebAssembly/
Dbss.ll14 ; CHECK-NEXT: - SectionOffset: 6
20 ; CHECK-NEXT: - SectionOffset: 15
26 ; CHECK-NEXT: - SectionOffset: 24
32 ; CHECK-NEXT: - SectionOffset: 29
Dunnamed-data.ll21 ; CHECK-NEXT: - SectionOffset: 6
27 ; CHECK-NEXT: - SectionOffset: 17
33 ; CHECK-NEXT: - SectionOffset: 28
39 ; CHECK-NEXT: - SectionOffset: 37
Dexplicit-sections.ll15 ; CHECK-NEXT: - SectionOffset: 6
21 ; CHECK-NEXT: - SectionOffset: 15
27 ; CHECK-NEXT: - SectionOffset: 36
Dexternal-data.ll19 ; CHECK-NEXT: - SectionOffset: 6
25 ; CHECK-NEXT: - SectionOffset: 19
Dweak-alias.s154 # CHECK-NEXT: - SectionOffset: 6
160 # CHECK-NEXT: - SectionOffset: 19
166 # CHECK-NEXT: - SectionOffset: 32
/external/llvm-project/llvm/tools/llvm-profgen/
DProfiledBinary.cpp173 uint64_t SectionOffset = Section.getAddress() - PreferredBaseAddress; in dissassembleSymbol() local
178 : SectionOffset + SectSize; in dissassembleSymbol()
191 if (!DisAsm->getInstruction(Inst, Size, Bytes.slice(Offset - SectionOffset), in dissassembleSymbol()
302 uint64_t SectionOffset = Section.getAddress() - ImageLoadAddr; in disassemble() local
308 TextSections.insert({SectionOffset, SectSize}); in disassemble()
313 outs() << " [" << format("0x%" PRIx64, SectionOffset) << ", " in disassemble()
314 << format("0x%" PRIx64, SectionOffset + SectSize) << "]:\n\n"; in disassemble()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPublicsStream.h43 FixedStreamArray<SectionOffset> getSectionOffsets() const { in getSectionOffsets()
52 FixedStreamArray<SectionOffset> SectionOffsets;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DPublicsStream.h43 FixedStreamArray<SectionOffset> getSectionOffsets() const { in getSectionOffsets()
52 FixedStreamArray<SectionOffset> SectionOffsets;
/external/llvm/tools/llvm-readobj/
DWin64EHDumper.h46 uint64_t SectionOffset,
53 uint64_t SectionOffset, const RuntimeFunction &RF);
DWin64EHDumper.cpp283 uint64_t SectionOffset, in printRuntimeFunction() argument
286 printRuntimeFunctionEntry(Ctx, Section, SectionOffset, RF); in printRuntimeFunction()
290 resolveRelocation(Ctx, Section, SectionOffset + 8, XData, Offset); in printRuntimeFunction()
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DPublicsStream.h50 codeview::FixedStreamArray<SectionOffset> getSectionOffsets() const { in getSectionOffsets()
66 codeview::FixedStreamArray<SectionOffset> SectionOffsets;
DRawTypes.h19 struct SectionOffset { struct
/external/llvm-project/llvm/tools/llvm-readobj/
DWin64EHDumper.h45 uint64_t SectionOffset,
52 uint64_t SectionOffset, const RuntimeFunction &RF);
DWin64EHDumper.cpp321 uint64_t SectionOffset, in printRuntimeFunction() argument
324 printRuntimeFunctionEntry(Ctx, Section, SectionOffset, RF); in printRuntimeFunction()
328 resolveRelocation(Ctx, Section, SectionOffset + 8, XData, Offset); in printRuntimeFunction()
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp542 uint64_t SectionOffset, in printRuntimeFunctionRels() argument
547 SectionOffset + in printRuntimeFunctionRels()
554 SectionOffset + in printRuntimeFunctionRels()
561 SectionOffset + in printRuntimeFunctionRels()
569 Obj, Rels, SectionOffset + in printRuntimeFunctionRels()
606 uint64_t SectionOffset = in printCOFFUnwindInfo() local
608 printRuntimeFunctionRels(Obj, RF, SectionOffset, Rels); in printCOFFUnwindInfo()
/external/google-breakpad/src/common/dwarf/
Ddwarf2reader_test_common.h64 void SectionOffset(T offset) { in SectionOffset() function
83 SectionOffset(abbrev_offset); in Header()
/external/llvm-project/llvm/tools/llvm-objdump/
DCOFFDump.cpp556 uint64_t SectionOffset, in printRuntimeFunctionRels() argument
561 SectionOffset + in printRuntimeFunctionRels()
568 SectionOffset + in printRuntimeFunctionRels()
575 SectionOffset + in printRuntimeFunctionRels()
584 SectionOffset + in printRuntimeFunctionRels()
623 uint64_t SectionOffset = in printCOFFUnwindInfo() local
625 printRuntimeFunctionRels(Obj, RF, SectionOffset, Rels); in printCOFFUnwindInfo()

123