Lines Matching defs:Full
23 void LVOperation::print(raw_ostream &OS, bool Full) const {}
532 void LVLocation::printRaw(raw_ostream &OS, bool Full) const {
537 printRawExtra(OS, Full);
540 void LVLocation::printInterval(raw_ostream &OS, bool Full) const {
545 void LVLocation::print(raw_ostream &OS, bool Full) const {
547 LVObject::print(OS, Full);
548 printExtra(OS, Full);
552 void LVLocation::printExtra(raw_ostream &OS, bool Full) const {
553 printInterval(OS, Full);
614 void LVLocationSymbol::printRawExtra(raw_ostream &OS, bool Full) const {
617 Operation->print(OS, Full);
621 void LVLocation::print(LVLocations *Locations, raw_ostream &OS, bool Full) {
640 Symbol->printAttributes(OS, Full, "{Coverage} ", Symbol, StringRef(String),
648 Location->print(OS, Full);
651 void LVLocationSymbol::printExtra(raw_ostream &OS, bool Full) const {
655 printInterval(OS, Full);
659 if (Full && Entries) {
669 printAttributes(OS, Full, "{Entry} ", const_cast<LVLocationSymbol *>(this),