Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DLineTable.cpp21 FirstSpecial = 0x04, ///< All special opcodes push a row. enumerator
43 int64_t Op = AdjustedOp + FirstSpecial; in encodeSpecial()
107 uint8_t AdjustedOp = Op - FirstSpecial; in parse()