HomeSort by: relevance | last modified time | path
    Searched defs:getIndex (Results 1 - 25 of 42) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AddressPool.cpp 19 unsigned AddressPool::getIndex(const MCSymbol *Sym, bool TLS) {
DebugLocStream.h 111 size_t LI = getIndex(L);
117 size_t EI = getIndex(E);
122 size_t EI = getIndex(E);
128 size_t getIndex(const List &L) const {
133 size_t getIndex(const Entry &E) const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ModuleSummaryAnalysis.h 66 ModuleSummaryIndex &getIndex() { return *Index; }
67 const ModuleSummaryIndex &getIndex() const { return *Index; }
90 const ModuleSummaryIndex *getIndex() const { return Index; }
VectorUtils.h 659 uint32_t getIndex(const InstTy *Instr) const {
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h 57 unsigned getIndex() const { return blockIdx; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGAddressAnalysis.h 50 SDValue getIndex() { return Index; }
51 SDValue getIndex() const { return Index; }
DwarfStringPoolEntry.h 52 unsigned getIndex() const {
MachineOperand.h 557 int getIndex() const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
FunctionId.h 23 uint32_t getIndex() const { return Index; }
30 return A.getIndex() == B.getIndex();
34 return A.getIndex() != B.getIndex();
38 return A.getIndex() < B.getIndex();
42 return A.getIndex() <= B.getIndex();
46 return A.getIndex() > B.getIndex()
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCPseudoProbe.h 90 uint64_t getIndex() const { return Index; }
MCSymbol.h 306 uint32_t getIndex() const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Option/
Arg.h 87 unsigned getIndex() const { return Index; }
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.h 1687 const SDValue &getIndex() const { return getOperand(4); }
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
MCInstrDescView.cpp 20 unsigned Variable::getIndex() const { return *Index; }
36 unsigned Operand::getIndex() const { return *Index; }
166 Variables[Op.getVariableIndex()].TiedOperands.push_back(Op.getIndex());
255 Stream << "- Op" << Op.getIndex();
282 Stream << "- Var" << Var.getIndex();
  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Pointer.h 263 int64_t getIndex() const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonBlockRanges.cpp 164 assert(getIndex(&In) == IndexType::None && "Instruction already in map");
176 HexagonBlockRanges::IndexType HexagonBlockRanges::InstrIndexMap::getIndex(
318 IndexType Index = IndexMap.getIndex(&In);
523 HexagonBlockRanges::IndexType Idx = M.getIndex(&In);
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
AnalysisDeclContext.h 325 unsigned getIndex() const { return Index; }
ConstructionContext.h 160 unsigned getIndex() const {
653 unsigned getIndex() const { return Index; }
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBlocks.h 174 unsigned getIndex() const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ObjectFile.h 98 uint64_t getIndex() const;
451 inline uint64_t SectionRef::getIndex() const {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroInternal.h 195 ConstantInt *getIndex(uint64_t Value) const {
  /src/external/gpl3/binutils/dist/gprofng/src/
SAXParserFactory.cc 42 int getIndex (const char *qName);
86 AttributesP::getIndex (const char *qName)
  /src/external/gpl3/binutils.old/dist/gprofng/src/
SAXParserFactory.cc 42 int getIndex (const char *qName);
86 AttributesP::getIndex (const char *qName)
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclTemplate.cpp 671 unsigned TemplateTypeParmDecl::getIndex() const {
672 return getTypeForDecl()->castAs<TemplateTypeParmType>()->getIndex();
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
STLExtras.h 1049 ptrdiff_t getIndex() const { return index; }
1085 return DerivedT::dereference_iterator(this->getBase(), this->getIndex());
1099 : base(offset_base(begin.getBase(), begin.getIndex())),
1100 count(end.getIndex() - begin.getIndex()) {}

Completed in 36 milliseconds

1 2