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.cpp1237 MCSymbol *SetLabel = Context.createTempSymbol("set"); in emitAbsoluteSymbolDiff() local
1238 emitAssignment(SetLabel, Diff); in emitAbsoluteSymbolDiff()
1239 emitSymbolValue(SetLabel, Size); in emitAbsoluteSymbolDiff()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h350 SBError SetLabel(const char *label);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1608 SBError SBTarget::SetLabel(const char *label) { in SetLabel() function in SBTarget
1612 return Status::FromError(target_sp->SetLabel(label)); in SetLabel()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h611 llvm::Error SetLabel(llvm::StringRef label);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp304 if (auto E = target_sp->SetLabel(label)) in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2798 llvm::Error Target::SetLabel(llvm::StringRef label) { in SetLabel() function in Target
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp57096 result = (arg1)->SetLabel((char const *)arg2); in _wrap_SBTarget_SetLabel()