Searched refs:TargetLocation (Results 1 – 2 of 2) sorted by relevance
286 int64_t TargetLocation = Value.getConstant(); in computeFragmentSize() local291 TargetLocation += Val; in computeFragmentSize()293 int64_t Size = TargetLocation - FragmentOffset; in computeFragmentSize()295 report_fatal_error("invalid .org offset '" + Twine(TargetLocation) + in computeFragmentSize()
339 int64_t TargetLocation; in ComputeFragmentSize() local340 if (!OF.getOffset().EvaluateAsAbsolute(TargetLocation, Layout)) in ComputeFragmentSize()345 int64_t Size = TargetLocation - FragmentOffset; in ComputeFragmentSize()347 report_fatal_error("invalid .org offset '" + Twine(TargetLocation) + in ComputeFragmentSize()