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

  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCAsmInfoWasm.cpp 1 //===-- MCAsmInfoWasm.cpp - Wasm asm properties -----------------*- C++ -*-===//
14 #include "llvm/MC/MCAsmInfoWasm.h"
17 void MCAsmInfoWasm::anchor() {}
19 MCAsmInfoWasm::MCAsmInfoWasm() {
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCAsmInfoWasm.h 1 //===-- llvm/MC/MCAsmInfoWasm.h - Wasm Asm info -----------------*- C++ -*-===//
15 class MCAsmInfoWasm : public MCAsmInfo {
19 MCAsmInfoWasm();
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyMCAsmInfo.h 17 #include "llvm/MC/MCAsmInfoWasm.h"
23 class WebAssemblyMCAsmInfo final : public MCAsmInfoWasm {
  /src/external/apache2/llvm/lib/libLLVMMC/
Makefile 17 MCAsmInfoWasm.cpp \

Completed in 26 milliseconds