Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp298 case SymbolKind::S_REGISTER: in getSymbolNameOffset()
H A DTypeIndexDiscovery.cpp397 case SymbolKind::S_REGISTER: in discoverTypeIndices()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewSymbols.def204 SYMBOL_RECORD(S_REGISTER , 0x1106, RegisterSym)
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp614 if (sym.kind() == S_REGISTER) { in GetVariableNameInfo()
751 if (sym.kind() == S_REGISTER) { in GetVariableLocationInfo()
H A DPdbAstBuilder.cpp232 case S_REGISTER: in isLocalVariableType()
1096 case S_REGISTER: { in CreateFunctionParameters()
H A DSymbolFileNativePDB.cpp1995 case S_REGISTER: in ParseVariablesForBlock()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h4860 #define S_REGISTER 0 macro
4862 #define V_REGISTER(x) ((x) << S_REGISTER)
4863 #define G_REGISTER(x) (((x) >> S_REGISTER) & M_REGISTER)