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

References

include/llvm/Analysis/MemoryLocation.h
  205     return *MemoryLocation::getOrNone(Inst);
include/llvm/IR/DebugInfoMetadata.h
 2556     auto Fragment1 = *getFragmentInfo();
 2557     auto Fragment2 = *Other->getFragmentInfo();
lib/Analysis/StratifiedSets.h
  371     auto Index = *indexOf(Main);
  381     auto MainIndex = *indexOf(Main);
  387     auto *Info = *get(Main);
lib/CodeGen/SelectionDAG/StatepointLowering.cpp
  937   auto DeoptBundle = *Call->getOperandBundle(LLVMContext::OB_deopt);
lib/CodeGen/StackMaps.cpp
  158     unsigned LLVMRegNum = *TRI->getLLVMRegNum(DwarfRegNum, false);
lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
  125       DieOffset = *FormValue.getAsUnsignedConstant();
  128       DieTag = (dwarf::Tag)*FormValue.getAsUnsignedConstant();
lib/DebugInfo/DWARF/DWARFCompileUnit.cpp
   27     OS << " DWO_id = " << format("0x%016" PRIx64, *getDWOId());
lib/DebugInfo/DWARF/DWARFDie.cpp
   86     ArrayRef<uint8_t> Expr = *FormValue.getAsBlock();
  112     uint64_t Offset = *FormValue.getAsSectionOffset();
  303     OS << *FormValue.getAsUnsignedConstant();
  342               U->getRnglistOffset(*FormValue.getAsSectionOffset())) {
  484       return U->findRnglistFromIndex(*Value->getAsSectionOffset());
  485     return U->findRnglistFromOffset(*Value->getAsSectionOffset());
lib/DebugInfo/DWARF/DWARFVerifier.cpp
  621     uint64_t StringOffset = *DieCU->getStringOffsetSectionItem(Index);
  719                           *toSectionOffset(Die.find(DW_AT_stmt_list)))
  738                          *toSectionOffset(Die.find(DW_AT_stmt_list)))
  755                           *toSectionOffset(Die.find(DW_AT_stmt_list)))
  772                           *toSectionOffset(Die.find(DW_AT_stmt_list)))
 1219     uint32_t CUIndex = *EntryOr->getCUIndex();
 1228     uint64_t DIEOffset = CUOffset + *EntryOr->getDIEUnitOffset();
lib/IR/AsmWriter.cpp
 1913     Printer.printChecksum(*N->getChecksum());
lib/IR/Attributes.cpp
  783       Attr = Attribute::getWithAlignment(C, *B.getAlignment());
  787       Attr = Attribute::getWithStackAlignment(C, *B.getStackAlignment());
lib/MC/MachObjectWriter.cpp
  868       unsigned Update = V.getSubminor() ? *V.getSubminor() : 0;
  869       unsigned Minor = V.getMinor() ? *V.getMinor() : 0;
lib/Support/JSON.cpp
  180     return *L.getAsNull() == *R.getAsNull();
  180     return *L.getAsNull() == *R.getAsNull();
  182     return *L.getAsBoolean() == *R.getAsBoolean();
  182     return *L.getAsBoolean() == *R.getAsBoolean();
  190     return *L.getAsNumber() == *R.getAsNumber();
  190     return *L.getAsNumber() == *R.getAsNumber();
  192     return *L.getAsString() == *R.getAsString();
  192     return *L.getAsString() == *R.getAsString();
  601     OS << (*V.getAsBoolean() ? "true" : "false");
  606       OS << *V.getAsInteger();
  609                    *V.getAsNumber());
  613     quote(OS, *V.getAsString());
lib/Target/AArch64/AArch64FalkorHWPFFix.cpp
  756         unsigned NewTag = *getTag(TRI, MI, NewLdI);
lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp
  576             getXRegFromWReg(*MRI.getLLVMRegNum(Inst.getRegister(), true));
  595         unsigned LRReg = *MRI.getLLVMRegNum(LRPush.getRegister(), true);
  596         unsigned FPReg = *MRI.getLLVMRegNum(FPPush.getRegister(), true);
  617         unsigned Reg1 = *MRI.getLLVMRegNum(Inst.getRegister(), true);
  624         unsigned Reg2 = *MRI.getLLVMRegNum(Inst2.getRegister(), true);
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
 1120       CFARegister = *MRI.getLLVMRegNum(Inst.getRegister(), true);
 1126       CFARegister = *MRI.getLLVMRegNum(Inst.getRegister(), true);
 1129       Reg = *MRI.getLLVMRegNum(Inst.getRegister(), true);
lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
  560         if (*MRI.getLLVMRegNum(Inst.getRegister(), true) !=
  608         unsigned Reg = *MRI.getLLVMRegNum(Inst.getRegister(), true);
lib/Transforms/IPO/GlobalSplit.cpp
   60     if (!GEP || !GEP->getInRangeIndex() || *GEP->getInRangeIndex() != 1 ||
lib/Transforms/Utils/GuardUtils.cpp
   28   OperandBundleDef DeoptOB(*Guard->getOperandBundle(LLVMContext::OB_deopt));
lib/Transforms/Utils/ValueMapper.cpp
  774   return *getMappedOp(&FirstN);
tools/bugpoint/CrashDebugger.cpp
  939       NamedMDOps.push_back(cast<MDNode>(*VMap.getMappedMD(Node)));
tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 6547   return Node.isArray() && *Node.getArraySize() &&
 6548          InnerMatcher.matches(**Node.getArraySize(), Finder, Builder);
tools/clang/lib/AST/Interp/Program.cpp
  359     PrimType ElemTy = *Ctx.classify(CT->getElementType());
tools/clang/lib/ASTMatchers/Dynamic/Marshallers.h
  138     return *getAttrKind(Value.getString());
  161     return *getCastKind(Value.getString());
  185     return *getClauseKind(Value.getString());
tools/clang/lib/Analysis/CFG.cpp
 4509   if (NE->isArray() && *NE->getArraySize())
 4510     Block = Visit(*NE->getArraySize());
tools/clang/lib/CodeGen/CGExprCXX.cpp
  698     ConstantEmitter(CGF).tryEmitAbstract(*e->getArraySize(), e->getType());
  700     numElements = CGF.EmitScalarExpr(*e->getArraySize());
  710     = (*e->getArraySize())->getType()->isSignedIntegerOrEnumerationType();
tools/clang/lib/CodeGen/CodeGenAction.cpp
  660     MsgStream << " (hotness: " << *D.getHotness() << ")";
tools/clang/lib/Format/ContinuationIndenter.cpp
 1505   StringRef OldDelimiter = *getRawStringDelimiter(Current.TokenText);
tools/clang/lib/Format/Format.cpp
 1197   *Style = *StyleSet.Get(Language);
tools/clang/lib/Sema/SemaDeclObjC.cpp
 2336       *MethodImpl->getReturnType()->getNullability(S.Context);
 2338       *MethodDecl->getReturnType()->getNullability(S.Context);
 2428            *ImplTy->getNullability(S.Context),
 2432            *IfaceTy->getNullability(S.Context),
tools/clang/lib/Sema/SemaOpenMP.cpp
  829     assert(*OMPDeclareTargetDeclAttr::isDeclareTargetDeclaration(
tools/clang/lib/Sema/SemaOverload.cpp
10423         << (*DeductionFailure.getCallArgIndex() + 1)
tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 1246       Arg = *NE->getArraySize();
 1386     const Expr *SizeExpr = *NE->getArraySize();
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
  357       CE ? *AnyCall::forExpr(CE)
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
  166         SVal V = *getObjectUnderConstruction(State, NE, LCtx);
  346             *Caller->getAdjustedParameterIndex(Idx), currBldrCtx->blockCount());
  732         CNE, *getObjectUnderConstruction(I->getState(), CNE, LCtx), Dst, I,
  756     symVal = *getObjectUnderConstruction(State, CNE, LCtx);
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
  334             *getObjectUnderConstruction(I->getState(), CNE,
tools/clang/lib/Tooling/Transformer/RewriteRule.cpp
   98     Matchers.push_back(*std::move(M));
  135     Matchers.push_back(*M.tryBind(RewriteRule::RootID));
tools/clang/tools/extra/clang-tidy/ClangTidy.cpp
  200             *Context.getOptionsForFile(File).FormatStyle, File, "none");
tools/clang/tools/extra/clangd/ClangdLSPServer.cpp
 1357     Server->addDocument(FilePath, *DraftMgr.getDraft(FilePath),
tools/clang/tools/extra/clangd/refactor/tweaks/ExtractVariable.cpp
  319   return *toHalfOpenFileRange(SM, Ctx.getLangOpts(), Expr->getSourceRange());
tools/clang/tools/extra/clangd/unittests/DraftStoreTests.cpp
   54     EXPECT_EQ(*DS.getDraft(Path), SrcAfter.code());
   84   EXPECT_EQ(*DS.getDraft(Path), FinalSrc.code());
tools/clang/tools/extra/clangd/unittests/ExpectedTypeTest.cpp
  143   OpaqueType IntTy = *OpaqueType::fromType(ASTCtx(), typeOf("int_"));
  146   OpaqueType IntPtrTy = *OpaqueType::fromType(ASTCtx(), typeOf("int_ptr"));
  165   auto IntPtrTy = *OpaqueType::fromType(ASTCtx(), typeOf("int_ptr_"));
tools/clang/tools/extra/clangd/unittests/HeaderSourceSwitchTests.cpp
  274             *llvm::cantFail(runSwitchHeaderSource(Server, CppPath)));
tools/clang/tools/extra/clangd/unittests/TUSchedulerTests.cpp
   49     Inputs.CompileCommand = *CDB.getCompileCommand(File);
  414                 EXPECT_EQ(File, *TUScheduler::getFileBeingProcessedInContext());
  431                 EXPECT_EQ(File, *TUScheduler::getFileBeingProcessedInContext());
  448                 EXPECT_EQ(File, *TUScheduler::getFileBeingProcessedInContext());
tools/clang/unittests/Basic/FileManagerTest.cpp
  431   EXPECT_EQ(*expectedToOptional(Manager.getFileRef("/tmp/test")), Ref);
  447   EXPECT_EQ(*expectedToOptional(Manager.getFileRef("/tmp/test")), Ref);
tools/clang/unittests/DirectoryWatcher/DirectoryWatcherTest.cpp
  184         return *result();
  252     EXPECT_TRUE(*TestConsumer.result());
tools/clang/unittests/StaticAnalyzer/StoreTest.cpp
   57     ASSERT_EQ(Zero, *StMgr.getDefaultBinding(StY0, LY0.getAsRegion()));
   66     ASSERT_EQ(NarrowZero, *StMgr.getDefaultBinding(StZ0, LZ0.getAsRegion()));
   77     ASSERT_EQ(One, *StMgr.getDefaultBinding(StY1, LY1.getAsRegion()));
tools/dsymutil/DwarfLinker.cpp
  126   uint64_t RefOffset = *RefValue.getAsReference();
 1018   const char *String = *Val.getAsCString();
 1039   uint64_t Ref = *Val.getAsReference();
 1193   ArrayRef<uint8_t> Bytes = *Val.getAsBlock();
 1226   uint64_t Addr = *Val.getAsAddress();
 1304     Value = *Val.getAsSectionOffset();
 1306     Value = *Val.getAsSignedConstant();
tools/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
  847         uint32_t field_byte_width = (uint32_t) (*field_compiler_type.GetByteSize(&thread));
tools/lldb/source/Plugins/ABI/Windows-x86_64/ABIWindows_x86_64.cpp
 1650       uint32_t field_byte_width = (uint32_t) (*field_compiler_type.GetByteSize(&thread));
tools/lldb/source/Plugins/SymbolFile/DWARF/DIERef.cpp
   15     OS << format_hex_no_prefix(*ref.dwo_num(), 8) << "/";
tools/lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
  246     DIERef ref = *DWARFDIE(&unit, &die).GetDIERef();
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  728               *GetDWARFUnitIndex(dwarf_cu.GetID()), cu_language,
 1523         ->GetUnitAtIndex(*die_ref.dwo_num())
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp
  150   if (*die_ref.dwo_num() == GetDwoNum())
tools/lldb/source/Target/Process.cpp
 5011                 return_value = *HandleStoppedEvent(
tools/lldb/unittests/Utility/TimeoutTest.cpp
   19   EXPECT_EQ(seconds(0), *Timeout<std::micro>(seconds(0)));
   20   EXPECT_EQ(seconds(3), *Timeout<std::micro>(seconds(3)));
unittests/ADT/APIntTest.cpp
 2732   EXPECT_EQ(*APIntOps::GetMostSignificantDifferentBit(APInt(8, 0), APInt(8, 1)),
 2734   EXPECT_EQ(*APIntOps::GetMostSignificantDifferentBit(APInt(8, 0), APInt(8, 2)),
 2736   EXPECT_EQ(*APIntOps::GetMostSignificantDifferentBit(APInt(8, 0), APInt(8, 3)),
 2738   EXPECT_EQ(*APIntOps::GetMostSignificantDifferentBit(APInt(8, 1), APInt(8, 0)),
 2742   EXPECT_EQ(*APIntOps::GetMostSignificantDifferentBit(APInt(8, 1), APInt(8, 2)),
 2744   EXPECT_EQ(*APIntOps::GetMostSignificantDifferentBit(APInt(8, 1), APInt(8, 3)),
 2747       *APIntOps::GetMostSignificantDifferentBit(APInt(8, 42), APInt(8, 112)),
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp
 1456   EXPECT_EQ(1ull, *I->Value.getAsUnsignedConstant());
 1460   EXPECT_EQ(CULowPC, *I->Value.getAsAddress());
unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp
  199   EXPECT_STREQ(*Prologue.IncludeDirectories[0].getAsCString(), "a dir");
  202   EXPECT_STREQ(*Prologue.FileNames[0].Name.getAsCString(), "a file");
unittests/DebugInfo/DWARF/DwarfGenerator.cpp
  318     writeCString(*Include.getAsCString(), Asm);
  324     writeCString(*File.Name.getAsCString(), Asm);
  342     writeCString(*Include.getAsCString(), Asm);
  351     writeCString(*File.Name.getAsCString(), Asm);
unittests/IR/InstructionsTest.cpp
  779     EXPECT_EQ(*SIW.getSuccessorWeight(0), 9u);
  780     EXPECT_EQ(*SIW.getSuccessorWeight(1), 1u);
  781     EXPECT_EQ(*SIW.getSuccessorWeight(2), 22u);
  784     EXPECT_EQ(*SIW.getSuccessorWeight(0), 99u);
  785     EXPECT_EQ(*SIW.getSuccessorWeight(1), 11u);
  786     EXPECT_EQ(*SIW.getSuccessorWeight(2), 22u);
  791     EXPECT_EQ(*SIW.getSuccessorWeight(0), 99u);
  792     EXPECT_EQ(*SIW.getSuccessorWeight(1), 11u);
  793     EXPECT_EQ(*SIW.getSuccessorWeight(2), 22u);
unittests/Object/MinidumpTest.cpp
   57             toStringRef(*File.getRawStream(StreamType::LinuxCPUInfo)));
unittests/ObjectYAML/MinidumpYAMLTest.cpp
   65             toStringRef(*File.getRawStream(StreamType::LinuxMaps)));
unittests/Support/AlignmentTest.cpp
   65     EXPECT_EQ((*MaybeAlign(Value)).value(), Value);
unittests/Transforms/Utils/ValueMapperTest.cpp
  155   EXPECT_EQ(D, *VM.getMappedMD(D));
  168   EXPECT_EQ(nullptr, *VM.getMappedMD(D));
  212   EXPECT_EQ(N0, *VM.getMappedMD(N0));
  213   EXPECT_EQ(N1, *VM.getMappedMD(N1));