OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsPacked
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Linker/
IRMover.h
28
bool
IsPacked
;
54
StructType *findNonOpaque(ArrayRef<Type *> ETypes, bool
IsPacked
);
/external/llvm/lib/Linker/
IRMover.cpp
167
DSTy->
isPacked
() != SSTy->
isPacked
())
202
DstSTy->setBody(Elements, SrcSTy->
isPacked
());
211
DTy->setBody(ETypes, STy->
isPacked
());
304
bool
IsPacked
= STy->
isPacked
();
306
return *Entry = StructType::get(Ty->getContext(), ElementTypes,
IsPacked
);
315
DstStructTypesSet.findNonOpaque(ElementTypes,
IsPacked
)) {
[
all
...]
Completed in 545 milliseconds