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

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
AsmPrinter.h 360 /// EmitCFAByte - Emit a .byte 42 directive for a DW_CFA_xxx value.
361 void EmitCFAByte(unsigned Val) const;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp 84 /// EmitCFAByte - Emit a .byte 42 directive for a DW_CFA_xxx value.
85 void AsmPrinter::EmitCFAByte(unsigned Val) const {

Completed in 152 milliseconds