Searched defs:getCurrentDebugLocation (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
H A DIRBuilder.h136 const DebugLoc &getCurrentDebugLocation() const { return CurDbgLocation; } function in class:llvm::IRBuilderBase
222 DbgLoc(B.getCurrentDebugLocation()) {}
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DIRBuilder.h112 /// getCurrentDebugLocation - Get location information used by debugging
114 DebugLoc getCurrentDebugLocation() const { return CurDbgLocation; } function in class:llvm::IRBuilderBase
385 if (!getCurrentDebugLocation().isUnknown())

Completed in 179 milliseconds