Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDebugInfo.h499 if (getVersion() <= llvm::LLVMDebugVersion8) in isArtificial()
506 if (getVersion() <= llvm::LLVMDebugVersion8) in isPrivate()
513 if (getVersion() <= llvm::LLVMDebugVersion8) in isProtected()
519 if (getVersion() <= llvm::LLVMDebugVersion8) in isExplicit()
525 if (getVersion() <= llvm::LLVMDebugVersion8) in isPrototyped()
643 if (getVersion() <= llvm::LLVMDebugVersion8) in isArtificial()
662 if (getVersion() <= llvm::LLVMDebugVersion8) in getAddrElement()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DDwarf.h28 LLVMDebugVersion8 = (8 << 16), // Constant for version 8. enumerator
/external/swiftshader/third_party/LLVM/lib/Analysis/
DDebugInfo.cpp115 if (getVersion() <= llvm::LLVMDebugVersion8) in getNumAddrElements()