OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:storeImpl
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/IR/
MetadataImpl.h
29
template <class T> T *MDNode::
storeImpl
(T *N, StorageType Storage) {
43
T *MDNode::
storeImpl
(T *N, StorageType Storage, StoreT &Store) {
DebugInfoMetadata.cpp
63
return
storeImpl
(new (Ops.size())
180
return
storeImpl
(new (DwarfOps.size() + 1) GenericDINode(
205
return
storeImpl
(new (array_lengthof(OPS)) \
209
return
storeImpl
(new (0u) CLASS(Context, Storage, UNWRAP_ARGS(ARGS)), \
212
return
storeImpl
(new (array_lengthof(OPS)) CLASS(Context, Storage, OPS), \
374
return
storeImpl
(new (array_lengthof(Ops)) DICompileUnit(
Metadata.cpp
790
return
storeImpl
(new (MDs.size()) MDTuple(Context, Storage, Hash, MDs),
[
all
...]
/external/llvm/include/llvm/IR/
Metadata.h
951
static T *
storeImpl
(T *N, StorageType Storage, StoreT &Store);
952
template <class T> static T *
storeImpl
(T *N, StorageType Storage);
[
all
...]
Completed in 689 milliseconds