Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDCGDebugInfo.cpp67 assert(Builder.getCurrentDebugLocation().isUnknown()); in ~NoLocation()
95 assert(Builder.getCurrentDebugLocation().getLine() == 0); in ~ArtificialLocation()
2556 if (!Builder.getCurrentDebugLocation().isUnknown() && in EmitLocation()
2557 Builder.getCurrentDebugLocation().getScope(CGM.getLLVMContext()) == in EmitLocation()
/trueos/contrib/llvm/include/llvm/IR/
HDIRBuilder.h123 DebugLoc getCurrentDebugLocation() const { return CurDbgLocation; } in getCurrentDebugLocation() function
209 DbgLoc(B.getCurrentDebugLocation()) {} in InsertPointGuard()
/trueos/contrib/llvm/lib/IR/
HDCore.cpp1930 return wrap(unwrap(Builder)->getCurrentDebugLocation() in LLVMGetCurrentDebugLocation()