OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StructType
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXLowerArgs.cpp
235
Type *
StructType
= PType->getElementType();
269
Arg, PointerType::get(
StructType
, ADDRESS_SPACE_PARAM), Arg->getName(),
281
AllocaInst *AllocA = new AllocaInst(
StructType
, AS, Arg->getName(), FirstInst);
286
.getValueOr(DL.getPrefTypeAlign(
StructType
)));
290
Arg, PointerType::get(
StructType
, ADDRESS_SPACE_PARAM), Arg->getName(),
296
new LoadInst(
StructType
, ArgInParam, Arg->getName(),
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DerivedTypes.h
197
/// the
StructType
::get() forms.
204
///
StructType
::create() forms.
212
class
StructType
: public Type {
213
StructType
(LLVMContext &C) : Type(C, StructTyID) {}
230
StructType
(const
StructType
&) = delete;
231
StructType
&operator=(const
StructType
&) = delete;
234
static
StructType
*create(LLVMContext &Context, StringRef Name);
235
static
StructType
*create(LLVMContext &Context)
[
all
...]
/src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
ir.go
612
func (c Context)
StructType
(elementTypes []Type, packed bool) (t Type) {
626
func
StructType
(elementTypes []Type, packed bool) (t Type) {
/src/sys/dev/ic/
aacreg.h
976
u_int8_t
StructType
;
Completed in 34 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026