HomeSort by: relevance | last modified time | path
    Searched refs:getRecord (Results 1 - 24 of 24) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Builtins.h 85 return getRecord(ID).Name;
90 return getRecord(ID).Type;
100 return strchr(getRecord(ID).Attributes, 'U') != nullptr;
106 return strchr(getRecord(ID).Attributes, 'c') != nullptr;
111 return strchr(getRecord(ID).Attributes, 'n') != nullptr;
116 return strchr(getRecord(ID).Attributes, 'r') != nullptr;
121 return strchr(getRecord(ID).Attributes, 'j') != nullptr;
127 return strchr(getRecord(ID).Attributes, 'u') != nullptr;
133 return strchr(getRecord(ID).Attributes, 'F') != nullptr;
140 return strchr(getRecord(ID).Attributes, 'f') != nullptr
    [all...]
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ASTTableGen.h 100 llvm::Record *getRecord() const { return Record; }
134 return lhs.getRecord() == rhs.getRecord();
186 DeclNode getBase() const { return DeclNode(ASTNode::getBase().getRecord()); }
208 TypeNode getBase() const { return TypeNode(ASTNode::getBase().getRecord()); }
230 StmtNode getBase() const { return StmtNode(ASTNode::getBase().getRecord()); }
494 visit(NodeClass(node.getRecord()),
495 NodeClass(base.getRecord()));
ASTTableGen.cpp 58 return removeExpectedNodeNameSuffix(getRecord(), "Type");
NeonEmitter.cpp 408 Record *getRecord() const { return R; }
1467 if (Intr.getRecord()->getValueAsBit("isLaneQ"))
2117 Record *R = Def->getRecord();
  /src/external/apache2/llvm/dist/clang/lib/Basic/
Builtins.cpp 31 const Builtin::Info &Builtin::Context::getRecord(unsigned ID) const {
110 const char *WidthPos = ::strchr(getRecord(ID).Attributes, 'V');
133 const char *Like = ::strpbrk(getRecord(ID).Attributes, Fmt);
160 const char *CalleePos = ::strchr(getRecord(ID).Attributes, 'C');
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
TpiHashing.h 42 codeview::TagRecord &getRecord() {
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 860 Infer.TP.getRecord()->dump();
861 PrintFatalError(Infer.TP.getRecord()->getLoc(),
863 Infer.TP.getRecord()->getName() + "'");
895 !PatFragRec->getRecord()->getValueAsString("PredicateCode").empty();
905 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(),
911 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(),
917 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(),
922 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(),
930 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(),
934 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc()
    [all...]
CodeGenInstruction.h 368 Record *getRecord() const { assert(isRecord()); return R; }
CodeGenDAGPatterns.h 461 Record *getRecord() const { return Def; }
926 /// getRecord - Return the actual TableGen record corresponding to this
929 Record *getRecord() const { return TheRecord; }
AsmWriterEmitter.cpp 898 const Record *Rec = RO.getRecord();
926 Record *R = CGA.ResultOperands[i].getRecord();
CodeGenInstruction.cpp 664 Record *Rec = getRecord();
FastISelEmitter.cpp 224 Record *Rec = PredFn.getOrigPatFragRecord()->getRecord();
GlobalISelEmitter.cpp 209 (Separator + P.getOrigPatFragRecord()->getRecord()->getName()).str();
367 Predicate.getOrigPatFragRecord()->getRecord()->getName())
AsmMatcherEmitter.cpp 1743 Op.Class = getOperandClass(CGA.ResultOperands[i].getRecord(),
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
StackMapParser.h 410 RecordAccessor getRecord(unsigned RecordIndex) const {
419 return record_iterator(getRecord(0));
429 return record_iterator(getRecord(getNumRecords() - 1).next());
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
TpiStream.cpp 204 TagRecord &ForwardTR = ForwardTRH->getRecord();
205 TagRecord &FullTR = FullTRH->getRecord();
  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
ByteCodeExprGen.h 87 Record *getRecord(QualType Ty);
88 Record *getRecord(const RecordDecl *RD);
ByteCodeExprGen.cpp 506 Record *ByteCodeExprGen<Emitter>::getRecord(QualType Ty) {
508 return getRecord(RecordTy->getDecl());
514 Record *ByteCodeExprGen<Emitter>::getRecord(const RecordDecl *RD) {
Pointer.h 221 Record *getRecord() const { return getFieldDesc()->ElemRecord; }
EvalEmitter.cpp 115 auto *Record = Ptr.getRecord();
Interp.cpp 127 Record *R = U.getRecord();
Interp.h 589 auto *Field = Base.getRecord()->getVirtualBase(Decl);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/
BitstreamReader.h 330 static BitstreamEntry getRecord(unsigned AbbrevID) {
433 return BitstreamEntry::getRecord(Code);
  /src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
Record.h 1290 Init *getRecord() const { return Rec; }

Completed in 79 milliseconds