Searched refs:getCode (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/TableGen/
H A DTGParser.cpp395 switch (Lex.getCode()) {
430 if (Lex.getCode() != tgtok::Id) {
449 if (Lex.getCode() != tgtok::Id) {
482 if (Lex.getCode() != tgtok::less) {
488 if (Lex.getCode() == tgtok::greater) {
500 if (Lex.getCode() != tgtok::greater) {
527 if (Lex.getCode() != tgtok::less) {
533 if (Lex.getCode() == tgtok::greater) {
545 if (Lex.getCode() != tgtok::greater) {
561 if (Lex.getCode() !
[all...]
H A DTGLexer.h96 tgtok::TokKind getCode() const { return CurCode; } function in class:llvm::TGLexer
/freebsd-10.2-release/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugAbbrev.cpp25 IdxOffset = abbrevDeclaration.getCode();
27 if (prevAbbrAode + 1 != abbrevDeclaration.getCode())
30 prevAbbrAode = abbrevDeclaration.getCode();
47 if (pos->getCode() == abbrCode)
H A DDWARFAbbreviationDeclaration.h34 uint32_t getCode() const { return Code; } function in class:llvm::DWARFAbbreviationDeclaration
H A DDWARFAbbreviationDeclaration.cpp66 OS << '[' << getCode() << "] ";
/freebsd-10.2-release/contrib/llvm/utils/TableGen/
H A DAsmWriterInst.h81 /// getCode - Return the code that prints this operand.
82 std::string getCode() const;
H A DAsmWriterInst.cpp29 std::string AsmWriterOperand::getCode() const { function in class:AsmWriterOperand
H A DAsmWriterEmitter.cpp77 O << TheOp.getCode();
114 O << " " << FirstInst.Operands[i].getCode();
161 Command = " " + Inst->Operands[0].getCode() + "\n";
232 std::string Command = " " + FirstInst->Operands[Op].getCode() + "\n";

Completed in 112 milliseconds