OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTypeAllocSizeInBits
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/Target/
TargetData.h
230
///
getTypeAllocSizeInBits
- Return the offset in bits between successive
234
uint64_t
getTypeAllocSizeInBits
(Type* Ty) const {
/external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp
[
all
...]
/external/llvm/lib/Target/
TargetData.cpp
400
return
getTypeAllocSizeInBits
(ATy->getElementType())*ATy->getNumElements();
/external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp
[
all
...]
/external/llvm/lib/Analysis/
ConstantFolding.cpp
373
TD.
getTypeAllocSizeInBits
(LoadTy));
[
all
...]
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
[
all
...]
Completed in 103 milliseconds