Home
last modified time | relevance | path

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

/third_party/zlib/contrib/dotzlib/DotZLib/
DDotZLib.cs253 public bool HasDebugInfo { get { return 0 != (_flags & 0x100); } } property in DotZLib.Info
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp891 bool HasDebugInfo = MMI && MMI->hasDebugInfo(); in doFinalization() local
928 if (HasDebugInfo) { in doFinalization()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DVerifier.cpp283 bool HasDebugInfo = false; member in __anon81b39f600111::Verifier
2352 HasDebugInfo = (N != nullptr); in visitFunction()
2353 if (!HasDebugInfo) in visitFunction()
5020 if (!HasDebugInfo) in verifyFnArgs()