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

/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DDataExtractor.h316 int64_t getSLEB128(uint32_t *offset_ptr) const;
/freebsd-10.0-release/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugFrame.cpp157 addInstruction(Opcode, Data.getSLEB128(Offset));
172 Data.getSLEB128(Offset));
348 int64_t DataAlignmentFactor = Data.getSLEB128(&Offset);
H A DDWARFFormValue.cpp137 Value.sval = data.getSLEB128(offset_ptr);
H A DDWARFDebugLine.cpp341 state.Line += debug_line_data.getSLEB128(offset_ptr);
/freebsd-10.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 111 milliseconds