Home
last modified time | relevance | path

Searched defs:Layout (Results 1 – 25 of 48) sorted by relevance

12

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Frontend/
DLayoutOverrideSource.h27 struct Layout { struct
39 llvm::StringMap<Layout> Layouts; argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGRecordLayoutBuilder.cpp203 void CGRecordLayoutBuilder::Layout(const RecordDecl *D) { in Layout() function in CGRecordLayoutBuilder
204 const ASTRecordLayout &Layout = Types.getContext().getASTRecordLayout(D); in Layout() local
266 bool CGRecordLayoutBuilder::LayoutBitfields(const ASTRecordLayout &Layout, in LayoutBitfields()
443 const ASTRecordLayout &Layout) { in LayoutUnionField()
598 const ASTRecordLayout &Layout) { in MSLayoutVirtualBases()
620 const ASTRecordLayout &Layout) { in LayoutVirtualBases()
651 const ASTRecordLayout &Layout) { in LayoutNonVirtualBases()
712 const ASTRecordLayout &Layout = Types.getContext().getASTRecordLayout(RD); in ComputeNonVirtualBaseType() local
754 const ASTRecordLayout &Layout = Types.getContext().getASTRecordLayout(D); in LayoutFields() local
944 const CGRecordLayout &Layout = Types.getCGRecordLayout(RD); in CheckZeroInitializable() local
[all …]
DCodeGenTBAA.cpp188 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in CollectFields() local
252 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in getTBAAStructTypeInfo() local
DCodeGenTypes.cpp667 CGRecordLayout *Layout = ComputeRecordLayout(RD, Ty); in ConvertRecordDeclType() local
694 const CGRecordLayout *Layout = CGRecordLayouts.lookup(Key); in getCGRecordLayout() local
DCGExprConstant.cpp351 const ASTRecordLayout &Layout = CGM.getContext().getASTRecordLayout(RD); in Build() local
409 const ASTRecordLayout &Layout = CGM.getContext().getASTRecordLayout(RD); in Build() local
476 const ASTRecordLayout &Layout = CGM.getContext().getASTRecordLayout(RD); in Finalize() local
1265 const ASTRecordLayout &Layout = CGM.getContext().getASTRecordLayout(RD); in FillInNullDataMemberPointers() local
/freebsd-10-stable/contrib/llvm/lib/MC/
DMCAssembler.cpp355 bool MCAssembler::evaluateFixup(const MCAsmLayout &Layout, in evaluateFixup()
425 uint64_t MCAssembler::computeFragmentSize(const MCAsmLayout &Layout, in computeFragmentSize()
536 static void writeFragment(const MCAssembler &Asm, const MCAsmLayout &Layout, in writeFragment()
738 uint64_t MCAssembler::handleFixup(const MCAsmLayout &Layout, in handleFixup()
759 MCAsmLayout Layout(*this); in Finish() local
856 bool MCAssembler::relaxInstruction(MCAsmLayout &Layout, in relaxInstruction()
889 bool MCAssembler::relaxLEB(MCAsmLayout &Layout, MCLEBFragment &LF) { in relaxLEB()
906 bool MCAssembler::relaxDwarfLineAddr(MCAsmLayout &Layout, in relaxDwarfLineAddr()
924 bool MCAssembler::relaxDwarfCallFrameFragment(MCAsmLayout &Layout, in relaxDwarfCallFrameFragment()
940 bool MCAssembler::layoutSectionOnce(MCAsmLayout &Layout, MCSectionData &SD) { in layoutSectionOnce()
[all …]
DMCExpr.cpp431 const MCAsmLayout &Layout, in EvaluateAsAbsolute()
441 const MCAsmLayout *Layout, in EvaluateAsAbsolute()
465 const MCAsmLayout *Layout, in AttemptToFoldSymbolOffsetDifference()
545 const MCAsmLayout *Layout, in EvaluateSymbolicAdd()
611 const MCAsmLayout *Layout, in EvaluateAsRelocatableImpl()
DELFObjectWriter.cpp469 const MCAsmLayout &Layout) { in SymbolValue()
498 const MCAsmLayout &Layout) { in ExecutePostLayoutBinding()
538 const MCAsmLayout &Layout) { in WriteSymbol()
579 const MCAsmLayout &Layout, in WriteSymbolTable()
703 const MCAsmLayout &Layout, in RecordRelocation()
1001 MCAsmLayout &Layout, in CreateRelocationSections()
1040 void ELFObjectWriter::WriteRelocations(MCAssembler &Asm, MCAsmLayout &Layout, in WriteRelocations()
1143 MCAsmLayout &Layout, in CreateMetadataSections()
1238 MCAsmLayout &Layout, in CreateIndexedSections()
1404 uint64_t ELFObjectWriter::GetSectionFileSize(const MCAsmLayout &Layout, in GetSectionFileSize()
[all …]
DMachObjectWriter.cpp199 const MCAsmLayout &Layout, in WriteSection()
305 const MCAsmLayout &Layout) { in WriteNlist()
416 const MCAsmLayout &Layout, in RecordRelocation()
605 const MCAsmLayout &Layout) { in computeSectionAddresses()
622 const MCAsmLayout &Layout) { in markAbsoluteVariableSymbols()
642 const MCAsmLayout &Layout) { in ExecutePostLayoutBinding()
737 const MCAsmLayout &Layout) { in WriteObject()
DWinCOFFObjectWriter.cpp403 const MCAsmLayout &Layout) { in DefineSymbol()
613 const MCAsmLayout &Layout) { in ExecutePostLayoutBinding()
630 const MCAsmLayout &Layout, in RecordRelocation()
705 const MCAsmLayout &Layout) { in WriteObject()
/freebsd-10-stable/contrib/llvm/lib/Target/R600/MCTargetDesc/
DAMDGPUAsmBackend.cpp27 const MCAsmLayout &Layout) { in ExecutePostLayoutBinding()
31 const MCAsmLayout &Layout, in RecordRelocation()
67 const MCAsmLayout &Layout) { in WriteObject()
/freebsd-10-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp64 const MCAssembler &Asm, const MCAsmLayout &Layout, in RecordRelocation()
102 const MCAsmLayout &Layout, in RecordX86_64Relocation()
359 const MCAsmLayout &Layout, in RecordScatteredRelocation()
451 const MCAsmLayout &Layout, in RecordTLVPRelocation()
498 const MCAsmLayout &Layout, in RecordX86Relocation()
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp45 const MCAsmLayout &Layout, const MCFragment *Fragment, in RecordRelocation()
177 static uint32_t getFixupOffset(const MCAsmLayout &Layout, in getFixupOffset()
193 MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, in RecordScatteredRelocation()
305 MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, in RecordPPCRelocation()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DRecordLayoutBuilder.cpp97 getFieldOffset(const ASTRecordLayout &Layout, unsigned FieldNo) const { in getFieldOffset() argument
149 const ASTRecordLayout &Layout = Context.getASTRecordLayout(BaseDecl); in ComputeEmptySubobjectSizes() local
175 const ASTRecordLayout &Layout = Context.getASTRecordLayout(MemberDecl); in ComputeEmptySubobjectSizes() local
239 const ASTRecordLayout &Layout = Context.getASTRecordLayout(Info->Class); in CanPlaceBaseSubobjectAtOffset() local
290 const ASTRecordLayout &Layout = Context.getASTRecordLayout(Info->Class); in UpdateEmptyBaseSubobjects() local
348 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in CanPlaceFieldSubobjectAtOffset() local
415 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in CanPlaceFieldSubobjectAtOffset() local
460 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in UpdateEmptyFieldSubobjects() local
517 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in UpdateEmptyFieldSubobjects() local
896 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in ComputeBaseSubobjectInfo() local
[all …]
DVTTBuilder.cpp69 const ASTRecordLayout &Layout = Ctx.getASTRecordLayout(RD); in LayoutSecondaryVTTs() local
117 const ASTRecordLayout &Layout = Ctx.getASTRecordLayout(RD); in LayoutSecondaryVirtualPointers() local
DItaniumCXXABI.cpp73 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in isNearlyEmpty() local
DVTableBuilder.cpp237 const ASTRecordLayout &Layout = Context.getASTRecordLayout(Element.Class); in ComputeBaseOffset() local
358 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in ComputeBaseOffsets() local
375 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in dump() local
609 const ASTRecordLayout &Layout = Context.getASTRecordLayout(Base.getBase()); in AddVCallAndVBaseOffsets() local
670 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in AddVCallOffsets() local
1391 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in IsOverriderUsed() local
1470 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in AddMethods() local
1723 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in LayoutPrimaryAndSecondaryVTables() local
1759 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in LayoutSecondaryVTables() local
1811 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in DeterminePrimaryVirtualBases() local
[all …]
DMicrosoftCXXABI.cpp63 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in isNearlyEmpty() local
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp148 const MCAsmLayout &Layout, in RecordARMScatteredHalfRelocation()
253 const MCAsmLayout &Layout, in RecordARMScatteredRelocation()
356 const MCAsmLayout &Layout, in RecordRelocation()
/freebsd-10-stable/contrib/llvm/lib/Target/R600/
DAMDGPUTargetMachine.h31 const DataLayout Layout; variable
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
DStackProtector.h66 SSPLayoutMap Layout; variable
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/
DNVPTXMCExpr.h66 const MCAsmLayout *Layout) const { in EvaluateAsRelocatableImpl()
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
DMCAsmBackend.h106 const MCAsmLayout &Layout, in processFixupValue()
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcAsmBackend.cpp148 const MCAsmLayout &Layout, in processFixupValue()
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp202 A64Layout::VectorLayout Layout; member
891 A64Layout::VectorLayout Layout, in CreateVectorList()
1614 StringRef &Layout, in IdentifyRegister()
1717 StringRef Layout; in ParseRegister() local
1845 StringRef Layout; in ParseLSXAddressOperand() local
1963 StringRef &Layout, SMLoc &LayoutLoc) { in TryParseVector()
2067 A64Layout::VectorLayout Layout = A64StringToVectorLayout(LayoutStr); in ParseVectorList() local

12