OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StructLayout
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/IR/
DataLayout.cpp
41
// Support for
StructLayout
44
StructLayout
::
StructLayout
(StructType *ST, const DataLayout &DL) {
78
unsigned
StructLayout
::getElementContainingOffset(uint64_t Offset) const {
411
typedef DenseMap<StructType*,
StructLayout
*> LayoutInfoTy;
419
StructLayout
*Value = I->second;
420
Value->~
StructLayout
();
425
StructLayout
*&operator[](StructType *STy) {
445
const
StructLayout
*DataLayout::getStructLayout(StructType *Ty) const {
450
StructLayout
*&SL = (*STM)[Ty]
[
all
...]
/external/llvm/include/llvm/IR/
DataLayout.h
36
class
StructLayout
;
122
// The StructType ->
StructLayout
map.
376
/// getStructLayout - Return a
StructLayout
object, indicating the alignment
379
const
StructLayout
*getStructLayout(StructType *Ty) const;
404
///
StructLayout
- used to lazily calculate structure layout information for a
407
class
StructLayout
{
442
StructLayout
(StructType *ST, const DataLayout &DL);
Completed in 2350 milliseconds