| /llvm-project-15.0.7/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 | 2279 request_bps[func_bp.functionName] = std::move(func_bp); in request_setFunctionBreakpoints()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/libunwind/src/ |
| H A D | UnwindLevel1.c | 112 const char *functionName = functionBuf; in unwind_phase1() local 117 functionName = ".anonymous."; in unwind_phase1() 123 (void *)exception_object, pc, frameInfo.start_ip, functionName, in unwind_phase1() 216 const char *functionName = functionBuf; in unwind_phase2() local 221 functionName = ".anonymous."; in unwind_phase2() 226 functionName, sp, frameInfo.lsda, in unwind_phase2() 314 const char *functionName = functionBuf; in unwind_phase2_forced() local 319 functionName = ".anonymous."; in unwind_phase2_forced() 323 (void *)exception_object, frameInfo.start_ip, functionName, in unwind_phase2_forced()
|
| H A D | UnwindLevel1-gcc-ext.c | 158 char functionName[512]; in _Unwind_Backtrace() local 161 __unw_get_proc_name(&cursor, functionName, 512, &offset); in _Unwind_Backtrace() 165 frame.start_ip, functionName, frame.lsda, in _Unwind_Backtrace()
|
| 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 | 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 | 2018 const char *functionName = functionBuf; in getInfoFromTBTable() local 2021 functionName = ".anonymous."; in getInfoFromTBTable() 2024 __func__, functionName, in getInfoFromTBTable() 2259 const char *functionName = functionBuf; in stepWithTBTable() local 2262 functionName = ".anonymous."; in stepWithTBTable() 2265 __func__, functionName, in stepWithTBTable()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/GPUCommon/ |
| H A D | GPUToLLVMConversion.cpp | 66 FunctionCallBuilder(StringRef functionName, Type returnType, in FunctionCallBuilder() 68 : functionName(functionName), in FunctionCallBuilder() 73 StringRef functionName; member 391 if (auto function = module.lookupSymbol<LLVM::LLVMFuncOp>(functionName)) in create() 394 .create<LLVM::LLVMFuncOp>(loc, functionName, functionType); in create() 541 static bool isDefinedByCallTo(Value value, StringRef functionName) { in isDefinedByCallTo() argument 544 return defOp.getCallee()->equals(functionName); in isDefinedByCallTo() 561 if (isDefinedByCallTo(operand, streamCreateCallBuilder.functionName)) { in matchAndRewrite() 595 if (isDefinedByCallTo(operand, streamCreateCallBuilder.functionName)) { in matchAndRewrite()
|
| /llvm-project-15.0.7/polly/utils/pyscop/ |
| H A D | isl.py | 432 functionName = "isl_" + object.isl_name() + "_" + name 433 islFunction = getattr(isl, functionName) 451 functionName = "isl_" + base.isl_name() + "_" + operation variable 452 islFunction = getattr(isl, functionName) 466 functionName = "isl_" + object.isl_name() + "_" + name 467 islFunction = getattr(isl, functionName) 481 functionName = "isl_" + base.isl_name() + "_" + operation variable 482 islFunction = getattr(isl, functionName)
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | blocks-5.m | 15 …oid DVT (volatile const void * object, volatile const void * selector, const char * functionName);
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | fix-its.m | 5 …ile const void * object, volatile const void * selector, const char * functionName, const char * f…
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | CFRetainRelease_NSAssertionHandler.m | 23 - (void)handleFailureInFunction:(NSString *)functionName file:(NSString *)fileName lineNumber:(NSIn…
|
| /llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/ |
| H A D | DeserializeOps.cpp | 459 auto functionName = getFunctionSymbol(functionID); in processOp() local 473 SymbolRefAttr::get(opBuilder.getContext(), functionName), arguments); in processOp()
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | predefined-expr.cpp | 547 void XXLog(const char *functionName) { } in XXLog() argument
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 2041 StringRef functionName; in VisitBlockExpr() local 2043 functionName = CGF->CurFn->getName(); in VisitBlockExpr() 2045 functionName = "global"; in VisitBlockExpr() 2047 return CGM.GetAddrOfGlobalBlock(E, functionName); in VisitBlockExpr()
|