/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCSectionWasm.h | 40 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/ |
D | bss.ll | 14 ; CHECK-NEXT: - SectionOffset: 6 20 ; CHECK-NEXT: - SectionOffset: 15 26 ; CHECK-NEXT: - SectionOffset: 24 32 ; CHECK-NEXT: - SectionOffset: 29
|
D | unnamed-data.ll | 21 ; CHECK-NEXT: - SectionOffset: 6 27 ; CHECK-NEXT: - SectionOffset: 17 33 ; CHECK-NEXT: - SectionOffset: 28 39 ; CHECK-NEXT: - SectionOffset: 37
|
D | explicit-sections.ll | 15 ; CHECK-NEXT: - SectionOffset: 6 21 ; CHECK-NEXT: - SectionOffset: 15 27 ; CHECK-NEXT: - SectionOffset: 36
|
D | external-data.ll | 19 ; CHECK-NEXT: - SectionOffset: 6 25 ; CHECK-NEXT: - SectionOffset: 19
|
D | weak-alias.ll | 121 ; CHECK-NEXT: - SectionOffset: 6 127 ; CHECK-NEXT: - SectionOffset: 15 133 ; CHECK-NEXT: - SectionOffset: 24
|
D | comdat.ll | 70 ; CHECK-NEXT: - SectionOffset: 6
|
D | global-ctor-dtor.ll | 105 ; CHECK-NEXT: - SectionOffset: 6
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | PublicsStream.h | 44 FixedStreamArray<SectionOffset> getSectionOffsets() const { in getSectionOffsets() 53 FixedStreamArray<SectionOffset> SectionOffsets;
|
D | RawTypes.h | 20 struct SectionOffset { struct
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | Win64EHDumper.h | 46 uint64_t SectionOffset, 53 uint64_t SectionOffset, const RuntimeFunction &RF);
|
D | Win64EHDumper.cpp | 283 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/ |
D | PublicsStream.h | 50 codeview::FixedStreamArray<SectionOffset> getSectionOffsets() const { in getSectionOffsets() 66 codeview::FixedStreamArray<SectionOffset> SectionOffsets;
|
D | RawTypes.h | 19 struct SectionOffset { struct
|
/external/llvm/tools/llvm-readobj/ |
D | Win64EHDumper.h | 46 uint64_t SectionOffset, 53 uint64_t SectionOffset, const RuntimeFunction &RF);
|
D | Win64EHDumper.cpp | 283 uint64_t SectionOffset, in printRuntimeFunction() argument 286 printRuntimeFunctionEntry(Ctx, Section, SectionOffset, RF); in printRuntimeFunction() 290 resolveRelocation(Ctx, Section, SectionOffset + 8, XData, Offset); in printRuntimeFunction()
|
D | COFFDumper.cpp | 780 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/ |
D | COFFDump.cpp | 537 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/ |
D | COFFDump.cpp | 542 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/ |
D | dwarf2reader_test_common.h | 64 void SectionOffset(T offset) { in SectionOffset() function 83 SectionOffset(abbrev_offset); in Header()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFVerifier.cpp | 400 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/ |
D | wasm2yaml.cpp | 280 Seg.SectionOffset = Segment.SectionOffset; in dump()
|
/external/swiftshader/third_party/LLVM/lib/Object/ |
D | MachOObjectFile.cpp | 129 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/ |
D | Wasm.h | 109 uint32_t SectionOffset; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/ |
D | WasmYAML.h | 109 uint32_t SectionOffset; member
|