Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp1145 MCSymbol *SetLabel = Context.createTempSymbol("set"); in emitAbsoluteSymbolDiff() local
1146 emitAssignment(SetLabel, Diff); in emitAbsoluteSymbolDiff()
1147 emitSymbolValue(SetLabel, Size); in emitAbsoluteSymbolDiff()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h334 SBError SetLabel(const char *label);
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1646 SBError SBTarget::SetLabel(const char *label) { in SetLabel() function in SBTarget
1653 return Status(target_sp->SetLabel(label)); in SetLabel()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h568 llvm::Error SetLabel(llvm::StringRef label);
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2625 llvm::Error Target::SetLabel(llvm::StringRef label) { in SetLabel() function in Target
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp321 if (auto E = target_sp->SetLabel(label)) in DoExecute()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp53121 result = (arg1)->SetLabel((char const *)arg2); in _wrap_SBTarget_SetLabel()