Home
last modified time | relevance | path

Searched refs:functionName (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DFunctionBreakpoint.cpp15 : 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 DFunctionBreakpoint.h17 std::string functionName; member
H A Dlldb-vscode.cpp2289 request_bps[func_bp.functionName] = std::move(func_bp); in request_setFunctionBreakpoints()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCocoaConventions.cpp102 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 DUnwindLevel1.c114 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 DUnwind-EHABI.cpp491 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 DUnwindLevel1-gcc-ext.c189 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 DUnwind-seh.cpp251 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 DUnwindCursor.hpp2034 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 DCGExprConstant.cpp2040 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 Dtimesoftfloat.c59 static char *functionName; variable
68 functionName in reportTime()
2058 functionName = functions[ functionCode ].name; in timeFunctionVariety()