Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DIRBuilder.h63 void ClearInsertionPoint() { in ClearInsertionPoint() function
/external/llvm/include/llvm/IR/
DIRBuilder.h98 void ClearInsertionPoint() { in ClearInsertionPoint() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIRBuilder.h116 void ClearInsertionPoint() { in ClearInsertionPoint() function
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp2702 bool ClearInsertionPoint) { in EmitThrowStmt()
DCGObjCMac.cpp4347 bool ClearInsertionPoint) { in EmitThrowStmt()
7218 bool ClearInsertionPoint) { in EmitThrowStmt()
/external/llvm/bindings/go/llvm/
Dir.go1202 func (b Builder) ClearInsertionPoint() { C.LLVMClearInsertionPosition(b.C) } func
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go1255 func (b Builder) ClearInsertionPoint() { C.LLVMClearInsertionPosition(b.C) } func