Home
last modified time | relevance | path

Searched defs:getIndex (Results 1 – 25 of 64) sorted by relevance

123

/llvm-project/llvm/include/llvm/Analysis/
H A DModuleSummaryAnalysis.h66 ModuleSummaryIndex &getIndex() { return *Index; } in getIndex() function
67 const ModuleSummaryIndex &getIndex() const { return *Index; } in getIndex() function
90 const ModuleSummaryIndex *getIndex() const { return Index; } in getIndex() function
/llvm-project/clang/test/Analysis/diagnostics/
H A Dtrack_subexpressions.cpp24 int getIndex(int x) { in getIndex() function
56 int getIndex(int x) { in getIndex() function
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DFunctionId.h23 uint32_t getIndex() const { return Index; } in getIndex() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGAddressAnalysis.h51 SDValue getIndex() { return Index; } in getIndex() function
52 SDValue getIndex() const { return Index; } in getIndex() function
H A DDwarfStringPoolEntry.h84 unsigned getIndex() const { in getIndex() function
H A DSlotIndexes.h57 unsigned getIndex() const { return index; } getIndex() function
98 unsigned getIndex() const { getIndex() function
[all...]
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLoadStoreOpt.h48 Register getIndex() { return IndexReg; } in getIndex() function
49 Register getIndex() const { return IndexReg; } in getIndex() function
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.cpp20 unsigned AddressPool::getIndex(const MCSymbol *Sym, bool TLS) { getIndex() function in AddressPool
H A DDebugLocStream.h126 size_t getIndex(const List &L) const { in getIndex() function
131 size_t getIndex(const Entry &E) const { in getIndex() function
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVStringPool.h58 size_t getIndex(StringRef Key) { in getIndex() function
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DWorkList.h57 unsigned getIndex() const { return blockIdx; } in getIndex() function
/llvm-project/clang/include/clang/AST/
H A DAPValue.h71 unsigned getIndex() { return Index - 1; } in getIndex() function
H A DTemplateName.h156 unsigned getIndex() const { return Bits.Index; } getIndex() function
397 unsigned getIndex() const { return Bits.Index; } getIndex() function
/llvm-project/llvm/include/llvm/Option/
H A DArg.h93 unsigned getIndex() const { return Index; } in getIndex() function
/llvm-project/llvm/include/llvm/ADT/
H A DPagedVector.h218 [[nodiscard]] size_t getIndex() const { return ElementIdx; } in getIndex() function
/llvm-project/clang-tools-extra/clangd/index/
H A DProjectAware.cpp122 SymbolIndex *ProjectAwareIndex::getIndex() const { getIndex() function in clang::clangd::__anon94045d3c0111::ProjectAwareIndex
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DMCInstrDescView.cpp19 unsigned Variable::getIndex() const { return *Index; } in getIndex() function in llvm::exegesis::Variable
35 unsigned Operand::getIndex() const { return *Index; } in getIndex() function in llvm::exegesis::Operand
/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h167 unsigned getIndex() const { in getIndex() function
676 unsigned getIndex() const { return Index; } in getIndex() function
699 unsigned getIndex() const { return Index; } in getIndex() function
/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaConstantPoolValue.h239 unsigned getIndex() const { return Idx; } in getIndex() function
/llvm-project/mlir/unittests/Analysis/Presburger/
H A DBarvinokTest.cpp42 TEST(BarvinokTest, getIndex) { in TEST() argument
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h375 DWARFIndex *getIndex() { return m_index.get(); } getIndex() function
/llvm-project/mlir/include/mlir/TableGen/
H A DOperator.h52 int getIndex() const { return index; } in getIndex() function
/llvm-project/clang/lib/AST/Interp/
H A DPointer.h
/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h178 unsigned getIndex() const { in getIndex() function
/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h316 uint32_t getIndex() const { in getIndex() function

123