Searched refs:Layout (Results 76 - 100 of 138) sorted by relevance

123456

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp571 const MCAsmLayout &Layout,
598 setExtender(Layout.getAssembler().getContext());
636 setExtender(Layout.getAssembler().getContext());
647 const MCAsmLayout &Layout) const override {
707 MCAsmLayout &Layout) const override {
708 for (auto I : Layout.getSectionOrder()) {
715 auto Size = Asm.computeFragmentSize(Layout, J);
749 Layout.invalidateFragmentsFrom(&RF);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCExpr.cpp94 const MCAsmLayout *Layout,
96 if (!getSubExpr()->evaluateAsRelocatable(Res, Layout, Fixup))
93 evaluateAsRelocatableImpl(MCValue &Res, const MCAsmLayout *Layout, const MCFixup *Fixup) const argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp296 void recordRelocation(MCAssembler &Asm, const MCAsmLayout &Layout,
301 const MCAsmLayout &Layout) override;
303 uint64_t writeObject(MCAssembler &Asm, const MCAsmLayout &Layout) override;
319 void writeCodeSection(const MCAssembler &Asm, const MCAsmLayout &Layout,
330 const MCAssembler &Asm, const MCAsmLayout &Layout);
334 const MCAsmLayout &Layout);
410 const MCAsmLayout &Layout) {
426 const MCAsmLayout &Layout,
436 uint64_t FixupOffset = Layout.getFragmentOffset(Fragment) + Fixup.getOffset();
491 C += Layout
409 executePostLayoutBinding(MCAssembler &Asm, const MCAsmLayout &Layout) argument
425 recordRelocation(MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, uint64_t &FixedValue) argument
822 writeCodeSection(const MCAssembler &Asm, const MCAsmLayout &Layout, ArrayRef<WasmFunction> Functions) argument
1013 writeCustomSection(WasmCustomSection &CustomSection, const MCAssembler &Asm, const MCAsmLayout &Layout) argument
1105 writeObject(MCAssembler &Asm, const MCAsmLayout &Layout) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCExpr.h91 const MCAsmLayout *Layout,
H A DSparcMCExpr.cpp163 const MCAsmLayout *Layout,
165 return getSubExpr()->evaluateAsRelocatable(Res, Layout, Fixup);
162 evaluateAsRelocatableImpl(MCValue &Res, const MCAsmLayout *Layout, const MCFixup *Fixup) const argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/
H A DMSFBuilder.h116 Expected<FileBufferByteStream> commit(StringRef Path, MSFLayout &Layout);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.h62 Error commit(const msf::MSFLayout &Layout, WritableBinaryStreamRef Buffer);
H A DDbiStreamBuilder.h81 Error commit(const msf::MSFLayout &Layout, WritableBinaryStreamRef MsfBuffer);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.h67 const MCAsmLayout &Layout) const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCExpr.h83 const MCAsmLayout *Layout,
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.cpp136 auto &Layout = CGF.getContext().getASTRecordLayout(MD->getParent()); local
140 CGF.CXXABIThisAlignment = Layout.getAlignment();
142 CGF.CXXABIThisAlignment = Layout.getNonVirtualAlignment();
H A DCGBuilder.h182 const llvm::StructLayout *Layout = DL.getStructLayout(ElTy); local
183 auto Offset = CharUnits::fromQuantity(Layout->getElementOffset(Index));
309 const llvm::StructLayout *Layout = DL.getStructLayout(ElTy); local
310 auto Offset = CharUnits::fromQuantity(Layout->getElementOffset(Index));
H A DCodeGenTBAA.cpp256 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); local
264 Layout.getFieldOffset(idx) / Context.getCharWidth();
300 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); local
311 uint64_t BitOffset = Layout.getFieldOffset(Field->getFieldIndex());
H A DCodeGenTypes.cpp751 // Layout fields.
752 CGRecordLayout *Layout = ComputeRecordLayout(RD, Ty); local
753 CGRecordLayouts[Key] = Layout;
779 const CGRecordLayout *Layout = CGRecordLayouts.lookup(Key); local
780 if (!Layout) {
785 Layout = CGRecordLayouts.lookup(Key);
788 assert(Layout && "Unable to find record layout information for type");
789 return *Layout;
H A DCGClass.cpp163 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); local
169 Offset += Layout.getBaseClassOffset(BaseDecl);
209 const ASTRecordLayout &Layout = getContext().getASTRecordLayout(Derived); local
211 Offset = Layout.getVBaseClassOffset(Base);
213 Offset = Layout.getBaseClassOffset(Base);
462 const ASTRecordLayout &Layout = getContext().getASTRecordLayout(RD); local
464 Layout.getVBaseClassOffset(Base) :
465 Layout.getBaseClassOffset(Base);
1662 const ASTRecordLayout &Layout = variable
1666 if (Layout
1708 const ASTRecordLayout &Layout = local
2552 const ASTRecordLayout &Layout = local
2559 const ASTRecordLayout &Layout = getContext().getASTRecordLayout(RD); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp63 const MCAsmLayout &Layout) const override {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFAsmBackend.cpp40 const MCAsmLayout &Layout) const override {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.cpp362 Error GSIStreamBuilder::commit(const msf::MSFLayout &Layout,
365 Layout, Buffer, getGlobalsStreamIndex(), Msf.getAllocator());
367 Layout, Buffer, getPublicsStreamIndex(), Msf.getAllocator());
369 Layout, Buffer, getRecordStreamIdx(), Msf.getAllocator());
H A DDbiStreamBuilder.cpp391 Error DbiStreamBuilder::commit(const msf::MSFLayout &Layout, argument
397 Layout, MsfBuffer, StreamDBI, Allocator);
404 if (auto EC = M->commit(Writer, Layout, MsfBuffer))
444 Layout, MsfBuffer, Stream->StreamNumber, Allocator);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyAsmBackend.cpp58 const MCAsmLayout &Layout) const override {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp40 const MCAsmLayout &Layout) const override;
68 const MCAsmLayout &Layout) const {
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DItaniumCXXABI.cpp222 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); variable
225 return Layout.getNonVirtualSize() == PointerSize;
H A DCXXInheritance.cpp774 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD);
775 if (Layout.isPrimaryBaseVirtual())
776 Bases.insert(Layout.getPrimaryBase());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCExpr.h163 bool evaluateAsRelocatableImpl(MCValue &Res, const MCAsmLayout *Layout,
H A DAArch64InstPrinter.cpp310 static bool isTblTbxInstruction(unsigned Opcode, StringRef &Layout, argument
318 Layout = ".8b";
325 Layout = ".8b";
332 Layout = ".16b";
339 Layout = ".16b";
349 const char *Layout; member in struct:LdStNInstrDesc
712 StringRef Layout; local
715 if (isTblTbxInstruction(MI->getOpcode(), Layout, IsTbx)) {
716 O << "\t" << (IsTbx ? "tbx" : "tbl") << Layout << '\t'
729 O << "\t" << LdStDesc->Mnemonic << LdStDesc->Layout << '\
[all...]

Completed in 110 milliseconds

123456