Home
last modified time | relevance | path

Searched defs:getRecord (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Bitcode/
H A DBitstreamReader.h155 static BitstreamEntry getRecord(unsigned AbbrevID) { in getRecord() function
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h219 Record *getRecord() const { return Def; } in getRecord() function
573 Record *getRecord() const { return TheRecord; } in getRecord() function
H A DCodeGenInstruction.h326 Record *getRecord() const { assert(isRecord()); return R; } in getRecord() function
/minix3/external/bsd/llvm/dist/clang/utils/TableGen/
H A DNeonEmitter.cpp345 Record *getRecord() const { return R; } in getRecord() function in __anon870a9de20111::Intrinsic
/minix3/external/bsd/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h383 Record *getRecord() const { return Rec; } in getRecord() function