Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dflags_test.cpp21 T FinalValue) { in testFlag() argument
26 EXPECT_EQ(FinalValue, Flag); in testFlag()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOARM.h247 uint64_t FinalValue = Value & 0xffffff; in resolveRelocation() local
254 writeBytesUnaligned((Temp & ~0xffffff) | FinalValue, LocalAddress, 4); in resolveRelocation()
/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2350 auto FinalValue = Builder.CreateLoad(ValueTy, Alloca); in eliminateSwiftErrorArgument() local
2351 (void) emitSetSwiftErrorValue(Builder, FinalValue, Shape); in eliminateSwiftErrorArgument()