Home
last modified time | relevance | path

Searched refs:hostValue (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/lib/Lower/
H A DHostAssociations.cpp73 fir::ExtendedValue hostValue; member
142 fir::getBase(args.hostValue)); in instantiateHostTuple()
173 fir::getBase(args.hostValue)); in instantiateHostTuple()
204 const fir::CharBoxValue *charBox = args.hostValue.getCharBox(); in instantiateHostTuple()
245 assert(args.hostValue.getBoxOf<fir::MutableBoxValue>() && in instantiateHostTuple()
251 fir::getBase(args.hostValue)); in instantiateHostTuple()
336 if (args.hostValue.getBoxOf<fir::BoxValue>() && in instantiateHostTuple()
345 loc, builder.getI1Type(), fir::getBase(args.hostValue)); in instantiateHostTuple()
349 args.hostValue, in instantiateHostTuple()
358 args.hostValue, /*lbounds=*/llvm::None); in instantiateHostTuple()
H A DConvertVariable.cpp1967 Fortran::lower::SymbolBox hostValue = in mapCallInterfaceSymbols() local
1969 assert(hostValue && "callee host symbol must be mapped on caller side"); in mapCallInterfaceSymbols()
1970 symMap.addSymbol(sym, hostValue.toExtendedValue()); in mapCallInterfaceSymbols()