OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MakeNaturalAlignAddrLValue
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCRuntime.cpp
71
LValue LV = CGF.
MakeNaturalAlignAddrLValue
(V, IvarTy);
CGOpenMPRuntimeGPU.cpp
3159
CGF.
MakeNaturalAlignAddrLValue
(BufferArrPtr, StaticTy), FD);
3259
CGF.
MakeNaturalAlignAddrLValue
(BufferArrPtr, StaticTy), FD);
3365
CGF.
MakeNaturalAlignAddrLValue
(BufferArrPtr, StaticTy), FD);
3465
CGF.
MakeNaturalAlignAddrLValue
(BufferArrPtr, StaticTy), FD);
CGClass.cpp
653
LHS = CGF.
MakeNaturalAlignAddrLValue
(ThisPtr, RecordTy);
674
LValue ThisRHSLV = CGF.
MakeNaturalAlignAddrLValue
(SrcPtr, RecordTy);
982
LValue SrcLV = CGF.
MakeNaturalAlignAddrLValue
(SrcPtr, RecordTy);
CGExpr.cpp
1323
return
MakeNaturalAlignAddrLValue
(Result, RetType);
2586
LValue LV = CGF.
MakeNaturalAlignAddrLValue
(ThisValue, TagType);
4194
LValue LambdaLV =
MakeNaturalAlignAddrLValue
(CXXABIThisValue, LambdaTagType);
4680
return
MakeNaturalAlignAddrLValue
(EmitDynamicCast(V, DCE), E->getType());
5033
return
MakeNaturalAlignAddrLValue
(EmitCXXTypeidExpr(E), E->getType());
CGStmt.cpp
2732
LValue Base =
MakeNaturalAlignAddrLValue
(CapturedStmtInfo->getContextValue(),
CodeGenFunction.cpp
198
LValue CodeGenFunction::
MakeNaturalAlignAddrLValue
(llvm::Value *V, QualType T) {
CodeGenFunction.h
2454
LValue
MakeNaturalAlignAddrLValue
(llvm::Value *V, QualType T);
3888
return CGF.
MakeNaturalAlignAddrLValue
(ValueAndIsReference.getPointer(),
ItaniumCXXABI.cpp
3012
LV = CGF.
MakeNaturalAlignAddrLValue
(CallVal, LValType);
4531
LValue srcLV = CGF.
MakeNaturalAlignAddrLValue
(Cast, CatchType);
CGOpenMPRuntime.cpp
649
LValue LV = CGF.
MakeNaturalAlignAddrLValue
(GV, Ty);
4508
LValue Base = CGF.
MakeNaturalAlignAddrLValue
(NewTaskNewTaskTTy,
5906
OrigLVal = CGF.
MakeNaturalAlignAddrLValue
(
6091
LValue ElemLVal = CGF.
MakeNaturalAlignAddrLValue
(GEP, RDType);
9164
CGF.
MakeNaturalAlignAddrLValue
(Addr, ElementType).getAddress(CGF),
12402
LValue LastIVLVal = CGF.
MakeNaturalAlignAddrLValue
(LastIV, IVLVal.getType());
CGCall.cpp
3450
EmitStoreOfComplex(RT,
MakeNaturalAlignAddrLValue
(&*AI, RetTy),
3459
MakeNaturalAlignAddrLValue
(&*AI, RetTy),
CGObjC.cpp
136
LValue LV =
MakeNaturalAlignAddrLValue
(Constant, IdTy);
CGStmtOpenMP.cpp
351
MakeNaturalAlignAddrLValue
(SrcAddrVal, CurField->getType());
376
CGF.
MakeNaturalAlignAddrLValue
(CastedPtr, Ctx.getPointerType(DstType))
CGBuiltin.cpp
175
LValue LV = CGF.
MakeNaturalAlignAddrLValue
(BC, E->getArg(0)->getType());
184
LValue LV = CGF.
MakeNaturalAlignAddrLValue
(Address, E->getType());
Completed in 185 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026