Searched refs:fnName (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/tools/lldb-mi/ |
| HD | MICmnLLDBDebugSessionInfo.cpp | 559 CMIUtilString fnName; in MIResponseFormFrameInfo() local 563 if (!GetFrameInfo(frame, pc, fnName, fileName, path, nLine)) in MIResponseFormFrameInfo() 577 const CMICmnMIValueConst miValueConst3(fnName); in MIResponseFormFrameInfo()
|
| HD | MICmnLLDBDebuggerHandleEvents.cpp | 1098 const CMIUtilString fnName = CMIUtilString(pFnName); in HandleProcessEventStopSignal() local 1101 if (CMIUtilString::Compare(threadCloneFn, fnName)) in HandleProcessEventStopSignal()
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGObjC.cpp | 1790 StringRef fnName) { in createARCRuntimeFunction() argument 1791 llvm::Constant *fn = CGM.CreateRuntimeFunction(type, fnName); in createARCRuntimeFunction() 1799 } else if (fnName == "objc_retain" || fnName == "objc_release") { in createARCRuntimeFunction() 1815 StringRef fnName, in emitARCValueOperation() argument 1822 fn = createARCRuntimeFunction(CGF.CGM, fnType, fnName); in emitARCValueOperation() 1843 StringRef fnName) { in emitARCLoadOperation() argument 1847 fn = createARCRuntimeFunction(CGF.CGM, fnType, fnName); in emitARCLoadOperation() 1871 StringRef fnName, in emitARCStoreOperation() argument 1881 fn = createARCRuntimeFunction(CGF.CGM, fnType, fnName); in emitARCStoreOperation() 1903 StringRef fnName) { in emitARCCopyOperation() argument [all …]
|
| HD | CGAtomic.cpp | 311 StringRef fnName, in emitAtomicLibcall() argument 318 llvm::Constant *fn = CGF.CGM.CreateRuntimeFunction(fnTy, fnName); in emitAtomicLibcall()
|