OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ByVal
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Target/
TargetCallingConv.h
35
static const uint64_t
ByVal
= 1ULL<<4; ///< Struct passed by value
68
bool isByVal() const { return Flags &
ByVal
; }
/external/llvm/include/llvm/IR/
Attributes.h
72
ByVal
, ///< Pass structure by value
/external/llvm/lib/Target/Mips/
MipsISelLowering.cpp
[
all
...]
Completed in 1129 milliseconds