Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupportPlugin.cpp338 if (auto RegisterSym = ES.lookup({&ProcessJD}, RegisterActionAddr)) in Create() local
340 RegisterSym->getAddress()); in Create()
342 return RegisterSym.takeError(); in Create()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebuggerSupportPlugin.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp615 RegisterSym reg(SymbolRecordKind::RegisterSym); in GetVariableNameInfo()
616 cantFail(SymbolDeserializer::deserializeAs<RegisterSym>(sym, reg)); in GetVariableNameInfo()
752 RegisterSym reg(SymbolRecordKind::RegisterSym); in GetVariableLocationInfo()
753 cantFail(SymbolDeserializer::deserializeAs<RegisterSym>(sym, reg)); in GetVariableLocationInfo()
H A DPdbAstBuilder.cpp1097 RegisterSym reg(SymbolRecordKind::RegisterSym); in CreateFunctionParameters()
1098 cantFail(SymbolDeserializer::deserializeAs<RegisterSym>(sym, reg)); in CreateFunctionParameters()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h410 class RegisterSym : public SymbolRecord {
412 explicit RegisterSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in RegisterSym() function
413 explicit RegisterSym(uint32_t RecordOffset) in RegisterSym() function
414 : SymbolRecord(SymbolRecordKind::RegisterSym), in RegisterSym()
H A DCodeViewSymbols.def204 SYMBOL_RECORD(S_REGISTER , 0x1106, RegisterSym)
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp351 RegisterSym &Register) { in visitKnownRecord()
H A DSymbolDumper.cpp505 RegisterSym &Register) { in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp371 template <> void SymbolRecordImpl<RegisterSym>::map(IO &IO) { in map()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp800 RegisterSym &Register) { in visitKnownRecord()