Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSectionWasm.h40 uint64_t SectionOffset = 0; variable
77 uint64_t getSectionOffset() const { return SectionOffset; } in getSectionOffset()
78 void setSectionOffset(uint64_t Offset) { SectionOffset = Offset; } in setSectionOffset()
/external/swiftshader/third_party/llvm-7.0/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.ll121 ; CHECK-NEXT: - SectionOffset: 6
127 ; CHECK-NEXT: - SectionOffset: 15
133 ; CHECK-NEXT: - SectionOffset: 24
Dcomdat.ll70 ; CHECK-NEXT: - SectionOffset: 6
Dglobal-ctor-dtor.ll105 ; CHECK-NEXT: - SectionOffset: 6
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPublicsStream.h44 FixedStreamArray<SectionOffset> getSectionOffsets() const { in getSectionOffsets()
53 FixedStreamArray<SectionOffset> SectionOffsets;
DRawTypes.h20 struct SectionOffset { struct
/external/swiftshader/third_party/llvm-7.0/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/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()
DCOFFDumper.cpp780 size_t SectionOffset = Data.data() - SectionContents.data(); in printCodeViewSymbolSection() local
781 size_t NextOffset = SectionOffset + SubSectionSize; in printCodeViewSymbolSection()
819 error(resolveSymbolName(Obj->getCOFFSection(Section), SectionOffset, in printCodeViewSymbolSection()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DCOFFDump.cpp537 uint64_t SectionOffset, in printRuntimeFunctionRels() argument
542 SectionOffset + in printRuntimeFunctionRels()
549 SectionOffset + in printRuntimeFunctionRels()
556 SectionOffset + in printRuntimeFunctionRels()
564 Obj, Rels, SectionOffset + in printRuntimeFunctionRels()
601 uint64_t SectionOffset = in printCOFFUnwindInfo() local
603 printRuntimeFunctionRels(Obj, RF, SectionOffset, Rels); in printCOFFUnwindInfo()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFVerifier.cpp400 if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) { in verifyDebugInfoAttribute() local
401 if (*SectionOffset >= DObj.getRangeSection().Data.size()) in verifyDebugInfoAttribute()
409 if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) { in verifyDebugInfoAttribute() local
410 if (*SectionOffset >= DObj.getLineSection().Data.size()) in verifyDebugInfoAttribute()
412 llvm::formatv("{0:x8}", *SectionOffset)); in verifyDebugInfoAttribute()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp280 Seg.SectionOffset = Segment.SectionOffset; in dump()
/external/swiftshader/third_party/LLVM/lib/Object/
DMachOObjectFile.cpp129 uint64_t SectionOffset; in getSymbolOffset() local
142 getSectionAddress(Sections[SectionIndex-1], SectionOffset); in getSymbolOffset()
143 Result -= SectionOffset; in getSymbolOffset()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DWasm.h109 uint32_t SectionOffset; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h109 uint32_t SectionOffset; member

12