Searched refs:FinalValue (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | OutputSections.cpp | 371 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 D | RuntimeDyldMachOARM.h | 247 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 D | ComplexDeinterleavingPass.cpp | 1896 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 D | CoroFrame.cpp | 1712 auto FinalValue = Builder.CreateLoad(ValueTy, Alloca); in eliminateSwiftErrorArgument() local 1713 (void) emitSetSwiftErrorValue(Builder, FinalValue, Shape); in eliminateSwiftErrorArgument()
|