Home
last modified time | relevance | path

Searched refs:OpcodeValue (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp656 uint8_t OpcodeValue = Opcode; in advanceAddrForOpcode() local
658 OpcodeValue = 255; in advanceAddrForOpcode()
659 uint8_t AdjustedOpcode = OpcodeValue - LineTable->Prologue.OpcodeBase; in advanceAddrForOpcode()
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugLineTest.cpp1527 void runTest(uint8_t OpcodeValue) { in runTest()
1537 ("0x0000002f: 0" + Twine::utohexstr(OpcodeValue) + " ").str(); in runTest()
/external/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp1754 unsigned OpcodeValue = 0; in initOpcodeValuesMap() local
1756 OpcodeValues[I] = OpcodeValue++; in initOpcodeValuesMap()