Home
last modified time | relevance | path

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

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