Home
last modified time | relevance | path

Searched refs:getCodeViewOperationCode (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSupport.h250 inline uint16_t getCodeViewOperationCode(uint8_t Code) { return 0x1100 | Code; } in getCodeViewOperationCode() function
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVLocation.cpp352 uint16_t OperationCode = getCodeViewOperationCode(Opcode); in getOperandsCodeViewInfo()