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

  /external/llvm/lib/Target/BPF/MCTargetDesc/
BPFMCAsmInfo.h 1 //===-- BPFMCAsmInfo.h - BPF asm properties -------------------*- C++ -*--====//
10 // This file contains the declaration of the BPFMCAsmInfo class.
23 class BPFMCAsmInfo : public MCAsmInfo {
25 explicit BPFMCAsmInfo(StringRef TT) {
BPFMCTargetDesc.cpp 16 #include "BPFMCAsmInfo.h"
83 RegisterMCAsmInfo<BPFMCAsmInfo> X(TheBPFTarget);

Completed in 210 milliseconds