HomeSort by relevance Sort by last modified time
    Searched defs:Asm (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCExpr.cpp 45 static void AddValueSymbols_(const MCExpr *Value, MCAssembler *Asm) {
55 AddValueSymbols_(BE->getLHS(), Asm);
56 AddValueSymbols_(BE->getRHS(), Asm);
61 Asm->getOrCreateSymbolData(cast<MCSymbolRefExpr>(Value)->getSymbol());
65 AddValueSymbols_(cast<MCUnaryExpr>(Value)->getSubExpr(), Asm);
70 void ARMMCExpr::AddValueSymbols(MCAssembler *Asm) const {
71 AddValueSymbols_(getSubExpr(), Asm);
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfException.h 10 // This file contains support for writing dwarf exception info into asm files.
40 /// Asm - Target of Dwarf emission.
41 AsmPrinter *Asm;
DwarfCompileUnit.h 47 /// Asm - Target of Dwarf emission.
48 AsmPrinter *Asm;
DwarfDebug.h 10 // This file contains support for writing dwarf debug info into asm files.
185 /// Asm - Target of Dwarf emission.
186 AsmPrinter *Asm;
  /external/clang/tools/driver/
cc1as_main.cpp 206 .Case("asm", FT_Asm)
285 assert(MAI && "Unable to create target asm info!");
409 AssemblerInvocation Asm;
410 if (!AssemblerInvocation::CreateFromArgs(Asm, ArgBegin, ArgEnd, Diags))
414 if (Asm.ShowHelp) {
423 if (Asm.ShowVersion) {
431 if (!Asm.LLVMArgs.empty()) {
432 unsigned NumArgs = Asm.LLVMArgs.size();
436 Args[i + 1] = Asm.LLVMArgs[i].c_str();
444 Success = ExecuteAssembler(Asm, Diags)
    [all...]
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 1 //===--- SemaStmtAsm.cpp - Semantic Analysis for Asm Statements -----------===//
10 // This file implements semantic analysis for inline asm statements.
46 /// ignore "noop" casts in places where an lvalue is required by an inline asm.
79 /// anywhere in the decomposed asm string.
87 // one, then we have to reject this asm.
207 // Validate the asm string, ensuring it makes sense given the operands we
271 // If the smaller input/output operand is not mentioned in the asm string,
272 // then we can promote the smaller one to a larger input and the asm string
277 // one, then we have to reject this asm.
279 // This is a use in the asm string of the smaller operand. Since w
    [all...]
  /external/llvm/lib/VMCore/
AsmWriter.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]

Completed in 454 milliseconds