Searched refs:OffsetInSection (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ARMWinEHPrinter.h | 159 uint64_t OffsetInSection, uint64_t ImmediateOffset,
|
H A D | ARMWinEHPrinter.cpp | 293 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 D | MachODump.cpp | 7762 uint32_t OffsetInSection; member 7775 : OffsetInSection(Offset) { in CompactUnwindEntry() 7918 << format("0x%" PRIx32, Entry.OffsetInSection) << ":\n"; in printMachOCompactUnwindSection()
|