Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp1142 MCSymbol *SetLabel = Context.createTempSymbol("set"); in emitAbsoluteSymbolDiff() local
1143 emitAssignment(SetLabel, Diff); in emitAbsoluteSymbolDiff()
1144 emitSymbolValue(SetLabel, Size); in emitAbsoluteSymbolDiff()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h345 SBError SetLabel(const char *label);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1653 SBError SBTarget::SetLabel(const char *label) { in SetLabel() function in SBTarget
1660 return Status(target_sp->SetLabel(label)); in SetLabel()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h579 llvm::Error SetLabel(llvm::StringRef label);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2616 llvm::Error Target::SetLabel(llvm::StringRef label) { in SetLabel() function in Target
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp303 if (auto E = target_sp->SetLabel(label)) in DoExecute()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp55945 result = (arg1)->SetLabel((char const *)arg2); in _wrap_SBTarget_SetLabel()