OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ConstantDataArray
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Constants.h
381
/// such as \a
ConstantDataArray
-- but are not subclasses of this because they
566
/// This is the common base class of
ConstantDataArray
and ConstantDataVector.
595
///
ConstantDataArray
only works with normal float and int types that are
677
class
ConstantDataArray
final : public ConstantDataSequential {
680
explicit
ConstantDataArray
(Type *ty, const char *Data)
684
ConstantDataArray
(const
ConstantDataArray
&) = delete;
700
return
ConstantDataArray
::get(Context, makeArrayRef(Elts));
/src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.ml
311
|
ConstantDataArray
llvm_ocaml.c
641
ConstantDataArray
,
669
DEFINE_CASE(Val,
ConstantDataArray
);
Completed in 35 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026