Home
last modified time | relevance | path

Searched defs:isLocationAvailable (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/IR/
DDiagnosticInfo.cpp150 bool DiagnosticInfoWithDebugLocBase::isLocationAvailable() const { in isLocationAvailable() function in DiagnosticInfoWithDebugLocBase
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDiagnosticInfo.h370 bool isLocationAvailable() const { return Loc.isValid(); } in isLocationAvailable() function