Home
last modified time | relevance | path

Searched defs:CreateGEP (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/lib/CodeGen/
DShadowStackGCLowering.cpp256 GetElementPtrInst *ShadowStackGCLowering::CreateGEP(LLVMContext &Context, in CreateGEP() function in ShadowStackGCLowering
271 GetElementPtrInst *ShadowStackGCLowering::CreateGEP(LLVMContext &Context, in CreateGEP() function in ShadowStackGCLowering
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DShadowStackGCLowering.cpp256 GetElementPtrInst *ShadowStackGCLowering::CreateGEP(LLVMContext &Context, in CreateGEP() function in ShadowStackGCLowering
271 GetElementPtrInst *ShadowStackGCLowering::CreateGEP(LLVMContext &Context, in CreateGEP() function in ShadowStackGCLowering
/external/llvm/lib/CodeGen/
DShadowStackGCLowering.cpp353 GetElementPtrInst *ShadowStackGCLowering::CreateGEP(LLVMContext &Context, in CreateGEP() function in ShadowStackGCLowering
368 GetElementPtrInst *ShadowStackGCLowering::CreateGEP(LLVMContext &Context, in CreateGEP() function in ShadowStackGCLowering
/external/llvm/bindings/go/llvm/
Dir.go1489 func (b Builder) CreateGEP(p Value, indices []Value, name string) (v Value) { func
/external/llvm-project/llvm/bindings/go/llvm/
Dir.go1651 func (b Builder) CreateGEP(p Value, indices []Value, name string) (v Value) { func