OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CreateStore
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBuilder.h
93
// Note that we intentionally hide the
CreateStore
APIs that don't
95
llvm::StoreInst *
CreateStore
(llvm::Value *Val, Address Addr,
112
return CGBuilderBaseTy::
CreateStore
(Val, Addr, IsVolatile);
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IRBuilder.h
1677
StoreInst *
CreateStore
(Value *Val, Value *Ptr, bool isVolatile = false) {
/src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
ir.go
1647
func (b Builder)
CreateStore
(val Value, p Value) (v Value) {
Completed in 30 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026