Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DLayoutOverrideSource.h26 struct Layout { struct
44 llvm::StringMap<Layout> Layouts; argument
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyClassDefinitionDumper.cpp34 ClassLayout Layout(Class); in start() local
38 void ClassDefinitionDumper::start(const ClassLayout &Layout) { in start()
47 void ClassDefinitionDumper::prettyPrintClassIntro(const ClassLayout &Layout) { in prettyPrintClassIntro()
91 void ClassDefinitionDumper::prettyPrintClassOutro(const ClassLayout &Layout) { in prettyPrintClassOutro()
H A DBytesOutputStyle.cpp203 auto Layout = File.getStreamLayout(StreamPDB); in dumpNameMap() local
233 auto Layout = File.getStreamLayout(StreamDBI); in dumpSectionContributions() local
244 auto Layout = File.getStreamLayout(StreamDBI); in dumpSectionMap() local
255 auto Layout = File.getStreamLayout(StreamDBI); in dumpModuleInfos() local
266 auto Layout = File.getStreamLayout(StreamDBI); in dumpFileInfo() local
277 auto Layout = File.getStreamLayout(StreamDBI); in dumpTypeServerMap() local
288 auto Layout = File.getStreamLayout(StreamDBI); in dumpECData() local
307 auto Layout = File.getStreamLayout(StreamIdx); in dumpTypeIndex() local
349 auto Layout = File.getStreamLayout(ModiStream); in iterateOneModule() local
387 const MSFStreamLayout &Layout) { in dumpModuleSyms()
[all …]
H A DPrettyClassLayoutGraphicalDumper.cpp34 bool PrettyClassLayoutGraphicalDumper::start(const UDTLayoutBase &Layout) { in start()
68 VTableLayoutItem &Layout = static_cast<VTableLayoutItem &>(*CurrentItem); in start() local
112 BaseClassLayout &Layout = static_cast<BaseClassLayout &>(*CurrentItem); in dump() local
154 DataMemberLayoutItem &Layout = in dump() local
H A DExplainOutputStyle.cpp122 const auto &Layout = File.pdb().getMsfLayout(); in isPdbStreamDirectoryBlock() local
127 const auto &Layout = File.pdb().getMsfLayout(); in getPdbBlockStreamIndex() local
200 const MSFLayout &Layout = File.pdb().getMsfLayout(); in explainPdbFpmBlockOffset() local
250 const auto &Layout = File.pdb().getStreamLayout(Stream); in explainPdbStreamOffset() local
278 const auto &Layout = File.pdb().getMsfLayout(); in explainPdbStreamDirectoryOffset() local
H A DPrettyTypeDumper.cpp122 auto Layout = std::make_unique<ClassLayout>(std::move(Class)); in filterAndSortClassDefs() local
264 auto Layout = std::make_unique<ClassLayout>(std::move(Class)); in start() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp45 MappedBlockStream(uint32_t BlockSize,const MSFStreamLayout & Layout,BinaryStreamRef MsfData,BumpPtrAllocator & Allocator) MappedBlockStream() argument
52 createStream(uint32_t BlockSize,const MSFStreamLayout & Layout,BinaryStreamRef MsfData,BumpPtrAllocator & Allocator) createStream() argument
59 createIndexedStream(const MSFLayout & Layout,BinaryStreamRef MsfData,uint32_t StreamIndex,BumpPtrAllocator & Allocator) createIndexedStream() argument
70 createDirectoryStream(const MSFLayout & Layout,BinaryStreamRef MsfData,BumpPtrAllocator & Allocator) createDirectoryStream() argument
80 createFpmStream(const MSFLayout & Layout,BinaryStreamRef MsfData,BumpPtrAllocator & Allocator) createFpmStream() argument
310 WritableMappedBlockStream(uint32_t BlockSize,const MSFStreamLayout & Layout,WritableBinaryStreamRef MsfData,BumpPtrAllocator & Allocator) WritableMappedBlockStream() argument
317 createStream(uint32_t BlockSize,const MSFStreamLayout & Layout,WritableBinaryStreamRef MsfData,BumpPtrAllocator & Allocator) createStream() argument
325 createIndexedStream(const MSFLayout & Layout,WritableBinaryStreamRef MsfData,uint32_t StreamIndex,BumpPtrAllocator & Allocator) createIndexedStream() argument
338 createDirectoryStream(const MSFLayout & Layout,WritableBinaryStreamRef MsfData,BumpPtrAllocator & Allocator) createDirectoryStream() argument
347 createFpmStream(const MSFLayout & Layout,WritableBinaryStreamRef MsfData,BumpPtrAllocator & Allocator,bool AltFpm) createFpmStream() argument
[all...]
H A DMSFBuilder.cpp313 static void commitFpm(WritableBinaryStream &MsfBuffer, const MSFLayout &Layout, in commitFpm()
339 MSFLayout &Layout) { in commit()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DASanStackFrameLayout.cpp66 ASanStackFrameLayout Layout; in ComputeASanStackFrameLayout() local
116 const ASanStackFrameLayout &Layout) { in GetShadowBytes()
135 const ASanStackFrameLayout &Layout) { in GetShadowBytesAfterScope()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp141 CharUnits getFieldOffset(const ASTRecordLayout &Layout, in getFieldOffset()
192 const ASTRecordLayout &Layout = Context.getASTRecordLayout(BaseDecl); in ComputeEmptySubobjectSizes() local
216 const ASTRecordLayout &Layout = Context.getASTRecordLayout(MemberDecl); in ComputeEmptySubobjectSizes() local
280 const ASTRecordLayout &Layout = Context.getASTRecordLayout(Info->Class); in CanPlaceBaseSubobjectAtOffset() local
328 const ASTRecordLayout &Layout = Context.getASTRecordLayout(Info->Class); in UpdateEmptyBaseSubobjects() local
383 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in CanPlaceFieldSubobjectAtOffset() local
441 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in CanPlaceFieldSubobjectAtOffset() local
490 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in UpdateEmptyFieldSubobjects() local
541 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in UpdateEmptyFieldSubobjects() local
931 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in ComputeBaseSubobjectInfo() local
[all …]
H A DVTTBuilder.cpp69 const ASTRecordLayout &Layout = Ctx.getASTRecordLayout(RD); in LayoutSecondaryVTTs() local
116 const ASTRecordLayout &Layout = Ctx.getASTRecordLayout(RD); in LayoutSecondaryVirtualPointers() local
H A DVTableBuilder.cpp244 const ASTRecordLayout &Layout = Context.getASTRecordLayout(Element.Class); in ComputeBaseOffset() local
364 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in ComputeBaseOffsets() local
381 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in dump() local
618 const ASTRecordLayout &Layout = Context.getASTRecordLayout(Base.getBase()); in AddVCallAndVBaseOffsets() local
688 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in AddVCallOffsets() local
1411 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in IsOverriderUsed() local
1485 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in AddMethods() local
1759 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in LayoutPrimaryAndSecondaryVTables() local
1795 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in LayoutSecondaryVTables() local
1846 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in DeterminePrimaryVirtualBases() local
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.h55 const ModuleInfoHeader *Layout = nullptr; variable
H A DDbiModuleDescriptorBuilder.h152 ModuleInfoHeader Layout; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp234 const msf::MSFLayout &Layout) { in commitSrcHeaderBlock()
254 const msf::MSFLayout &Layout) { in commitInjectedSources()
278 MSFLayout Layout; in commit() local
H A DInfoStreamBuilder.cpp56 Error InfoStreamBuilder::commit(const msf::MSFLayout &Layout, in commit()
H A DLinePrinter.cpp143 const msf::MSFStreamLayout &Layout) { in computeBlockRuns()
213 auto Layout = File.getStreamLayout(StreamIdx); in formatMsfStreamData() local
H A DTpiStreamBuilder.cpp172 Error TpiStreamBuilder::commit(const msf::MSFLayout &Layout, in commit()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DCBufferDataLayout.cpp74 LegacyStructLayout &Layout = getStructLayout(ST); in getTypeAllocSize() local
99 LegacyStructLayout Layout; in getStructLayout() local
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DVisitor.h83 StringRef Layout; variable
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DPointer.cpp203 const ASTRecordLayout &Layout = ASTCtx.getASTRecordLayout(FD->getParent()); in toAPValue() local
273 const ASTRecordLayout &Layout = ASTCtx.getASTRecordLayout( in toAPValue() local
828 const ASTRecordLayout &Layout = ASTCtx.getASTRecordLayout(FD->getParent()); in atOffset() local
856 const ASTRecordLayout &Layout = ASTCtx.getASTRecordLayout(R->getDecl()); in baseCast() local
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DM68k.cpp31 std::string Layout; in M68kTargetInfo() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DStackProtector.h47 SSPLayoutMap Layout; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DMips.cpp165 const ASTRecordLayout &Layout = getContext().getASTRecordLayout(RD); in HandleAggregates() local
269 const ASTRecordLayout &Layout = getContext().getASTRecordLayout(RD); in returnAggregateInRegs() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp445 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in CollectFields() local
518 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in getBaseTypeInfoHelper() local

1234