Home
last modified time | relevance | path

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

12345

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DLayoutOverrideSource.h26 struct Layout { struct
38 llvm::StringMap<Layout> Layouts; argument
/llvm-project-15.0.7/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 const auto &Layout = File.pdb().getMsfLayout(); in isPdbStreamDirectoryBlock() local
128 const auto &Layout = File.pdb().getMsfLayout(); in getPdbBlockStreamIndex() local
201 const MSFLayout &Layout = File.pdb().getMsfLayout(); in explainPdbFpmBlockOffset() local
251 const auto &Layout = File.pdb().getStreamLayout(Stream); in explainPdbStreamOffset() local
279 const auto &Layout = File.pdb().getMsfLayout(); in explainPdbStreamDirectoryOffset() local
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCAssembler.cpp196 bool MCAssembler::evaluateFixup(const MCAsmLayout &Layout, in evaluateFixup()
809 void MCAssembler::layout(MCAsmLayout &Layout) { in layout()
937 MCAsmLayout Layout(*this); in Finish() local
976 bool MCAssembler::relaxInstruction(MCAsmLayout &Layout, in relaxInstruction()
1067 bool MCAssembler::relaxBoundaryAlign(MCAsmLayout &Layout, in relaxBoundaryAlign()
1091 bool MCAssembler::relaxDwarfLineAddr(MCAsmLayout &Layout, in relaxDwarfLineAddr()
1137 bool MCAssembler::relaxCVInlineLineTable(MCAsmLayout &Layout, in relaxCVInlineLineTable()
1144 bool MCAssembler::relaxCVDefRange(MCAsmLayout &Layout, in relaxCVDefRange()
1151 bool MCAssembler::relaxPseudoProbeAddr(MCAsmLayout &Layout, in relaxPseudoProbeAddr()
1215 bool MCAssembler::layoutOnce(MCAsmLayout &Layout) { in layoutOnce()
[all …]
H A DSPIRVObjectWriter.cpp31 void recordRelocation(MCAssembler &Asm, const MCAsmLayout &Layout, in recordRelocation()
36 const MCAsmLayout &Layout) override {} in executePostLayoutBinding()
64 const MCAsmLayout &Layout) { in writeObject()
H A DMCDXContainerWriter.cpp38 void recordRelocation(MCAssembler &Asm, const MCAsmLayout &Layout, in recordRelocation()
43 const MCAsmLayout &Layout) override {} in executePostLayoutBinding()
50 const MCAsmLayout &Layout) { in writeObject()
H A DMCExpr.cpp546 const MCAsmLayout &Layout, in evaluateAsAbsolute()
568 const MCAsmLayout *Layout, in evaluateAsAbsolute()
589 const MCAssembler *Asm, const MCAsmLayout *Layout, in AttemptToFoldSymbolOffsetDifference()
698 EvaluateSymbolicAdd(const MCAssembler *Asm, const MCAsmLayout *Layout, in EvaluateSymbolicAdd()
750 const MCAsmLayout *Layout, in evaluateAsRelocatable()
777 const MCAsmLayout *Layout, in evaluateAsRelocatableImpl()
H A DWinCOFFObjectWriter.cpp306 const MCAsmLayout &Layout) { in defineSection()
353 const MCAsmLayout &Layout) { in getSymbolValue()
384 const MCAsmLayout &Layout) { in DefineSymbol()
586 const MCAsmLayout &Layout, in writeSectionContents()
605 const MCAsmLayout &Layout, in writeSection()
654 const MCAsmLayout &Layout) { in executePostLayoutBinding()
696 const MCAsmLayout &Layout, in recordRelocation()
953 const MCAsmLayout &Layout) { in assignFileOffsets()
1013 const MCAsmLayout &Layout) { in writeObject()
/llvm-project-15.0.7/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp45 const MSFStreamLayout &Layout, in MappedBlockStream()
52 uint32_t BlockSize, const MSFStreamLayout &Layout, BinaryStreamRef MsfData, in createStream()
59 const MSFLayout &Layout, BinaryStreamRef MsfData, uint32_t StreamIndex, in createIndexedStream()
70 MappedBlockStream::createDirectoryStream(const MSFLayout &Layout, in createDirectoryStream()
80 MappedBlockStream::createFpmStream(const MSFLayout &Layout, in createFpmStream()
310 uint32_t BlockSize, const MSFStreamLayout &Layout, in WritableMappedBlockStream()
317 const MSFStreamLayout &Layout, in createStream()
325 WritableMappedBlockStream::createIndexedStream(const MSFLayout &Layout, in createIndexedStream()
338 const MSFLayout &Layout, WritableBinaryStreamRef MsfData, in createDirectoryStream()
347 WritableMappedBlockStream::createFpmStream(const MSFLayout &Layout, in createFpmStream()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DFunctionLayout.h62 const FunctionLayout &Layout; variable
64 FunctionFragment(FragmentNum Num, const FunctionLayout &Layout) in FunctionFragment()
100 const FunctionLayout *Layout; variable
102 FragmentIterator(FragmentNum Num, const FunctionLayout *Layout) in FragmentIterator()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCAsmBackend.h115 const MCAsmLayout &Layout, in shouldInsertFixupForCodeAlign()
121 const MCAsmLayout &Layout, in evaluateTargetFixup()
176 MCAsmLayout &Layout, bool &WasRelaxed) const { in relaxDwarfLineAddr()
180 virtual bool relaxDwarfCFA(MCDwarfCallFrameFragment &DF, MCAsmLayout &Layout, in relaxDwarfCFA()
208 MCAsmLayout &Layout) const {} in finishLayout()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.h53 const ModuleInfoHeader *Layout = nullptr; variable
/llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp60 const MCAsmLayout &Layout, const MCFragment *Fragment, in recordRelocation()
103 MachObjectWriter *Writer, MCAssembler &Asm, const MCAsmLayout &Layout, in RecordX86_64Relocation()
365 const MCAsmLayout &Layout, in recordScatteredRelocation()
465 const MCAsmLayout &Layout, in recordTLVPRelocation()
505 const MCAsmLayout &Layout, in RecordX86Relocation()
/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_rawprofile.cpp36 u64 SegmentSizeBytes(MemoryMappingLayoutBase &Layout) { in SegmentSizeBytes()
57 void SerializeSegmentsToBuffer(MemoryMappingLayoutBase &Layout, in SerializeSegmentsToBuffer()
201 u64 SerializeToRawProfile(MIBMapTy &MIBMap, MemoryMappingLayoutBase &Layout, in SerializeToRawProfile()
/llvm-project-15.0.7/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.h53 const MCAsmLayout &Layout) const override { in fixupNeedsRelaxation()
/llvm-project-15.0.7/clang/lib/AST/
H A DRecordLayoutBuilder.cpp143 getFieldOffset(const ASTRecordLayout &Layout, unsigned FieldNo) const { in getFieldOffset() argument
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
936 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in ComputeBaseSubobjectInfo() local
1153 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in LayoutVirtualBases() local
1374 void ItaniumRecordLayoutBuilder::Layout(const RecordDecl *D) { in Layout() function in ItaniumRecordLayoutBuilder
1383 void ItaniumRecordLayoutBuilder::Layout(const CXXRecordDecl *RD) { in Layout() function in ItaniumRecordLayoutBuilder
2644 const ASTRecordLayout &Layout) { in getAdjustedElementInfo()
[all …]
H A DVTTBuilder.cpp70 const ASTRecordLayout &Layout = Ctx.getASTRecordLayout(RD); in LayoutSecondaryVTTs() local
117 const ASTRecordLayout &Layout = Ctx.getASTRecordLayout(RD); in LayoutSecondaryVirtualPointers() local
/llvm-project-15.0.7/lld/MachO/
H A DUnwindInfoSection.cpp126 template <class Ptr> struct Layout { struct
127 Ptr functionAddress;
128 uint32_t functionLength;
129 compact_unwind_encoding_t encoding;
130 Ptr personality;
131 Ptr lsda;
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.h72 const MCAsmLayout *Layout, in evaluateAsRelocatableImpl()
114 const MCAsmLayout *Layout, in evaluateAsRelocatableImpl()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp144 const MCAsmLayout &Layout, in fixupNeedsRelaxationAdvanced()
206 MCAsmLayout &Layout, in relaxDwarfLineAddr()
276 MCAsmLayout &Layout, in relaxDwarfCFA()
489 const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFixup &Fixup, in evaluateTargetFixup()
607 const MCAsmLayout &Layout, in shouldInsertFixupForCodeAlign()
/llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp142 const MCAsmLayout &Layout, in RecordARMScatteredHalfRelocation()
255 const MCAsmLayout &Layout, in RecordARMScatteredRelocation()
377 const MCAsmLayout &Layout, in recordRelocation()
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp231 const msf::MSFLayout &Layout) { in commitSrcHeaderBlock()
251 const msf::MSFLayout &Layout) { in commitInjectedSources()
274 MSFLayout Layout; in commit() local

12345