Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCAssembler.cpp359 int64_t TargetLocation = Value.getConstant(); in computeFragmentSize() local
366 TargetLocation += Val; in computeFragmentSize()
368 int64_t Size = TargetLocation - FragmentOffset; in computeFragmentSize()
371 OF.getLoc(), "invalid .org offset '" + Twine(TargetLocation) + in computeFragmentSize()