Searched defs:FieldIndex (Results 1 – 11 of 11) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuilder.h | 342 CreatePreserveStructAccessIndex(Address Addr,unsigned Index,unsigned FieldIndex,llvm::MDNode * DbgInfo) CreatePreserveStructAccessIndex() argument
|
H A D | CGBlocks.h | 139 unsigned FieldIndex; variable
|
H A D | CGClass.cpp | 1812 unsigned FieldIndex = Field->getFieldIndex(); PushCleanupForField() local
|
H A D | CGOpenMPRuntime.cpp | 7425 unsigned FieldIndex = FD->getFieldIndex(); generateInfoForComponentList() local 7716 unsigned FieldIndex = RL.getNonVirtualBaseLLVMFieldNo(Base); getPlainLayout() local 7725 unsigned FieldIndex = RL.getVirtualBaseIndex(Base); getPlainLayout() local 7736 unsigned FieldIndex = RL.getLLVMFieldNo(Field); getPlainLayout() local [all...] |
H A D | CGCall.cpp | 3011 auto FieldIndex = ArgI.getInAllocaFieldIndex(); EmitFunctionProlog() local
|
H A D | CGExpr.cpp | 4674 getDebugInfoFIndex(const RecordDecl * Rec,unsigned FieldIndex) getDebugInfoFIndex() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/CodeGen/ |
H A D | CGFunctionInfo.h | 439 void setInAllocaFieldIndex(unsigned FieldIndex) { in setInAllocaFieldIndex() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpBuiltin.cpp | 879 unsigned FieldIndex = MemberDecl->getFieldIndex(); InterpretOffsetOf() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 1262 Type *ElTy, Value *Base, unsigned Index, unsigned FieldIndex, in CreatePreserveUnionAccessIndex() argument 1281 CreatePreserveStructAccessIndex(Type * ElTy,Value * Base,unsigned Index,unsigned FieldIndex,MDNode * DbgInfo) CreatePreserveStructAccessIndex() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | MasmParser.cpp | 4196 size_t FieldIndex = 0; parseStructInitializer() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaInit.cpp | 2754 unsigned FieldIndex = NumBases; CheckDesignatedInitializer() local [all...] |