Home
last modified time | relevance | path

Searched refs:funcAddr (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Expression/
H A DIRInterpreter.cpp1373 lldb_private::Address funcAddr(I.ULongLong(LLDB_INVALID_ADDRESS)); in Interpret() local
1451 exe_ctx.GetThreadRef(), funcAddr, *prototype, *returnType, args, in Interpret()
/llvm-project-15.0.7/lld/MachO/
H A DInputFiles.cpp1528 uint64_t funcAddr = reader.readPointer(&dataOff, cie.funcPtrSize) + in registerEhFrames() local
1564 funcSym = findSymbolAtAddress(sections, funcAddr); in registerEhFrames()
/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp535 mlir::Type argTy, mlir::Value funcAddr, in createBoxProcCharTuple() argument
542 if (auto host = argumentHostAssocs(converter, funcAddr)) in createBoxProcCharTuple()
544 loc, boxTy, llvm::ArrayRef<mlir::Value>{funcAddr, host}); in createBoxProcCharTuple()
545 return builder.create<fir::EmboxProcOp>(loc, boxTy, funcAddr); in createBoxProcCharTuple()