Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.cpp371 uint64_t FinalValue = in applyPatches() local
373 FinalValue += (*RangeSection)->StartOffset; in applyPatches()
375 Section.apply(Patch.PatchOffset, dwarf::DW_FORM_sec_offset, FinalValue); in applyPatches()
387 uint64_t FinalValue = in applyPatches() local
389 FinalValue += (*LocationSection)->StartOffset; in applyPatches()
391 Section.apply(Patch.PatchOffset, dwarf::DW_FORM_sec_offset, FinalValue); in applyPatches()
460 uint64_t FinalValue = Patch.SectionPtr.getPointer()->StartOffset; in applyPatches() local
464 FinalValue += in applyPatches()
467 Section.apply(Patch.PatchOffset, dwarf::DW_FORM_sec_offset, FinalValue); in applyPatches()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp1896 Value *FinalValue = nullptr; in identifyDeinterleave() local
1900 m_Value(FinalValue)))) { in identifyDeinterleave()
1903 PlaceholderNode->ReplacementNode = FinalValue; in identifyDeinterleave()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1712 auto FinalValue = Builder.CreateLoad(ValueTy, Alloca); in eliminateSwiftErrorArgument() local
1713 (void) emitSetSwiftErrorValue(Builder, FinalValue, Shape); in eliminateSwiftErrorArgument()