Home
last modified time | relevance | path

Searched refs:MinInstLength (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp108 MinInstLength = MaxOpsPerInst = DefaultIsStmt = LineBase = LineRange = 0; in clear()
134 << format(" min_inst_length: %u\n", MinInstLength) in dump()
397 MinInstLength = DebugLineData.getU8(Cursor); in parse()
624 if (ReportAdvanceAddrProblem && LineTable->Prologue.MinInstLength == 0) in advanceAddr()
633 uint64_t AddrOffset = OperationAdvance * LineTable->Prologue.MinInstLength; in advanceAddr()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h113 StringRef PrologueBytes, unsigned MinInstLength,
H A DDWARFLinker.h161 unsigned MinInstLength,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h81 uint8_t MinInstLength; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp494 unsigned MinInstLength, in emitLineTableForUnit() argument
546 AddressDelta = (Row.Address.Address - Address) / MinInstLength; in emitLineTableForUnit()
H A DDWARFLinker.cpp1778 LineTable.Prologue.MinInstLength, NewRows, in patchLineTableForUnit()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp241 IO.mapRequired("MinInstLength", LineTable.MinInstLength); in mapping()
H A DDWARFEmitter.cpp576 writeInteger(LineTable.MinInstLength, BufferOS, DI.IsLittleEndian); in emitDebugLine()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp373 DebugLines.MinInstLength = LineData.getU8(&Offset); in dumpDebugLines()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h143 uint8_t MinInstLength; member