Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp517 writeLineTableOpcode(const DWARFYAML::LineTableOpcode & Op,uint8_t OpcodeBase,uint8_t AddrSize,raw_ostream & OS,bool IsLittleEndian) writeLineTableOpcode() argument
556 getStandardOpcodeLengths(uint16_t Version,std::optional<uint8_t> OpcodeBase) getStandardOpcodeLengths() argument
588 uint8_t OpcodeBase = LineTable.OpcodeBase emitDebugLine() local
[all...]
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h88 uint8_t OpcodeBase; member
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h171 std::optional<uint8_t> OpcodeBase; global() member
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp627 static StringRef getOpcodeName(uint8_t Opcode, uint8_t OpcodeBase) { in getOpcodeName() argument
[all...]