Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp108 static cl::opt<DefaultOnOff> UnknownLocations( variable
1307 if (UnknownLocations == Disable) in beginInstruction()
1316 if (UnknownLocations == Enable || PrevLabel || in beginInstruction()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp65 static cl::opt<bool> UnknownLocations( variable
1017 } else if (UnknownLocations) { in beginInstruction()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp51 static cl::opt<bool> UnknownLocations("use-unknown-locations", cl::Hidden, variable
1001 if (DL != PrevInstLoc && (!DL.isUnknown() || UnknownLocations)) { in beginInstruction()