Searched refs:CurDbgLocation (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/include/llvm/IR/
H A DIRBuilder.h51 DebugLoc CurDbgLocation; member in class:llvm::IRBuilderBase
119 CurDbgLocation = L;
123 DebugLoc getCurrentDebugLocation() const { return CurDbgLocation; }
128 if (!CurDbgLocation.isUnknown())
129 I->setDebugLoc(CurDbgLocation);

Completed in 96 milliseconds