Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionWasm.h34 uint64_t SectionOffset = 0; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawTypes.h19 struct SectionOffset { struct
20 support::ulittle32_t Off;
21 support::ulittle16_t Isect;
22 char Padding[2];
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVLocation.h151 LVUnsigned SectionOffset, uint64_t LocDescOffset) {} in addObject()
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVLocation.cpp562 LVUnsigned SectionOffset, in addObject()
H A DLVSymbol.cpp66 LVAddress HighPC, LVUnsigned SectionOffset, in addLocation()
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp701 uint64_t SectionOffset, in printRuntimeFunctionRels()
768 uint64_t SectionOffset = in printCOFFUnwindInfo() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp360 uint64_t SectionOffset, in printRuntimeFunction()
H A DCOFFDumper.cpp1181 size_t SectionOffset = Data.data() - SectionContents.data(); printCodeViewSymbolSection() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h118 uint32_t SectionOffset; global() member
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DWriter.cpp2785 struct SectionOffset { global() struct
2786 sec__anonef4361a02011::SectionOffset global() argument
2787 offset__anonef4361a02011::SectionOffset global() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp734 uint64_t SectionOffset = Cur.tell(); decodeBBAddrMapImpl() local
H A DXCOFFObjectFile.cpp444 uint64_t SectionOffset = getSectionFileOffsetToRawData(DRI); getSectionFileOffsetToRawData() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp599 if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) { verifyDebugInfoAttribute() local
617 if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) { verifyDebugInfoAttribute() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp688 size_t SectionOffset = Data.data() - SectionContents.data(); in traverseSymbolSection() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h124 uint32_t SectionOffset; member