Searched refs:FinalValue (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOARM.h248 uint64_t FinalValue = Value & 0xffffff; variable
255 writeBytesUnaligned((Temp & ~0xffffff) | FinalValue, LocalAddress, 4);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1283 auto FinalValue = Builder.CreateLoad(ValueTy, Alloca); local
1284 (void) emitSetSwiftErrorValue(Builder, FinalValue, Shape);

Completed in 58 milliseconds