Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/include/llvm/IR/
H A DIRBuilder.h98 void ClearInsertionPoint() { in ClearInsertionPoint() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DIRBuilder.h169 void ClearInsertionPoint() { in ClearInsertionPoint() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DIRBuilder.h169 void ClearInsertionPoint() { in ClearInsertionPoint() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DIRBuilder.h169 void ClearInsertionPoint() { in ClearInsertionPoint() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DIRBuilder.h169 void ClearInsertionPoint() { in ClearInsertionPoint() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DIRBuilder.h169 void ClearInsertionPoint() { in ClearInsertionPoint() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DIRBuilder.h121 void ClearInsertionPoint() { in ClearInsertionPoint() function
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp4347 bool ClearInsertionPoint) { in EmitThrowStmt()
7218 bool ClearInsertionPoint) { in EmitThrowStmt()
H A DCGObjCGNU.cpp2702 bool ClearInsertionPoint) { in EmitThrowStmt()
/aosp_15_r20/external/llvm/bindings/go/llvm/
H A Dir.go1202 func (b Builder) ClearInsertionPoint() { C.LLVMClearInsertionPosition(b.C) } func