Home
last modified time | relevance | path

Searched refs:SupportsExtendedDwarfLocDirective (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXMCAsmInfo.cpp49 SupportsExtendedDwarfLocDirective = false; in NVPTXMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h392 bool SupportsExtendedDwarfLocDirective = true; variable
659 return SupportsExtendedDwarfLocDirective; in supportsExtendedDwarfLocDirective()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmInfo.cpp63 SupportsExtendedDwarfLocDirective = DwarfExtendedLoc == Enable; in MCAsmInfo()