Home
last modified time | relevance | path

Searched defs:SectionOffset (Results 1 – 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCSectionWasm.h39 uint64_t SectionOffset = 0; variable
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDRawTypes.h19 struct SectionOffset { struct
20 support::ulittle32_t Off;
21 support::ulittle16_t Isect;
22 char Padding[2];
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
HDCOFFDump.cpp555 uint64_t SectionOffset, in printRuntimeFunctionRels()
622 uint64_t SectionOffset = in printCOFFUnwindInfo() local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDWin64EHDumper.cpp322 uint64_t SectionOffset, in printRuntimeFunction()
HDCOFFDumper.cpp994 size_t SectionOffset = Data.data() - SectionContents.data(); in printCodeViewSymbolSection() local
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDWriter.cpp2411 struct SectionOffset { struct
2412 OutputSection *sec;
2413 uint64_t offset;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDWasm.h114 uint32_t SectionOffset; member
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFVerifier.cpp461 if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) { in verifyDebugInfoAttribute() local
470 if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) { in verifyDebugInfoAttribute() local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
HDWasmYAML.h115 uint32_t SectionOffset; member