Searched refs:TargetLocation (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp356 int64_t TargetLocation = Value.getConstant(); local
363 TargetLocation += Val;
365 int64_t Size = TargetLocation - FragmentOffset;
368 OF.getLoc(), "invalid .org offset '" + Twine(TargetLocation) +

Completed in 59 milliseconds