Home
last modified time | relevance | path

Searched refs:HasIdentDirective (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
HDMCAsmInfoWasm.cpp20 HasIdentDirective = true; in MCAsmInfoWasm()
HDMCAsmInfoELF.cpp32 HasIdentDirective = true; in MCAsmInfoELF()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
HDAArch64MCAsmInfo.cpp99 HasIdentDirective = true; in AArch64MCAsmInfoELF()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCAsmInfo.h402 bool HasIdentDirective = false; variable
745 bool hasIdentDirective() const { return HasIdentDirective; } in hasIdentDirective()