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

/external/llvm/include/llvm/
H A DIRBuilder.h113 /// getCurrentDebugLocation - Get location information used by debugging
115 DebugLoc getCurrentDebugLocation() const { return CurDbgLocation; } function in class:llvm::IRBuilderBase
400 if (!getCurrentDebugLocation().isUnknown())

Completed in 355 milliseconds