reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/AsmPrinter/AccelTable.cpp
  428     Asm->emitDwarfSymbolReference(CU.value());
  437     Asm->emitInt32(Bucket.value().empty() ? 0 : Index);
  438     Index += Bucket.value().size();
  445     for (auto *Hash : Bucket.value()) {
  558     if (CU.value()->getCUNode()->getNameTableKind() !=
  562     assert(CU.index() == CU.value()->getUniqueID());
  564         DD.useSplitDwarf() ? CU.value()->getSkeleton() : CU.value().get();
  564         DD.useSplitDwarf() ? CU.value()->getSkeleton() : CU.value().get();
lib/CodeGen/AsmPrinter/DbgEntityHistoryCalculator.cpp
  358       const auto &Entry = E.value();
lib/CodeGen/MachineCSE.cpp
  301     const MachineOperand &MO = MOP.value();
lib/Object/Minidump.cpp
  130     StreamType Type = StreamDescriptor.value().Type;
  131     const LocationDescriptor &Loc = StreamDescriptor.value().Location;
lib/ProfileData/Coverage/CoverageMapping.cpp
  317     auto CovMappingBufOrErr = MemoryBuffer::getFileOrSTDIN(File.value());
  467       auto CurStartLoc = CR.value().startLoc();
  481       bool GapRegion = CR.value().Kind == CounterMappingRegion::GapRegion;
  484       if (CurStartLoc == CR.value().endLoc()) {
  488         startSegment(ActiveRegions.empty() ? CR.value() : *ActiveRegions.back(),
  496         startSegment(CR.value(), CurStartLoc, !GapRegion);
  500       ActiveRegions.push_back(&CR.value());
tools/clang/lib/Driver/ToolChains/Darwin.cpp
 1478     if (char *Env = ::getenv(I.value()))
 1509     if (!Target.value().empty())
 1512           Target.value());
tools/clang/lib/Sema/SemaAttr.cpp
  646     OS << "'" << attr::getSubjectMatchRuleSpelling(I.value()) << "'";
tools/clang/lib/Sema/SemaObjCProperty.cpp
  863     if (Property->isReadOnly() && !Prop.value()->isReadOnly()) {
  864       Property = Prop.value();
tools/clang/lib/Tooling/Refactoring/Rename/RenamingAction.cpp
  156           Change.replace(SM, CharSourceRange::getCharRange(Range.value()),
tools/clang/lib/Tooling/Refactoring/Rename/SymbolOccurrences.cpp
   33         Loc.value(),
   34         Loc.value().getLocWithOffset(NamePieces[Loc.index()].size()));
tools/clang/tools/driver/cc1gen_reproducer_main.cpp
   98       OS << '"' << Arg.value() << '"';
  150     OS << '"' << File.value() << '"';
tools/clang/tools/libclang/CIndex.cpp
 7955         cxstring::createDup(Avail.value()->getPlatform()->getName());
 7957         convertVersion(Avail.value()->getIntroduced());
 7959         convertVersion(Avail.value()->getDeprecated());
 7961         convertVersion(Avail.value()->getObsoleted());
 7962     availability[Avail.index()].Unavailable = Avail.value()->getUnavailable();
 7964         cxstring::createDup(Avail.value()->getMessage());
tools/clang/tools/libclang/CIndexer.cpp
  186     OS << '"' << llvm::yaml::escape(I.value()) << '"';
  193       OS << '"' << llvm::yaml::escape(I.value()) << '"';
  202       WriteStringKey("name", UF.value().Filename);
  205       Hash.update(getContents(UF.value()));
tools/clang/utils/TableGen/ClangAttrEmitter.cpp
 4141           Support.SubjectsToRules.find(Subject.value())->getSecond();
 4150         OS << Rule.value().getEnumValueName();
tools/lldb/source/Interpreter/Options.cpp
  937     if (entry.value().ref().startswith(short_opt) ||
  938         entry.value().ref().startswith(long_opt))
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
  887     const ELFProgramHeader &H = EnumPHdr.value();
 1769     const ELFProgramHeader &PHdr = EnumPHdr.value();
 3103     ObjectFileELF::DumpELFProgramHeader(s, H.value());
tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
  721       if (attribute_name == Item.value())
tools/llvm-cov/CoverageReport.cpp
  140       if (FirstPathComponents[Component.index()] != Component.value()) {
tools/llvm-pdbutil/DumpOutputStyle.cpp
 1232                      uint32_t(Entry.value()));
tools/llvm-pdbutil/ExplainOutputStyle.cpp
  127     if (!llvm::is_contained(Entry.value(), pdbBlockIndex()))
utils/TableGen/GlobalISelEmitter.cpp
 2774       if (const auto *Copy = dyn_cast<CopyRenderer>(&*Renderer.value())) {