Searched refs:SetLabel (Results 1 – 14 of 14) sorted by relevance
9 script lldb.target.SetLabel("")35 script lldb.debugger.GetTargetAtIndex(0).SetLabel('Not cat')
84 st.SetLabel(label); in BM_extra_args()135 st.SetLabel(x); in TestRegistrationAtRuntime()
62 state.SetLabel(ss.str()); in BM_Factorial()72 state.SetLabel(ss.str()); in BM_CalculatePiRange()
163 state.SetLabel("some label"); in BM_label()
56 State.SetLabel((Twine(Configuration.Name) + "," + Distribution.Name).str()); in ~Runner()
169 .def("set_label", &State::SetLabel) in NB_MODULE()
1186 MCSymbol *SetLabel = Context.createTempSymbol("set"); in emitXCOFFSymbolLinkageWithVisibility() 1187 emitAssignment(SetLabel, Diff); in emitXCOFFSymbolLinkageWithVisibility() 1188 emitSymbolValue(SetLabel, Size); in emitXCOFFSymbolLinkageWithVisibility() 1142 MCSymbol *SetLabel = Context.createTempSymbol("set"); emitAbsoluteSymbolDiff() local
350 SBError SetLabel(const char *label);
293 void State::SetLabel(const std::string& label) { in SetLabel() function in benchmark::State
1660 SBError SBTarget::SetLabel(const char *label) { in SetLabel() 1667 return Status::FromError(target_sp->SetLabel(label)); in GetDataByteSize() 1653 SBError SBTarget::SetLabel(const char *label) { SetLabel() function in SBTarget
595 llvm::Error SetLabel(llvm::StringRef label);
921 void SetLabel(const std::string& label);
2762 llvm::Error Target::SetLabel(llvm::StringRef label) { in GetEntryPointAddress() 2616 llvm::Error Target::SetLabel(llvm::StringRef label) { SetLabel() function in Target
303 if (auto E = target_sp->SetLabel(label)) in DoExecute()