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

/external/llvm/include/llvm/Support/
H A DIRBuilder.h46 DebugLoc CurDbgLocation; member in class:llvm::IRBuilderBase
110 CurDbgLocation = L;
115 DebugLoc getCurrentDebugLocation() const { return CurDbgLocation; }
120 if (!CurDbgLocation.isUnknown())
121 I->setDebugLoc(CurDbgLocation);

Completed in 17 milliseconds