Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DIRBuilder.h73 void ClearInsertionPoint() { in ClearInsertionPoint() function
/external/clang/lib/CodeGen/
DCGObjCMac.cpp4060 bool ClearInsertionPoint) { in EmitThrowStmt()
6946 bool ClearInsertionPoint) { in EmitThrowStmt()
DCGObjCGNU.cpp2666 bool ClearInsertionPoint) { in EmitThrowStmt()
/external/llvm/bindings/go/llvm/
Dir.go1194 func (b Builder) ClearInsertionPoint() { C.LLVMClearInsertionPosition(b.C) } func