Home
last modified time | relevance | path

Searched refs:BPFMCInstLower (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/BPF/
DBPFMCInstLower.cpp29 BPFMCInstLower::GetGlobalAddressSymbol(const MachineOperand &MO) const { in GetGlobalAddressSymbol()
33 MCOperand BPFMCInstLower::LowerSymbolOperand(const MachineOperand &MO, in LowerSymbolOperand()
44 void BPFMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower()
DBPFMCInstLower.h27 class LLVM_LIBRARY_VISIBILITY BPFMCInstLower {
33 BPFMCInstLower(MCContext &ctx, AsmPrinter &printer) in BPFMCInstLower() function
DCMakeLists.txt19 BPFMCInstLower.cpp
DBPFAsmPrinter.cpp77 BPFMCInstLower MCInstLowering(OutContext, *this); in EmitInstruction()