Home
last modified time | relevance | path

Searched defs:OpcodeBase (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp517 uint8_t OpcodeBase, uint8_t AddrSize, in writeLineTableOpcode()
556 getStandardOpcodeLengths(uint16_t Version, std::optional<uint8_t> OpcodeBase) { in getStandardOpcodeLengths()
588 uint8_t OpcodeBase = LineTable.OpcodeBase in emitDebugLine() local
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h88 uint8_t OpcodeBase; member
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp666 unsigned OpcodeBase = Data.getU8(&Offset); in translateLineTable() local
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h149 std::optional<uint8_t> OpcodeBase; member
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp604 static StringRef getOpcodeName(uint8_t Opcode, uint8_t OpcodeBase) { in getOpcodeName()