HomeSort by relevance Sort by last modified time
    Searched defs:Asm (Results 1 - 10 of 10) 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/Target/AArch64/MCTargetDesc/
AArch64MCExpr.cpp 85 static void fixELFSymbolsInTLSFixupsImpl(const MCExpr *Expr, MCAssembler &Asm) {
95 fixELFSymbolsInTLSFixupsImpl(BE->getLHS(), Asm);
96 fixELFSymbolsInTLSFixupsImpl(BE->getRHS(), Asm);
104 MCSymbolData &SD = Asm.getOrCreateSymbolData(SymRef.getSymbol());
110 fixELFSymbolsInTLSFixupsImpl(cast<MCUnaryExpr>(Expr)->getSubExpr(), Asm);
115 void AArch64MCExpr::fixELFSymbolsInTLSFixups(MCAssembler &Asm) const {
144 fixELFSymbolsInTLSFixupsImpl(getSubExpr(), Asm);
150 static void AddValueSymbolsImpl(const MCExpr *Value, MCAssembler *Asm) {
161 AddValueSymbolsImpl(BE->getLHS(), Asm);
162 AddValueSymbolsImpl(BE->getRHS(), Asm);
    [all...]
  /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 49 /// Asm - Target of Dwarf emission.
50 AsmPrinter *Asm;
DwarfDebug.h 10 // This file contains support for writing dwarf debug info into asm files.
206 AsmPrinter *Asm;
230 Asm(AP), AbbreviationsSet(AS), Abbreviations(A),
286 AsmPrinter *Asm;
  /external/llvm/lib/Target/R600/InstPrinter/
AMDGPUInstPrinter.cpp 1 //===-- AMDGPUInstPrinter.cpp - AMDGPU MC Inst -> ASM ---------------------===//
70 raw_ostream &O, StringRef Asm) {
74 O << Asm;
  /external/clang/tools/driver/
cc1as_main.cpp 212 .Case("asm", FT_Asm)
291 assert(MAI && "Unable to create target asm info!");
422 AssemblerInvocation Asm;
423 if (!AssemblerInvocation::CreateFromArgs(Asm, ArgBegin, ArgEnd, Diags))
427 if (Asm.ShowHelp) {
436 if (Asm.ShowVersion) {
444 if (!Asm.LLVMArgs.empty()) {
445 unsigned NumArgs = Asm.LLVMArgs.size();
449 Args[i + 1] = Asm.LLVMArgs[i].c_str();
457 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.
41 /// ignore "noop" casts in places where an lvalue is required by an inline asm.
74 /// anywhere in the decomposed asm string.
82 // one, then we have to reject this asm.
213 // Validate the asm string, ensuring it makes sense given the operands we
325 // If the smaller input/output operand is not mentioned in the asm string,
326 // then we can promote the smaller one to a larger input and the asm string
331 // one, then we have to reject this asm.
333 // This is a use in the asm string of the smaller operand. Since w
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]

Completed in 250 milliseconds