/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/ |
H A D | FunctionBreakpoint.cpp | 15 : BreakpointBase(obj), functionName(std::string(GetString(obj, "name"))) {} in FunctionBreakpoint() 18 if (functionName.empty()) in SetBreakpoint() 20 bp = g_vsc.target.BreakpointCreateByName(functionName.c_str()); in SetBreakpoint()
|
H A D | FunctionBreakpoint.h | 17 std::string functionName; member
|
H A D | lldb-vscode.cpp | 2289 request_bps[func_bp.functionName] = std::move(func_bp); in request_setFunctionBreakpoints()
|
/openbsd-src/gnu/llvm/clang/lib/Analysis/ |
H A D | CocoaConventions.cpp | 102 StringRef functionName = ident->getName(); in followsCreateRule() local 104 StringRef::iterator it = functionName.begin(); in followsCreateRule() 106 StringRef::iterator endI = functionName.end(); in followsCreateRule() 129 StringRef suffix = functionName.substr(it - start); in followsCreateRule()
|
/openbsd-src/gnu/llvm/libunwind/src/ |
H A D | UnwindLevel1.c | 114 const char *functionName = functionBuf; in unwind_phase1() local 119 functionName = ".anonymous."; in unwind_phase1() 125 (void *)exception_object, pc, frameInfo.start_ip, functionName, in unwind_phase1() 221 const char *functionName = functionBuf; in unwind_phase2() local 226 functionName = ".anonymous."; in unwind_phase2() 231 functionName, sp, frameInfo.lsda, in unwind_phase2() 334 const char *functionName = functionBuf; in unwind_phase2_forced() local 339 functionName = ".anonymous."; in unwind_phase2_forced() 343 (void *)exception_object, frameInfo.start_ip, functionName, in unwind_phase2_forced()
|
H A D | Unwind-EHABI.cpp | 491 const char *functionName = functionBuf; in unwind_phase1() local 496 functionName = ".anonymous."; in unwind_phase1() 503 frameInfo.start_ip, functionName, in unwind_phase1() 612 const char *functionName = functionBuf; in unwind_phase2() local 617 functionName = ".anonymous."; in unwind_phase2() 622 functionName, sp, frameInfo.lsda, in unwind_phase2() 722 const char *functionName = functionBuf; in unwind_phase2_forced() local 727 functionName = ".anonymous."; in unwind_phase2_forced() 731 (void *)exception_object, frameInfo.start_ip, functionName, in unwind_phase2_forced()
|
H A D | UnwindLevel1-gcc-ext.c | 189 char functionName[512]; in _Unwind_Backtrace() local 192 __unw_get_proc_name(&cursor, functionName, 512, &offset); in _Unwind_Backtrace() 196 frame.start_ip, functionName, frame.lsda, in _Unwind_Backtrace()
|
H A D | Unwind-seh.cpp | 251 const char *functionName = functionBuf; in unwind_phase2_forced() local 256 functionName = ".anonymous."; in unwind_phase2_forced() 260 (void *)exception_object, frameInfo.start_ip, functionName, in unwind_phase2_forced()
|
H A D | UnwindCursor.hpp | 2034 const char *functionName = functionBuf; in getInfoFromTBTable() local 2037 functionName = ".anonymous."; in getInfoFromTBTable() 2040 __func__, functionName, in getInfoFromTBTable() 2281 const char *functionName = functionBuf; in stepWithTBTable() local 2284 functionName = ".anonymous."; in stepWithTBTable() 2287 __func__, functionName, in stepWithTBTable()
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGExprConstant.cpp | 2040 StringRef functionName; in VisitBlockExpr() local 2042 functionName = CGF->CurFn->getName(); in VisitBlockExpr() 2044 functionName = "global"; in VisitBlockExpr() 2046 return CGM.GetAddrOfGlobalBlock(E, functionName); in VisitBlockExpr()
|
/openbsd-src/lib/libc/softfloat/ |
H A D | timesoftfloat.c | 59 static char *functionName; variable 68 functionName in reportTime() 2058 functionName = functions[ functionCode ].name; in timeFunctionVariety()
|