Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCAssembler.cpp431 int64_t TargetLocation; in computeFragmentSize() local
432 if (!OF.getOffset().EvaluateAsAbsolute(TargetLocation, Layout)) in computeFragmentSize()
437 int64_t Size = TargetLocation - FragmentOffset; in computeFragmentSize()
439 report_fatal_error("invalid .org offset '" + Twine(TargetLocation) + in computeFragmentSize()