Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCSectionWasm.h34 uint64_t SectionOffset = 0; variable
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DRawTypes.h19 struct SectionOffset { struct
20 support::ulittle32_t Off;
21 support::ulittle16_t Isect;
22 char Padding[2];
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
DCOFFDump.cpp555 uint64_t SectionOffset, in printRuntimeFunctionRels()
622 uint64_t SectionOffset = in printCOFFUnwindInfo() local
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
DWin64EHDumper.cpp321 uint64_t SectionOffset, in printRuntimeFunction()
DCOFFDumper.cpp1036 size_t SectionOffset = Data.data() - SectionContents.data(); in printCodeViewSymbolSection() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
DWasm.h118 uint32_t SectionOffset; member
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DWriter.cpp2741 struct SectionOffset { struct
2742 OutputSection *sec;
2743 uint64_t offset;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFVerifier.cpp478 if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) { in verifyDebugInfoAttribute() local
494 if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) { in verifyDebugInfoAttribute() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
DWasmYAML.h120 uint32_t SectionOffset; member