OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StructSize
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/IR/
DataLayout.h
476
uint64_t
StructSize
;
482
uint64_t getSizeInBytes() const { return
StructSize
; }
484
uint64_t getSizeInBits() const { return 8 *
StructSize
; }
/external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp
[
all
...]
Completed in 4004 milliseconds