Home
last modified time | relevance | path

Searched defs:HasDebugInfo (Results 1 – 5 of 5) sorted by relevance

/external/zlib/src/contrib/dotzlib/DotZLib/
DDotZLib.cs253 public bool HasDebugInfo { get { return 0 != (_flags & 0x100); } } property in DotZLib.Info
/external/v8/src/objects/
Dshared-function-info-inl.h648 bool SharedFunctionInfo::HasDebugInfo() const { in HasDebugInfo() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp575 bool HasDebugInfo = false; in collectLegacyDebugInfo() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp900 bool HasDebugInfo = MMI && MMI->hasDebugInfo(); in doFinalization() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DVerifier.cpp282 bool HasDebugInfo = false; member in __anon5a992a590111::Verifier