Home
last modified time | relevance | path

Searched refs:getCurrentDebugLocation (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h123 DebugLoc getCurrentDebugLocation() const { return CurDbgLocation; } in getCurrentDebugLocation() function
209 DbgLoc(B.getCurrentDebugLocation()) {} in InsertPointGuard()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp70 OriginalLocation = CGF.Builder.getCurrentDebugLocation(); in ApplyDebugLocation()
81 OriginalLocation = CGF.Builder.getCurrentDebugLocation(); in ApplyDebugLocation()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DCore.cpp2191 unwrap(Builder)->getCurrentDebugLocation().getAsMDNode(Context))); in LLVMGetCurrentDebugLocation()