Home
last modified time | relevance | path

Searched defs:Layout (Results 1 – 25 of 80) 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.cpp35 bool PrettyClassLayoutGraphicalDumper::start(const UDTLayoutBase &Layout) { in start()
69 VTableLayoutItem &Layout = static_cast<VTableLayoutItem &>(*CurrentItem); in start() local
113 BaseClassLayout &Layout = static_cast<BaseClassLayout &>(*CurrentItem); in dump() local
155 DataMemberLayoutItem &Layout = in dump() local
H A DExplainOutputStyle.cpp123 return llvm::is_contained(Layout.DirectoryBlocks, pdbBlockIndex()); in isPdbStreamDirectoryBlock() local
128 for (const auto &Entry : enumerate(Layout.StreamMap)) { in getPdbBlockStreamIndex() local
201 uint32_t MainFpm = Layout.mainFpmBlock(); in explainPdbFpmBlockOffset() local
251 const auto &Layout = File.pdb().getStreamLayout(Stream); explainPdbStreamOffset() local
279 const auto &Layout = File.pdb().getMsfLayout(); explainPdbStreamDirectoryOffset() local
[all...]
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.cpp312 commitFpm(WritableBinaryStream & MsfBuffer,const MSFLayout & Layout,BumpPtrAllocator & Allocator) commitFpm() argument
338 commit(StringRef Path,MSFLayout & Layout) commit() argument
[all...]
/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.cpp143 getFieldOffset(const ASTRecordLayout &Layout, unsigned FieldNo) const { in getFieldOffset() argument
193 const ASTRecordLayout &Layout = Context.getASTRecordLayout(BaseDecl); in ComputeEmptySubobjectSizes() local
217 const ASTRecordLayout &Layout = Context.getASTRecordLayout(MemberDecl); in ComputeEmptySubobjectSizes() local
281 const ASTRecordLayout &Layout = Context.getASTRecordLayout(Info->Class); in CanPlaceBaseSubobjectAtOffset() local
331 const ASTRecordLayout &Layout = Context.getASTRecordLayout(Info->Class); in UpdateEmptyBaseSubobjects() local
388 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in CanPlaceFieldSubobjectAtOffset() local
449 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in CanPlaceFieldSubobjectAtOffset() local
499 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in UpdateEmptyFieldSubobjects() local
553 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in UpdateEmptyFieldSubobjects() local
943 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in ComputeBaseSubobjectInfo() local
[all …]
H A DVTTBuilder.cpp70 const ASTRecordLayout &Layout = Ctx.getASTRecordLayout(RD); in LayoutSecondaryVTTs() local
117 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
1410 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in IsOverriderUsed() local
1484 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in AddMethods() local
1757 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in LayoutPrimaryAndSecondaryVTables() local
1793 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in LayoutSecondaryVTables() local
1844 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in DeterminePrimaryVirtualBases() local
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.h53 const ModuleInfoHeader *Layout = nullptr; variable
H A DDbiModuleDescriptorBuilder.h151 ModuleInfoHeader Layout; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp233 commitSrcHeaderBlock(WritableBinaryStream & MsfBuffer,const msf::MSFLayout & Layout) commitSrcHeaderBlock() argument
253 commitInjectedSources(WritableBinaryStream & MsfBuffer,const msf::MSFLayout & Layout) commitInjectedSources() argument
276 MSFLayout Layout; commit() local
[all...]
H A DInfoStreamBuilder.cpp56 commit(const msf::MSFLayout & Layout,WritableBinaryStreamRef Buffer) const commit() argument
H A DLinePrinter.cpp144 const msf::MSFStreamLayout &Layout) { in computeBlockRuns()
214 auto Layout = File.getStreamLayout(StreamIdx); in formatMsfStreamData() local
H A DTpiStreamBuilder.cpp172 commit(const msf::MSFLayout & Layout,WritableBinaryStreamRef Buffer) commit() argument
/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/Basic/Targets/
H A DM68k.cpp33 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.cpp148 const ASTRecordLayout &Layout = getContext().getASTRecordLayout(RD); in HandleAggregates() local
251 const ASTRecordLayout &Layout = getContext().getASTRecordLayout(RD); in returnAggregateInRegs() local
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.cpp156 const ASTRecordLayout &Layout = ASTCtx.getASTRecordLayout(FD->getParent()); in toAPValue() local
196 const ASTRecordLayout &Layout = ASTCtx.getASTRecordLayout( in toAPValue() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp355 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in CollectFields() local
428 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in getBaseTypeInfoHelper() local

1234