Lines Matching defs:OF
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
219 // There are two kinds of bundling restrictions:
224 // would, add padding until the end of the bundle so that the fragment
233 // reaches the end of the next bundle boundary.
438 const auto *OF = cast<MCOrgFragment>(this);
440 OS << " Offset:" << OF->getOffset()
441 << " Value:" << static_cast<unsigned>(OF->getValue());
445 const auto *OF = cast<MCDwarfLineAddrFragment>(this);
447 OS << " AddrDelta:" << OF->getAddrDelta()
448 << " LineDelta:" << OF->getLineDelta();
494 const auto *OF = cast<MCPseudoProbeAddrFragment>(this);
496 OS << " AddrDelta:" << OF->getAddrDelta();