OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addTypedData
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
SwiftCallingConv.h
63
void
addTypedData
(QualType type, CharUnits begin);
64
void
addTypedData
(const RecordDecl *record, CharUnits begin);
65
void
addTypedData
(const RecordDecl *record, CharUnits begin,
67
void
addTypedData
(llvm::Type *type, CharUnits begin);
68
void
addTypedData
(llvm::Type *type, CharUnits begin, CharUnits end);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
SwiftCallingConv.cpp
63
void SwiftAggLowering::
addTypedData
(QualType type, CharUnits begin) {
68
addTypedData
(recType->getDecl(), begin);
80
addTypedData
(eltType, begin + i * eltSize);
88
addTypedData
(eltLLVMType, begin, begin + eltSize);
89
addTypedData
(eltLLVMType, begin + eltSize, begin + 2 * eltSize);
102
addTypedData
(atomicType->getValueType(), begin);
114
addTypedData
(llvmType, begin);
118
void SwiftAggLowering::
addTypedData
(const RecordDecl *record, CharUnits begin) {
119
addTypedData
(record, begin, CGM.getContext().getASTRecordLayout(record));
122
void SwiftAggLowering::
addTypedData
(const RecordDecl *record, CharUnits begin
[
all
...]
Completed in 44 milliseconds
Indexes created Tue Jun 23 00:25:03 UTC 2026