Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp517 uint8_t OpcodeBase, uint8_t AddrSize, in writeLineTableOpcode()
556 getStandardOpcodeLengths(uint16_t Version, Optional<uint8_t> OpcodeBase) { in getStandardOpcodeLengths()
588 uint8_t OpcodeBase = LineTable.OpcodeBase in emitDebugLine() local
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h61 uint8_t OpcodeBase; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h136 uint8_t OpcodeBase; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h92 uint8_t OpcodeBase; member
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFStreamer.cpp648 unsigned OpcodeBase = Data.getU8(&Offset); in translateLineTable() local
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h92 uint8_t OpcodeBase; member
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h148 Optional<uint8_t> OpcodeBase; member
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp600 static StringRef getOpcodeName(uint8_t Opcode, uint8_t OpcodeBase) { in getOpcodeName()