Home
last modified time | relevance | path

Searched defs:ClearInsertionPoint (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/IR/
DIRBuilder.h76 void ClearInsertionPoint() { in ClearInsertionPoint() function
/external/clang/lib/CodeGen/
DCGObjCMac.cpp4280 bool ClearInsertionPoint) { in EmitThrowStmt()
7140 bool ClearInsertionPoint) { in EmitThrowStmt()
DCGObjCGNU.cpp2693 bool ClearInsertionPoint) { in EmitThrowStmt()
/external/llvm/bindings/go/llvm/
Dir.go1202 func (b Builder) ClearInsertionPoint() { C.LLVMClearInsertionPosition(b.C) } func