Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp262 int64_t TargetLocation = Value.getConstant(); in computeFragmentSize() local
269 TargetLocation += Val; in computeFragmentSize()
271 int64_t Size = TargetLocation - FragmentOffset; in computeFragmentSize()
273 recordError(OF.getLoc(), "invalid .org offset '" + Twine(TargetLocation) + in computeFragmentSize()