HomeSort by: relevance | last modified time | path
    Searched defs:getSourceIndex (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/
RegisterFile.h 53 unsigned getSourceIndex() const { return IID; }
66 bool isValid() const { return getSourceIndex() != INVALID_IID; }
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Attr.h 294 unsigned getSourceIndex() const {
304 /// Sema uses \c getSourceIndex instead.
  /src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
Instruction.h 576 unsigned getSourceIndex() const { return Data.first; }
587 void print(raw_ostream &OS) const { OS << getSourceIndex(); }

Completed in 26 milliseconds