Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAsmInfo.cpp24 static cl::opt<DefaultOnOff> DwarfExtendedLoc( variable
52 if (DwarfExtendedLoc != Default) in MCAsmInfo()
53 SupportsExtendedDwarfLocDirective = DwarfExtendedLoc == Enable; in MCAsmInfo()
/external/llvm-project/llvm/lib/MC/
DMCAsmInfo.cpp24 static cl::opt<DefaultOnOff> DwarfExtendedLoc( variable
58 if (DwarfExtendedLoc != Default) in MCAsmInfo()
59 SupportsExtendedDwarfLocDirective = DwarfExtendedLoc == Enable; in MCAsmInfo()