Home
last modified time | relevance | path

Searched refs:Layout (Results 1 - 25 of 186) sorted by relevance

12345678

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.cpp32 Size += 0; // TODO: Layout.C11Bytes in calculateDiSymbolStreamSize()
43 ::memset(&Layout, 0, sizeof(Layout)); in DbiModuleDescriptorBuilder()
44 Layout.Mod = ModIndex; in DbiModuleDescriptorBuilder()
50 return Layout.ModDiStream; in getStreamIndex()
63 Layout.SC = SC; in setFirstSectionContrib()
99 uint32_t L = sizeof(Layout); in calculateSerializedLength()
106 Layout.FileNameOffs = 0; // TODO: Fix this in finalize()
107 Layout.Flags = 0; // TODO: Fix this in finalize()
108 Layout in finalize()
[all...]
H A DDbiModuleDescriptor.cpp24 if (auto EC = Reader.readObject(Info.Layout)) in initialize()
36 return (Layout->Flags & ModInfoFlags::HasECFlagMask) != 0; in hasECInfo()
40 return (Layout->Flags & ModInfoFlags::TypeServerIndexMask) >> in getTypeServerIndex()
45 return Layout->SC; in getSectionContrib()
49 return Layout->ModDiStream; in getModuleStreamIndex()
53 return Layout->SymBytes; in getSymbolDebugInfoByteSize()
57 return Layout->C11Bytes; in getC11LineInfoByteSize()
61 return Layout->C13Bytes; in getC13LineInfoByteSize()
65 return Layout->NumFiles; in getNumberOfFiles()
69 return Layout in getSourceFileNameIndex()
[all...]
H A DPDBFileBuilder.cpp226 const msf::MSFLayout &Layout) { in commitSrcHeaderBlock()
231 Layout, MsfBuffer, SN, Allocator); in commitSrcHeaderBlock()
246 const msf::MSFLayout &Layout) { in commitInjectedSources()
250 commitSrcHeaderBlock(MsfBuffer, Layout); in commitInjectedSources()
256 Layout, MsfBuffer, SN, Allocator); in commitInjectedSources()
269 MSFLayout Layout; in commit()
271 Msf->commit(Filename, Layout); in commit()
281 Layout, Buffer, *ExpectedSN, Allocator); in commit()
291 Layout, Buffer, NSE.first, Allocator); in commit()
298 if (auto EC = Info->commit(Layout, Buffe in commit()
225 commitSrcHeaderBlock(WritableBinaryStream &MsfBuffer, const msf::MSFLayout &Layout) commitSrcHeaderBlock() argument
245 commitInjectedSources(WritableBinaryStream &MsfBuffer, const msf::MSFLayout &Layout) commitInjectedSources() argument
[all...]
/third_party/skia/include/sksl/
H A DDSLLayout.h25 return this->flag(SkSL::Layout::kOriginUpperLeft_Flag, "origin_upper_left", pos); in originUpperLeft()
29 return this->flag(SkSL::Layout::kPushConstant_Flag, "push_constant", pos); in pushConstant()
33 return this->flag(SkSL::Layout::kBlendSupportAllEquations_Flag, in blendSupportAllEquations()
38 return this->flag(SkSL::Layout::kSRGBUnpremul_Flag, "srgb_unpremul", pos); in srgbUnpremul()
42 return this->intValue(&fSkSLLayout.fLocation, location, SkSL::Layout::kLocation_Flag, in location()
47 return this->intValue(&fSkSLLayout.fOffset, offset, SkSL::Layout::kOffset_Flag, "offset", in offset()
52 return this->intValue(&fSkSLLayout.fBinding, binding, SkSL::Layout::kBinding_Flag, in binding()
57 return this->intValue(&fSkSLLayout.fIndex, index, SkSL::Layout::kIndex_Flag, "index", pos); in index()
61 return this->intValue(&fSkSLLayout.fSet, set, SkSL::Layout::kSet_Flag, "set", pos); in set()
65 return this->intValue(&fSkSLLayout.fBuiltin, builtin, SkSL::Layout in builtin()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp46 const MSFStreamLayout &Layout, in MappedBlockStream()
49 : BlockSize(BlockSize), StreamLayout(Layout), MsfData(MsfData), in MappedBlockStream()
53 uint32_t BlockSize, const MSFStreamLayout &Layout, BinaryStreamRef MsfData, in createStream()
56 BlockSize, Layout, MsfData, Allocator); in createStream()
60 const MSFLayout &Layout, BinaryStreamRef MsfData, uint32_t StreamIndex, in createIndexedStream()
62 assert(StreamIndex < Layout.StreamMap.size() && "Invalid stream index"); in createIndexedStream()
64 SL.Blocks = Layout.StreamMap[StreamIndex]; in createIndexedStream()
65 SL.Length = Layout.StreamSizes[StreamIndex]; in createIndexedStream()
67 Layout.SB->BlockSize, SL, MsfData, Allocator); in createIndexedStream()
71 MappedBlockStream::createDirectoryStream(const MSFLayout &Layout, in createDirectoryStream() argument
45 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
81 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
326 createIndexedStream(const MSFLayout &Layout, WritableBinaryStreamRef MsfData, uint32_t StreamIndex, BumpPtrAllocator &Allocator) createIndexedStream() argument
338 createDirectoryStream( const MSFLayout &Layout, WritableBinaryStreamRef MsfData, BumpPtrAllocator &Allocator) createDirectoryStream() argument
348 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() argument
316 WritableMappedBlockStream::createFpmStream(Layout, MsfBuffer, Allocator); in commitFpm()
319 WritableMappedBlockStream::createFpmStream(Layout, MsfBuffer, Allocator, in commitFpm()
324 while (BI < Layout.SB->NumBlocks) { in commitFpm()
328 (BI < Layout.SB->NumBlocks) ? Layout.FreePageMap.test(BI) : true; in commitFpm()
339 MSFLayout &Layout) { in commit()
344 Layout = std::move(*L); in commit()
346 uint64_t FileSize = Layout.SB->BlockSize * Layout in commit()
338 commit(StringRef Path, MSFLayout &Layout) commit() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCAssembler.cpp191 bool MCAssembler::evaluateFixup(const MCAsmLayout &Layout, in evaluateFixup() argument
207 if (!Expr->evaluateAsRelocatable(Target, &Layout, &Fixup)) { in evaluateFixup()
224 return getBackend().evaluateTargetFixup(*this, Layout, Fixup, DF, Target, in evaluateFixup()
257 Value += Layout.getSymbolOffset(Sym); in evaluateFixup()
262 Value -= Layout.getSymbolOffset(Sym); in evaluateFixup()
271 uint32_t Offset = Layout.getFragmentOffset(DF) + Fixup.getOffset(); in evaluateFixup()
288 uint64_t MCAssembler::computeFragmentSize(const MCAsmLayout &Layout, in computeFragmentSize() argument
301 if (!FF.getNumValues().evaluateAsAbsolute(NumValues, Layout)) { in computeFragmentSize()
325 unsigned Offset = Layout.getFragmentOffset(&AF); in computeFragmentSize()
348 if (!OF.getOffset().evaluateAsValue(Value, Layout)) { in computeFragmentSize()
498 writeFragment(raw_ostream &OS, const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment &F) writeFragment() argument
724 handleFixup(const MCAsmLayout &Layout, MCFragment &F, const MCFixup &Fixup) handleFixup() argument
760 layout(MCAsmLayout &Layout) layout() argument
906 relaxInstruction(MCAsmLayout &Layout, MCRelaxableFragment &F) relaxInstruction() argument
940 relaxLEB(MCAsmLayout &Layout, MCLEBFragment &LF) relaxLEB() argument
997 relaxBoundaryAlign(MCAsmLayout &Layout, MCBoundaryAlignFragment &BF) relaxBoundaryAlign() argument
1026 relaxDwarfLineAddr(MCAsmLayout &Layout, MCDwarfLineAddrFragment &DF) relaxDwarfLineAddr() argument
1067 relaxDwarfCallFrameFragment(MCAsmLayout &Layout, MCDwarfCallFrameFragment &DF) relaxDwarfCallFrameFragment() argument
1097 relaxCVInlineLineTable(MCAsmLayout &Layout, MCCVInlineLineTableFragment &F) relaxCVInlineLineTable() argument
1104 relaxCVDefRange(MCAsmLayout &Layout, MCCVDefRangeFragment &F) relaxCVDefRange() argument
1111 layoutSectionOnce(MCAsmLayout &Layout, MCSection &Sec) layoutSectionOnce() argument
1164 layoutOnce(MCAsmLayout &Layout) layoutOnce() argument
1177 finishLayout(MCAsmLayout &Layout) finishLayout() argument
[all...]
H A DMCExpr.cpp464 const MCAsmLayout &Layout) const { in evaluateAsAbsolute()
465 return evaluateAsAbsolute(Res, &Layout.getAssembler(), &Layout, nullptr, false); in evaluateAsAbsolute()
469 const MCAsmLayout &Layout, in evaluateAsAbsolute()
473 return evaluateAsAbsolute(Res, &Layout.getAssembler(), &Layout, &Addrs, true); in evaluateAsAbsolute()
485 const MCAsmLayout &Layout) const { in evaluateKnownAbsolute()
486 return evaluateAsAbsolute(Res, &Layout.getAssembler(), &Layout, nullptr, in evaluateKnownAbsolute()
491 const MCAsmLayout *Layout, in evaluateAsAbsolute()
468 evaluateAsAbsolute(int64_t &Res, const MCAsmLayout &Layout, const SectionAddrMap &Addrs) const evaluateAsAbsolute() argument
490 evaluateAsAbsolute(int64_t &Res, const MCAssembler *Asm, const MCAsmLayout *Layout, const SectionAddrMap *Addrs, bool InSet) const evaluateAsAbsolute() argument
511 AttemptToFoldSymbolOffsetDifference( const MCAssembler *Asm, const MCAsmLayout *Layout, const SectionAddrMap *Addrs, bool InSet, const MCSymbolRefExpr *&A, const MCSymbolRefExpr *&B, int64_t &Addend) AttemptToFoldSymbolOffsetDifference() argument
615 EvaluateSymbolicAdd(const MCAssembler *Asm, const MCAsmLayout *Layout, const SectionAddrMap *Addrs, bool InSet, const MCValue &LHS, const MCSymbolRefExpr *RHS_A, const MCSymbolRefExpr *RHS_B, int64_t RHS_Cst, MCValue &Res) EvaluateSymbolicAdd() argument
669 evaluateAsRelocatable(MCValue &Res, const MCAsmLayout *Layout, const MCFixup *Fixup) const evaluateAsRelocatable() argument
696 evaluateAsRelocatableImpl(MCValue &Res, const MCAssembler *Asm, const MCAsmLayout *Layout, const MCFixup *Fixup, const SectionAddrMap *Addrs, bool InSet) const evaluateAsRelocatableImpl() argument
[all...]
H A DMCLinkerOptimizationHint.cpp29 const MCAsmLayout &Layout) const { in emit_impl()
33 encodeULEB128(ObjWriter.getSymbolAddress(*Arg, Layout), OutStream); in emit_impl()
37 const MCAsmLayout &Layout) const { in emit()
39 emit_impl(OutStream, ObjWriter, Layout); in emit()
43 const MCAsmLayout &Layout) const { in getEmitSize()
57 emit_impl(OutStream, ObjWriter, Layout); in getEmitSize()
H A DMachObjectWriter.cpp82 const MCAsmLayout &Layout) const { in getFragmentAddress()
84 Layout.getFragmentOffset(Fragment); in getFragmentAddress()
88 const MCAsmLayout &Layout) const { in getSymbolAddress()
96 if (!S.getVariableValue()->evaluateAsRelocatable(Target, &Layout, nullptr)) in getSymbolAddress()
110 Address += getSymbolAddress(Target.getSymA()->getSymbol(), Layout); in getSymbolAddress()
112 Address += getSymbolAddress(Target.getSymB()->getSymbol(), Layout); in getSymbolAddress()
117 Layout.getSymbolOffset(S); in getSymbolAddress()
121 const MCAsmLayout &Layout) const { in getPaddingSize()
122 uint64_t EndAddr = getSectionAddress(Sec) + Layout.getSectionAddressSize(Sec); in getPaddingSize()
124 if (Next >= Layout in getPaddingSize()
214 writeSection(const MCAsmLayout &Layout, const MCSection &Sec, uint64_t VMAddr, uint64_t FileOffset, unsigned Flags, uint64_t RelocationsStart, unsigned NumRelocations) writeSection() argument
338 writeNlist(MachSymbolData &MSD, const MCAsmLayout &Layout) writeNlist() argument
462 recordRelocation(MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, uint64_t &FixedValue) recordRelocation() argument
642 computeSectionAddresses(const MCAssembler &Asm, const MCAsmLayout &Layout) computeSectionAddresses() argument
657 executePostLayoutBinding(MCAssembler &Asm, const MCAsmLayout &Layout) executePostLayoutBinding() argument
754 writeObject(MCAssembler &Asm, const MCAsmLayout &Layout) writeObject() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DLayout.h41 struct Layout struct
46 static Layout Identity() { return {0, 1}; } in Identity()
47 static Layout Invalid() { return {0, 0}; } in Invalid()
48 static Layout Both(size_t n) { return {n, n}; } in Both()
52 bool operator==(const Layout &other) const;
54 void operator+=(const Layout &other);
57 Layout operator+(const Layout &other) const;
58 Layout operator*(size_t scale) const;
71 ANGLE_NO_DISCARD Layout MetalLayoutO
[all...]
H A DLayout.cpp15 #include "compiler/translator/TranslatorMetalDirect/Layout.h"
33 void Layout::requireAlignment(size_t align, bool pad) in requireAlignment()
42 bool Layout::operator==(const Layout &other) const in operator ==()
47 void Layout::operator+=(const Layout &other) in operator +=()
53 void Layout::operator*=(size_t scale) in operator *=()
58 Layout Layout::operator+(const Layout
[all...]
/third_party/skia/src/sksl/ir/
H A DSkSLModifiers.cpp46 static constexpr struct { Layout::Flag flag; const char* name; } kLayoutFlags[] = { in checkPermitted()
47 { Layout::kOriginUpperLeft_Flag, "origin_upper_left"}, in checkPermitted()
48 { Layout::kPushConstant_Flag, "push_constant"}, in checkPermitted()
49 { Layout::kBlendSupportAllEquations_Flag, "blend_support_all_equations"}, in checkPermitted()
50 { Layout::kSRGBUnpremul_Flag, "srgb_unpremul"}, in checkPermitted()
51 { Layout::kLocation_Flag, "location"}, in checkPermitted()
52 { Layout::kOffset_Flag, "offset"}, in checkPermitted()
53 { Layout::kBinding_Flag, "binding"}, in checkPermitted()
54 { Layout::kIndex_Flag, "index"}, in checkPermitted()
55 { Layout in checkPermitted()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp29 const MCAsmLayout &Layout,
37 const MCAsmLayout &Layout,
45 const MCAsmLayout &Layout,
51 const MCAsmLayout &Layout,
60 const MCAsmLayout &Layout, const MCFragment *Fragment,
64 RecordX86_64Relocation(Writer, Asm, Layout, Fragment, Fixup, Target,
67 RecordX86Relocation(Writer, Asm, Layout, Fragment, Fixup, Target,
103 MachObjectWriter *Writer, MCAssembler &Asm, const MCAsmLayout &Layout, in RecordX86_64Relocation()
112 Layout.getFragmentOffset(Fragment) + Fixup.getOffset(); in RecordX86_64Relocation()
114 Writer->getFragmentAddress(Fragment, Layout) in RecordX86_64Relocation()
102 RecordX86_64Relocation( MachObjectWriter *Writer, MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, uint64_t &FixedValue) RecordX86_64Relocation() argument
363 recordScatteredRelocation(MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, unsigned Log2Size, uint64_t &FixedValue) recordScatteredRelocation() argument
463 recordTLVPRelocation(MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, uint64_t &FixedValue) recordTLVPRelocation() argument
503 RecordX86Relocation(MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, uint64_t &FixedValue) RecordX86Relocation() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DASanStackFrameLayout.cpp67 ASanStackFrameLayout Layout; in ComputeASanStackFrameLayout() local
68 Layout.Granularity = Granularity; in ComputeASanStackFrameLayout()
69 Layout.FrameAlignment = std::max(Granularity, Vars[0].Alignment); in ComputeASanStackFrameLayout()
79 assert(Layout.FrameAlignment >= Alignment); in ComputeASanStackFrameLayout()
92 Layout.FrameSize = Offset; in ComputeASanStackFrameLayout()
93 assert((Layout.FrameSize % MinHeaderSize) == 0); in ComputeASanStackFrameLayout()
94 return Layout; in ComputeASanStackFrameLayout()
117 const ASanStackFrameLayout &Layout) { in GetShadowBytes()
121 const size_t Granularity = Layout.Granularity; in GetShadowBytes()
130 SB.resize(Layout in GetShadowBytes()
116 GetShadowBytes(const SmallVectorImpl<ASanStackVariableDescription> &Vars, const ASanStackFrameLayout &Layout) GetShadowBytes() argument
134 GetShadowBytesAfterScope( const SmallVectorImpl<ASanStackVariableDescription> &Vars, const ASanStackFrameLayout &Layout) GetShadowBytesAfterScope() argument
[all...]
/third_party/rust/crates/bindgen/bindgen/codegen/
H A Dstruct_layout.rs7 use crate::ir::layout::Layout;
21 known_type_layout: Option<Layout>,
26 latest_field_layout: Option<Layout>,
125 self.latest_field_layout = Some(Layout::new(ptr_size, ptr_size)); in saw_vtable()
140 pub fn saw_bitfield_unit(&mut self, layout: Layout) { in saw_bitfield_unit()
195 field_layout: Layout, in saw_field_with_layout()
255 Some(Layout::new(padding_bytes, padding_align)) in saw_field_with_layout()
280 comp_layout: Layout, in add_tail_padding()
305 Some(self.padding_field(Layout::new(size, 0))) in add_tail_padding()
310 layout: Layout, in pad_struct()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCAssembler.h160 /// \param Layout The layout to use for evaluation.
172 bool evaluateFixup(const MCAsmLayout &Layout, const MCFixup &Fixup,
179 const MCAsmLayout &Layout) const;
183 const MCAsmLayout &Layout) const;
187 bool layoutOnce(MCAsmLayout &Layout);
191 bool layoutSectionOnce(MCAsmLayout &Layout, MCSection &Sec);
193 bool relaxInstruction(MCAsmLayout &Layout, MCRelaxableFragment &IF);
194 bool relaxLEB(MCAsmLayout &Layout, MCLEBFragment &IF);
195 bool relaxBoundaryAlign(MCAsmLayout &Layout, MCBoundaryAlignFragment &BF);
196 bool relaxDwarfLineAddr(MCAsmLayout &Layout, MCDwarfLineAddrFragmen
[all...]
H A DMCMachObjectWriter.h75 const MCAsmLayout &Layout,
154 uint64_t getSymbolAddress(const MCSymbol &S, const MCAsmLayout &Layout) const;
157 const MCAsmLayout &Layout) const;
159 uint64_t getPaddingSize(const MCSection *SD, const MCAsmLayout &Layout) const;
189 void writeSection(const MCAsmLayout &Layout, const MCSection &Sec,
203 void writeNlist(MachSymbolData &MSD, const MCAsmLayout &Layout);
236 const MCAsmLayout &Layout,
241 void recordTLVPRelocation(const MCAssembler &Asm, const MCAsmLayout &Layout,
245 void recordRelocation(MCAssembler &Asm, const MCAsmLayout &Layout,
258 const MCAsmLayout &Layout);
[all...]
H A DMCLinkerOptimizationHint.h109 /// in the given \p ObjWriter and \p Layout to get the address of the
112 const MCAsmLayout &Layout) const;
128 void emit(MachObjectWriter &ObjWriter, const MCAsmLayout &Layout) const;
131 /// the given \p Layout.
133 const MCAsmLayout &Layout) const;
161 const MCAsmLayout &Layout) const { in getEmitSize()
164 EmitSize += D.getEmitSize(ObjWriter, Layout); in getEmitSize()
171 void emit(MachObjectWriter &ObjWriter, const MCAsmLayout &Layout) const { in emit()
173 D.emit(ObjWriter, Layout); in emit()
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dlayout.rs11 pub struct Layout { structure names
26 Layout::for_size_internal(ptr_size, ptr_size), in test_layout_for_size()
27 Layout::new(ptr_size, ptr_size) in test_layout_for_size()
30 Layout::for_size_internal(ptr_size, 3 * ptr_size), in test_layout_for_size()
31 Layout::new(3 * ptr_size, ptr_size) in test_layout_for_size()
35 impl Layout { impls
51 /// Construct a new `Layout` with the given `size` and `align`. It is not
54 Layout { in new()
66 Layout { in for_size_internal()
95 /// When we are treating a type as opaque, it is just a blob with a `Layout`
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp28 const MCAsmLayout &Layout,
34 const MCAsmLayout &Layout,
43 const MCAsmLayout &Layout, const MCFragment *Fragment,
49 RecordPPCRelocation(Writer, Asm, Layout, Fragment, Fixup, Target,
175 static uint32_t getFixupOffset(const MCAsmLayout &Layout, in getFixupOffset() argument
178 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment) + Fixup.getOffset(); in getFixupOffset()
191 MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, in recordScatteredRelocation()
195 const uint32_t FixupOffset = getFixupOffset(Layout, Fragment, Fixup); in recordScatteredRelocation()
212 uint32_t Value = Writer->getSymbolAddress(*A, Layout); in recordScatteredRelocation()
225 Value2 = Writer->getSymbolAddress(*SB, Layout); in recordScatteredRelocation()
190 recordScatteredRelocation( MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, unsigned Log2Size, uint64_t &FixedValue) recordScatteredRelocation() argument
300 RecordPPCRelocation( MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, uint64_t &FixedValue) RecordPPCRelocation() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dlayout_test.cc88 TEST(Layout, ElementType) { in TEST()
90 using L = Layout<int32_t>; in TEST()
96 using L = Layout<int32_t, int32_t>; in TEST()
105 using L = Layout<int8_t, int32_t, Int128>; in TEST()
121 TEST(Layout, ElementTypes) { in TEST()
123 using L = Layout<int32_t>; in TEST()
129 using L = Layout<int32_t, int32_t>; in TEST()
137 using L = Layout<int8_t, int32_t, Int128>; in TEST()
150 TEST(Layout, OffsetByIndex) { in TEST()
152 using L = Layout<int32_ in TEST()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp32 const MCAsmLayout &Layout,
41 const MCAsmLayout &Layout,
56 const MCAsmLayout &Layout, const MCFragment *Fragment,
142 const MCAsmLayout &Layout, in RecordARMScatteredHalfRelocation()
147 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordARMScatteredHalfRelocation()
170 uint32_t Value = Writer->getSymbolAddress(*A, Layout); in RecordARMScatteredHalfRelocation()
187 Value2 = Writer->getSymbolAddress(B->getSymbol(), Layout); in RecordARMScatteredHalfRelocation()
255 const MCAsmLayout &Layout, in RecordARMScatteredRelocation()
262 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordARMScatteredRelocation()
284 uint32_t Value = Writer->getSymbolAddress(*A, Layout); in RecordARMScatteredRelocation()
140 RecordARMScatteredHalfRelocation(MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, uint64_t &FixedValue) RecordARMScatteredHalfRelocation() argument
253 RecordARMScatteredRelocation(MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, unsigned Type, unsigned Log2Size, uint64_t &FixedValue) RecordARMScatteredRelocation() argument
375 recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, uint64_t &FixedValue) recordRelocation() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp44 const MCAsmLayout &Layout, const MCFragment *Fragment,
152 MachObjectWriter *Writer, MCAssembler &Asm, const MCAsmLayout &Layout, in recordRelocation()
158 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment); in recordRelocation()
231 Layout.getSymbolOffset(*B) == in recordRelocation()
232 Layout.getFragmentOffset(Fragment) + Fixup.getOffset()) { in recordRelocation()
284 Value += (!A->getFragment() ? 0 : Writer->getSymbolAddress(*A, Layout)) - in recordRelocation()
286 *A_Base, Layout)); in recordRelocation()
287 Value -= (!B->getFragment() ? 0 : Writer->getSymbolAddress(*B, Layout)) - in recordRelocation()
289 *B_Base, Layout)); in recordRelocation()
345 Layout in recordRelocation()
151 recordRelocation( MachObjectWriter *Writer, MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, uint64_t &FixedValue) recordRelocation() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/MSF/
H A DMappedBlockStream.h44 createStream(uint32_t BlockSize, const MSFStreamLayout &Layout,
48 createIndexedStream(const MSFLayout &Layout, BinaryStreamRef MsfData,
52 createFpmStream(const MSFLayout &Layout, BinaryStreamRef MsfData,
56 createDirectoryStream(const MSFLayout &Layout, BinaryStreamRef MsfData,
110 createStream(uint32_t BlockSize, const MSFStreamLayout &Layout,
114 createIndexedStream(const MSFLayout &Layout, WritableBinaryStreamRef MsfData,
118 createDirectoryStream(const MSFLayout &Layout,
123 createFpmStream(const MSFLayout &Layout, WritableBinaryStreamRef MsfData,

Completed in 14 milliseconds

12345678