Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCAsmInfo.cpp26 static cl::opt<DefaultOnOff> DwarfExtendedLoc( variable
62 if (DwarfExtendedLoc != Default) in MCAsmInfo()
63 SupportsExtendedDwarfLocDirective = DwarfExtendedLoc == Enable; in MCAsmInfo()