HomeSort by: relevance | last modified time | path
    Searched defs:SectionOffset (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSectionWasm.h 34 uint64_t SectionOffset = 0;
75 uint64_t getSectionOffset() const { return SectionOffset; }
76 void setSectionOffset(uint64_t Offset) { SectionOffset = Offset; }
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
COFFDump.cpp 555 uint64_t SectionOffset,
560 SectionOffset +
567 SectionOffset +
574 SectionOffset +
583 SectionOffset +
622 uint64_t SectionOffset =
624 printRuntimeFunctionRels(Obj, RF, SectionOffset, Rels);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
ProfiledBinary.cpp 215 uint64_t SectionOffset = Section.getAddress() - PreferredBaseAddress;
220 : SectionOffset + SectSize;
246 DisAsm->getInstruction(Inst, Size, Bytes.slice(Offset - SectionOffset),
382 uint64_t SectionOffset = Section.getAddress() - ImageLoadAddr;
388 TextSections.insert({SectionOffset, SectSize});
393 outs() << " [" << format("0x%" PRIx64, SectionOffset) << ", "
394 << format("0x%" PRIx64, SectionOffset + SectSize) << "]:\n\n";
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
Wasm.h 118 uint32_t SectionOffset;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
RawTypes.h 19 struct SectionOffset {
  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
WasmYAML.h 120 uint32_t SectionOffset;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
COFFDumper.cpp 1036 size_t SectionOffset = Data.data() - SectionContents.data();
1037 size_t NextOffset = SectionOffset + SubSectionSize;
1078 SectionOffset, LinkageName))

Completed in 52 milliseconds