Searched refs:getSLEB128 (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DDataExtractor.h315 int64_t getSLEB128(uint32_t *offset_ptr) const;
/freebsd-11.0-release/contrib/llvm/projects/libunwind/src/
H A DAddressSpace.hpp152 static int64_t getSLEB128(pint_t &addr, pint_t end);
198 inline int64_t LocalAddressSpace::getSLEB128(pint_t &addr, pint_t end) { function in class:libunwind::LocalAddressSpace
251 result = (pint_t)getSLEB128(addr, end);
500 int64_t getSLEB128(pint_t &addr, pint_t end);
545 int64_t OtherAddressSpace<P>::getSLEB128(pint_t &addr, pint_t end) { function in class:libunwind::OtherAddressSpace
549 uint64_t result = LocalAddressSpace::getSLEB128(laddr, laddr + size);
H A DDwarfParser.hpp296 cieInfo->dataAlignFactor = (int)addressSpace.getSLEB128(p, cieContentEnd);
592 addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor;
603 addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor;
618 (addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor);
643 addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor;
H A DDwarfInstructions.hpp342 svalue = (sint_t)addressSpace.getSLEB128(p, expressionEnd);
692 svalue = (sint_t)addressSpace.getSLEB128(p, expressionEnd);
701 svalue = (sint_t)addressSpace.getSLEB128(p, expressionEnd);
/freebsd-11.0-release/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp158 addInstruction(Opcode, Data.getSLEB128(Offset));
173 Data.getSLEB128(Offset));
481 int64_t DataAlignmentFactor = Data.getSLEB128(&Offset);
H A DDWARFFormValue.cpp201 Value.sval = data.getSLEB128(offset_ptr);
H A DDWARFDebugLine.cpp380 State.Row.Line += debug_line_data.getSLEB128(offset_ptr);
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DDataExtractor.cpp152 int64_t DataExtractor::getSLEB128(uint32_t *offset_ptr) const { function in class:DataExtractor

Completed in 124 milliseconds