Home
last modified time | relevance | path

Searched refs:OffsetInSection (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.h159 uint64_t OffsetInSection, uint64_t ImmediateOffset,
H A DARMWinEHPrinter.cpp293 uint64_t OffsetInSection, uint64_t ImmediateOffset, uint64_t &SymbolAddress, in getSymbolForLocation()
297 getRelocatedSymbol(COFF, Section, OffsetInSection); in getSymbolForLocation()
292 getSymbolForLocation(const COFFObjectFile & COFF,const SectionRef & Section,uint64_t OffsetInSection,uint64_t ImmediateOffset,uint64_t & SymbolAddress,uint64_t & SymbolOffset,bool FunctionOnly) getSymbolForLocation() argument
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp7762 uint32_t OffsetInSection; member
7775 : OffsetInSection(Offset) { in CompactUnwindEntry()
7918 << format("0x%" PRIx32, Entry.OffsetInSection) << ":\n"; in printMachOCompactUnwindSection()