HomeSort by relevance Sort by last modified time
    Searched refs:AsmStr (Results 1 - 12 of 12) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 157 // Disassemble the AsmStr, printing out the literal pieces, the operands, etc.
158 const char *AsmStr = MI->getOperand(NumDefs).getSymbolName();
160 // If this asmstr is empty, just print the #APP/#NOAPP markers.
162 if (AsmStr[0] == 0) {
205 const char *LastEmitted = AsmStr; // One past the last character emitted.
240 Twine(AsmStr) + "'");
275 " string: '" + Twine(AsmStr) + "'");
290 Twine(AsmStr) + "'");
302 Twine(AsmStr) + "'");
310 Twine(AsmStr) + "'")
    [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 652 const char *AsmStr = MI->getOperand(0).getSymbolName();
653 return getInlineAsmLength(AsmStr, *MF->getTarget().getMCAsmInfo());
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 773 const std::string &AsmStr = IA->getAsmString();
774 Record.push_back(AsmStr.size());
775 for (unsigned i = 0, e = AsmStr.size(); i != e; ++i)
776 Record.push_back(AsmStr[i]);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 813 const std::string &AsmStr = IA->getAsmString();
814 Record.push_back(AsmStr.size());
815 for (unsigned i = 0, e = AsmStr.size(); i != e; ++i)
816 Record.push_back(AsmStr[i]);
    [all...]
  /external/clang/lib/AST/
Stmt.cpp 468 Expr **exprs, StringLiteral *asmstr, unsigned numclobbers,
470 : Stmt(AsmStmtClass), AsmLoc(asmloc), RParenLoc(rparenloc), AsmStr(asmstr)
  /external/llvm/lib/AsmParser/
LLParser.cpp 238 std::string AsmStr;
240 ParseStringConstant(AsmStr)) return true;
242 M->appendModuleInlineAsm(AsmStr);
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 431 milliseconds