Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCAssembler.cpp286 int64_t TargetLocation = Value.getConstant(); in computeFragmentSize() local
291 TargetLocation += Val; in computeFragmentSize()
293 int64_t Size = TargetLocation - FragmentOffset; in computeFragmentSize()
295 report_fatal_error("invalid .org offset '" + Twine(TargetLocation) + in computeFragmentSize()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCAssembler.cpp339 int64_t TargetLocation; in ComputeFragmentSize() local
340 if (!OF.getOffset().EvaluateAsAbsolute(TargetLocation, Layout)) in ComputeFragmentSize()
345 int64_t Size = TargetLocation - FragmentOffset; in ComputeFragmentSize()
347 report_fatal_error("invalid .org offset '" + Twine(TargetLocation) + in ComputeFragmentSize()