Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DOffloadBundle.cpp34 Error extractOffloadBundle(MemoryBufferRef Contents, uint64_t SectionOffset, in extractOffloadBundle()
69 uint64_t SectionOffset) { in readEntries()
114 OffloadBundleFatBin::create(MemoryBufferRef Buf, uint64_t SectionOffset, in create()
167 uint64_t SectionOffset = 0; in extractOffloadBundleFatBinary() local
H A DXCOFFObjectFile.cpp455 uint64_t SectionOffset = getSectionFileOffsetToRawData(DRI); in getSectionFileOffsetToRawData() local
H A DCOFFObjectFile.cpp822 uint32_t SectionOffset) { in initDynamicRelocPtr()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionWasm.h34 uint64_t SectionOffset = 0; variable
/freebsd/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/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVLocation.h152 LVUnsigned SectionOffset, uint64_t LocDescOffset) {} in addObject()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSymbol.cpp66 LVAddress HighPC, LVUnsigned SectionOffset, in addLocation()
H A DLVLocation.cpp562 LVUnsigned SectionOffset, in addObject()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp719 uint64_t SectionOffset, in printRuntimeFunctionRels()
786 uint64_t SectionOffset = in printCOFFUnwindInfo() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp382 uint64_t SectionOffset, in printRuntimeFunction()
H A DCOFFDumper.cpp1229 size_t SectionOffset = Data.data() - SectionContents.data(); in printCodeViewSymbolSection() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h123 uint32_t SectionOffset; member
/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp2752 struct SectionOffset { struct
2753 OutputSection *sec;
2754 uint64_t offset;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp708 if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) { in verifyDebugInfoAttribute() local
728 if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) { in verifyDebugInfoAttribute() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp683 size_t SectionOffset = Data.data() - SectionContents.data(); in traverseSymbolSection() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h125 uint32_t SectionOffset; member