Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCAsmInfoWasm.cpp20 HasIdentDirective = true; in MCAsmInfoWasm()
H A DMCAsmInfoELF.cpp28 HasIdentDirective = false; in MCAsmInfoELF()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCAsmInfo.cpp99 HasIdentDirective = true; in AArch64MCAsmInfoELF()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCAsmInfo.h399 bool HasIdentDirective = false; variable
752 bool hasIdentDirective() const { return HasIdentDirective; } in hasIdentDirective()