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

/macosx-10.9.5/llvmCore-3425.0.33/lib/TableGen/
H A DTGParser.cpp392 switch (Lex.getCode()) {
428 if (Lex.getCode() != tgtok::Id) {
447 if (Lex.getCode() != tgtok::Id) {
461 if (Lex.getCode() != tgtok::Id) {
495 if (Lex.getCode() != tgtok::less)
499 if (Lex.getCode() == tgtok::greater) {
511 if (Lex.getCode() != tgtok::greater) {
537 if (Lex.getCode() != tgtok::less)
541 if (Lex.getCode() == tgtok::greater) {
553 if (Lex.getCode() !
[all...]
H A DTGLexer.h91 tgtok::TokKind getCode() const { return CurCode; } function in class:llvm::TGLexer
/macosx-10.9.5/llvmCore-3425.0.33/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.h31 uint32_t getCode() const { return Code; } function in class:llvm::DWARFAbbreviationDeclaration
H A DDWARFAbbreviationDeclaration.cpp52 OS << '[' << getCode() << "] ";
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/ldapc++/examples/
H A DurlTest.cpp36 std::cout << e.getCode() << std::endl;
/macosx-10.9.5/llvmCore-3425.0.33/utils/TableGen/
H A DAsmWriterInst.h81 /// getCode - Return the code that prints this operand.
82 std::string getCode() const;
H A DAsmWriterInst.cpp28 std::string AsmWriterOperand::getCode() const { function in class:AsmWriterOperand
H A DAsmWriterEmitter.cpp74 O << TheOp.getCode();
111 O << " " << FirstInst.Operands[i].getCode();
158 Command = " " + Inst->Operands[0].getCode() + "\n";
229 std::string Command = " " + FirstInst->Operands[Op].getCode() + "\n";
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/ldapc++/src/
H A DLDAPUrl.h192 int getCode() const;
/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/
H A DMCAssembler.cpp460 OW->WriteBytes(StringRef(IF.getCode().begin(), IF.getCode().size()));
632 getBackend().applyFixup(Fixup, IF->getCode().data(),
633 IF->getCode().size(), FixedValue);
703 IF.getCode() = Code;
H A DMCPureStreamer.cpp206 IF->getCode() = Code;
H A DMCObjectStreamer.cpp202 IF->getCode().append(Code.begin(), Code.end());
H A DWinCOFFStreamer.cpp388 raw_svector_ostream VecOS(Fragment->getCode());
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/MC/
H A DMCAssembler.h186 SmallVectorImpl<char> &getCode() { return Code; } function in class:llvm::MCInstFragment
187 const SmallVectorImpl<char> &getCode() const { return Code; } function in class:llvm::MCInstFragment

Completed in 120 milliseconds