Searched refs:MCAsmInfoWasm (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmInfoWasm.cpp1 //===-- MCAsmInfoWasm.cpp - Wasm asm properties -----------------*- C++ -*-===//
14 #include "llvm/MC/MCAsmInfoWasm.h"
17 void MCAsmInfoWasm::anchor() {}
19 MCAsmInfoWasm::MCAsmInfoWasm() { function in class:MCAsmInfoWasm
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfoWasm.h1 //===-- llvm/MC/MCAsmInfoWasm.h - Wasm Asm info -----------------*- C++ -*-===//
15 class MCAsmInfoWasm : public MCAsmInfo { class in namespace:llvm
19 MCAsmInfoWasm();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCAsmInfo.h17 #include "llvm/MC/MCAsmInfoWasm.h"
23 class WebAssemblyMCAsmInfo final : public MCAsmInfoWasm {

Completed in 63 milliseconds