Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCAssembler.cpp554 int64_t TargetLocation = Value.getConstant(); in computeFragmentSize() local
559 TargetLocation += Val; in computeFragmentSize()
561 int64_t Size = TargetLocation - FragmentOffset; in computeFragmentSize()
563 report_fatal_error("invalid .org offset '" + Twine(TargetLocation) + in computeFragmentSize()