Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dflags_test.cpp21 T FinalValue) { in testFlag() argument
26 EXPECT_EQ(FinalValue, Flag); in testFlag()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2433 auto FinalValue = Builder.CreateLoad(ValueTy, Alloca); in eliminateSwiftErrorArgument() local
2434 (void) emitSetSwiftErrorValue(Builder, FinalValue, Shape); in eliminateSwiftErrorArgument()