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

  /external/llvm/lib/Target/BPF/
BPFSubtarget.cpp 1 //===-- BPFSubtarget.cpp - BPF Subtarget Information ----------------------===//
14 #include "BPFSubtarget.h"
26 void BPFSubtarget::anchor() {}
28 BPFSubtarget::BPFSubtarget(const std::string &TT, const std::string &CPU,
BPFSubtarget.h 1 //===-- BPFSubtarget.h - Define Subtarget for the BPF -----------*- C++ -*-===//
31 class BPFSubtarget : public BPFGenSubtargetInfo {
41 BPFSubtarget(const std::string &TT, const std::string &CPU,

Completed in 271 milliseconds