Searched defs:ParseInstruction (Results 1 - 11 of 11) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCTargetAsmParser.h142 /// ParseInstruction - Parse one assembly instruction.
155 virtual bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
157 virtual bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name, function in class:llvm::MCTargetAsmParser
159 return ParseInstruction(Info, Name, Token.getLoc(), Operands);
/external/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp54 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
580 bool SparcAsmParser::ParseInstruction(ParseInstructionInfo &Info, function in class:SparcAsmParser
/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_parser_imp.cpp908 ParseInstruction(pXFANode, (IFDE_XMLInstruction*)pXMLChild, ePacketID);
1349 void CXFA_SimpleParser::ParseInstruction(CXFA_Node* pXFANode, function in class:CXFA_SimpleParser
/external/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp423 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
1204 bool AMDGPUAsmParser::ParseInstruction(ParseInstructionInfo &Info, function in class:AMDGPUAsmParser
/external/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp305 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
1629 bool PPCAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name, function in class:PPCAsmParser
/external/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp401 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
703 bool SystemZAsmParser::ParseInstruction(ParseInstructionInfo &Info, function in class:SystemZAsmParser
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp819 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
2067 bool X86AsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name, function in class:X86AsmParser
/external/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp160 virtual bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
165 virtual bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
1452 bool HexagonAsmParser::ParseInstruction(ParseInstructionInfo &Info, function in class:HexagonAsmParser
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp130 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
3315 /// ParseInstruction - Parse an AArch64 instruction mnemonic followed by its
3317 bool AArch64AsmParser::ParseInstruction(ParseInstructionInfo &Info, function in class:AArch64AsmParser
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp145 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
4716 bool MipsAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name, function in class:MipsAsmParser
4719 DEBUG(dbgs() << "ParseInstruction\n");
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp371 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
5663 bool ARMAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name, function in class:__anon12536::ARMAsmParser

Completed in 306 milliseconds