Home
last modified time | relevance | path

Searched defs:getCode (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/
H A DDWARFAbbreviationDeclaration.h35 uint32_t getCode() const { return Code; } in getCode() function
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DAsmWriterInst.cpp29 std::string AsmWriterOperand::getCode() const { in getCode() function in AsmWriterOperand
/minix3/external/bsd/llvm/dist/llvm/lib/TableGen/
H A DTGLexer.h100 tgtok::TokKind getCode() const { return CurCode; } in getCode() function