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.
25 class BPFMCAsmInfo : public MCAsmInfo {
27 explicit BPFMCAsmInfo(const Triple &TT) {
BPFMCTargetDesc.cpp 16 #include "BPFMCAsmInfo.h"
82 RegisterMCAsmInfo<BPFMCAsmInfo> X(*T);

Completed in 914 milliseconds