OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getTypeAllocSize
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
SwiftCallingConv.cpp
59
static CharUnits
getTypeAllocSize
(CodeGenModule &CGM, llvm::Type *type) {
60
return CharUnits::fromQuantity(CGM.getDataLayout().
getTypeAllocSize
(type));
599
lastEnd = entry.Begin +
getTypeAllocSize
(CGM, entry.Type);
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DataLayout.h
498
TypeSize
getTypeAllocSize
(Type *Ty) const {
512
return 8 *
getTypeAllocSize
(Ty);
Completed in 15 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026