HomeSort by: relevance | last modified time | path
    Searched refs:ARMAsmPrinter (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARM.h 24 class ARMAsmPrinter;
64 ARMAsmPrinter &AP);
ARMMCInstLower.cpp 15 #include "ARMAsmPrinter.h"
38 MCOperand ARMAsmPrinter::GetSymbolRef(const MachineOperand &MO,
72 bool ARMAsmPrinter::lowerOperand(const MachineOperand &MO,
124 ARMAsmPrinter &AP) {
168 void ARMAsmPrinter::EmitSled(const MachineInstr &MI, SledKind Kind)
205 // By analogy to ARMAsmPrinter::emitPseudoExpansionLowering() |case ARM::B|.
216 void ARMAsmPrinter::LowerPATCHABLE_FUNCTION_ENTER(const MachineInstr &MI)
221 void ARMAsmPrinter::LowerPATCHABLE_FUNCTION_EXIT(const MachineInstr &MI)
226 void ARMAsmPrinter::LowerPATCHABLE_TAIL_CALL(const MachineInstr &MI)
ARMAsmPrinter.h 1 //===-- ARMAsmPrinter.h - ARM implementation of AsmPrinter ------*- C++ -*-===//
31 class LLVM_LIBRARY_VISIBILITY ARMAsmPrinter : public AsmPrinter {
69 explicit ARMAsmPrinter(TargetMachine &TM,
ARMAsmPrinter.cpp 1 //===-- ARMAsmPrinter.cpp - Print machine code to an ARM .s file ----------===//
14 #include "ARMAsmPrinter.h"
55 ARMAsmPrinter::ARMAsmPrinter(TargetMachine &TM,
60 void ARMAsmPrinter::emitFunctionBodyEnd() {
69 void ARMAsmPrinter::emitFunctionEntryLabel() {
89 void ARMAsmPrinter::emitXXStructor(const DataLayout &DL, const Constant *CV) {
106 void ARMAsmPrinter::emitGlobalVariable(const GlobalVariable *GV) {
116 bool ARMAsmPrinter::runOnMachineFunction(MachineFunction &MF) {
197 void ARMAsmPrinter::PrintSymbolOperand(const MachineOperand &MO
    [all...]
  /src/external/apache2/llvm/lib/libLLVMARMCodeGen/
Makefile 12 ARMAsmPrinter.cpp \

Completed in 28 milliseconds