Home
last modified time | relevance | path

Searched refs:HasDotTypeDotSizeDirective (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCAsmInfoGOFF.cpp23 HasDotTypeDotSizeDirective = false; in MCAsmInfoGOFF()
H A DMCAsmInfoCOFF.cpp26 HasDotTypeDotSizeDirective = false; in MCAsmInfoCOFF()
H A DMCAsmInfoXCOFF.cpp54 HasDotTypeDotSizeDirective = false; in MCAsmInfoXCOFF()
H A DMCAsmInfoDarwin.cpp88 HasDotTypeDotSizeDirective = false; in MCAsmInfoDarwin()
/openbsd/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVMCAsmInfo.cpp23 HasDotTypeDotSizeDirective = false; in SPIRVMCAsmInfo()
/openbsd/gnu/llvm/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFMCAsmInfo.h32 HasDotTypeDotSizeDirective = true; in BPFMCAsmInfo()
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXMCAsmInfo.cpp36 HasDotTypeDotSizeDirective = false; in NVPTXMCAsmInfo()
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCAsmInfo.h387 bool HasDotTypeDotSizeDirective = true; variable
749 bool hasDotTypeDotSizeDirective() const { return HasDotTypeDotSizeDirective; } in hasDotTypeDotSizeDirective()