Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h173 void ClearInsertionPoint() { in ClearInsertionPoint() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCMac.cpp4949 bool ClearInsertionPoint) { in EmitThrowStmt()
7840 bool ClearInsertionPoint) { in EmitThrowStmt()
H A DCGObjCGNU.cpp3948 bool ClearInsertionPoint) { in EmitThrowStmt()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1348 func (b Builder) ClearInsertionPoint() { C.LLVMClearInsertionPosition(b.C) } func