Searched refs:getIndex (Results 126 - 150 of 279) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp650 " index 0x" + utohexstr(ti.getIndex()));
1131 " with bad inlinee index 0x" + utohexstr(inlinee.getIndex()));
1410 tsi.typeIndex.getIndex(), tsi.totalInputSize(),
1419 tsis.back().typeIndex.getIndex(), config->pdbPath);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp45 int FrameIdx = MI.getOperand(1).getIndex();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp26 return Idx.getIndex() - TypeIndex::FirstNonSimpleIndex;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp327 return Sec.getIndex();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp276 SectionIndex = SectOrErr.get()->getIndex();
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h493 uint32_t getIndex(const InstTy *Instr) const { function in class:llvm::InterleaveGroup
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h367 uint32_t getIndex() const { return Index; } function in class:llvm::DWARFDebugNames::NameTableEntry
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp670 if (auto CI = ER->getIndex().getAs<nonloc::ConcreteInt>()) {
1202 if (!ER->getIndex().isZeroConstant())
1242 SVal index = ER->getIndex();
1409 SVal Index = ER->getIndex();
H A DStore.cpp516 SVal BaseIdx = ElemR->getIndex();
H A DExprEngineCXX.cpp191 auto RTC = (*SFC->getCallSiteBlock())[SFC->getIndex()]
320 unsigned Idx = ACC->getIndex();
H A DExprEngineCallAndReturn.cpp322 SaveAndRestore<unsigned> CBISave(currStmtIdx, calleeCtx->getIndex());
363 calleeCtx->getIndex()+1);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DFileCheckImpl.h199 size_t getIndex() const { return InsertIdx; } function in class:llvm::Substitution
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h329 unsigned getIndex() const { return Index; } function in class:clang::StackFrameContext
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.cpp200 int FI = MI.getOperand(FIOp).getIndex();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp269 int FrameIndex = MI->getOperand(FIOperandNum).getIndex();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreRegisterInfo.cpp265 int FrameIndex = FrameOp.getIndex();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h49 ResumeKind getIndex() const { function in class:llvm::CoroSubFnInst
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp972 mangleTemplateParameter(TTP->getDepth(), TTP->getIndex());
1891 mangleTemplateParameter(TTP->getDepth(), TTP->getIndex());
1925 mangleTemplateParameter(TTP->getDepth(), TTP->getIndex());
3013 mangleTemplateParameter(T->getDepth(), T->getIndex());
3584 mangleTemplateParameter(PD->getDepth(), PD->getIndex());
4340 mangleTemplateParameter(TTP->getDepth(), TTP->getIndex());
4343 mangleTemplateParameter(NTTP->getDepth(), NTTP->getIndex());
4346 mangleTemplateParameter(TempTP->getDepth(), TempTP->getIndex());
H A DAPValue.cpp556 << DA.getIndex() << "}";
588 << DA.getIndex() << "}";
/freebsd-12-stable/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp842 Out << 't' << TTP->getDepth() << '.' << TTP->getIndex();
932 Out << 't' << TTP->getDepth() << '.' << TTP->getIndex();
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp668 Index = TTP->getIndex();
797 Index = TTP->getIndex();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp566 DIEInteger(S.getIndex()).EmitValue(AP, Form);
590 return DIEInteger(S.getIndex()).SizeOf(AP, Form);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp722 FrameIndex = MI.getOperand(1).getIndex();
751 FrameIndex = MI.getOperand(0).getIndex();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp217 unsigned CPIdx = (unsigned)MI->getOperand(1).getIndex();
714 << getFunctionNumber() << "_" << MO.getIndex();
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp459 Address.SectionIndex = Sec->getIndex();
465 Address.SectionIndex = SecOrErr.get()->getIndex();

Completed in 259 milliseconds

1234567891011>>