/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
H A D | PrettyClassDefinitionDumper.cpp | 33 ClassLayout Layout(Class); in start() local 34 start(Layout); in start() 37 void ClassDefinitionDumper::start(const ClassLayout &Layout) { in start() argument 38 prettyPrintClassIntro(Layout); in start() 41 DumpedAnything |= Dumper.start(Layout); in start() 43 prettyPrintClassOutro(Layout); in start() 46 void ClassDefinitionDumper::prettyPrintClassIntro(const ClassLayout &Layout) { in prettyPrintClassIntro() argument 50 uint32_t Size = Layout.getSize(); in prettyPrintClassIntro() 51 const PDBSymbolTypeUDT &Class = Layout.getClass(); in prettyPrintClassIntro() 53 if (Layout.getClass().isConstType()) in prettyPrintClassIntro() [all …]
|
H A D | PrettyClassLayoutGraphicalDumper.cpp | 34 bool PrettyClassLayoutGraphicalDumper::start(const UDTLayoutBase &Layout) { in start() argument 38 for (auto &Other : Layout.other_items()) in start() 40 for (auto &Func : Layout.funcs()) in start() 44 const BitVector &UseMap = Layout.usedBytes(); in start() 47 for (auto &Item : Layout.layout_items()) { in start() 68 VTableLayoutItem &Layout = static_cast<VTableLayoutItem &>(*CurrentItem); in start() local 71 VarDumper.startVbptr(CurrentAbsoluteOffset, Layout.getSize()); in start() 84 auto TailPadding = Layout.tailPadding(); in start() 86 if (TailPadding != 1 || Layout.getSize() != 1) { in start() 112 BaseClassLayout &Layout = static_cast<BaseClassLayout &>(*CurrentItem); in dump() local [all …]
|
H A D | BytesOutputStyle.cpp | 203 auto Layout = File.getStreamLayout(StreamPDB); in dumpNameMap() local 204 P.formatMsfStreamData("Named Stream Map", File, Layout, NS); in dumpNameMap() 233 auto Layout = File.getStreamLayout(StreamDBI); in dumpSectionContributions() local 234 P.formatMsfStreamData("Section Contributions", File, Layout, NS); in dumpSectionContributions() 244 auto Layout = File.getStreamLayout(StreamDBI); in dumpSectionMap() local 245 P.formatMsfStreamData("Section Map", File, Layout, NS); in dumpSectionMap() 255 auto Layout = File.getStreamLayout(StreamDBI); in dumpModuleInfos() local 256 P.formatMsfStreamData("Module Infos", File, Layout, NS); in dumpModuleInfos() 266 auto Layout = File.getStreamLayout(StreamDBI); in dumpFileInfo() local 267 P.formatMsfStreamData("File Info", File, Layout, NS); in dumpFileInfo() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCAssembler.cpp | 192 bool MCAssembler::evaluateFixup(const MCAsmLayout &Layout, in evaluateFixup() argument 208 if (!Expr->evaluateAsRelocatable(Target, &Layout, &Fixup)) { in evaluateFixup() 225 return getBackend().evaluateTargetFixup(*this, Layout, Fixup, DF, Target, in evaluateFixup() 258 Value += Layout.getSymbolOffset(Sym); in evaluateFixup() 263 Value -= Layout.getSymbolOffset(Sym); in evaluateFixup() 272 uint32_t Offset = Layout.getFragmentOffset(DF) + Fixup.getOffset(); in evaluateFixup() 289 uint64_t MCAssembler::computeFragmentSize(const MCAsmLayout &Layout, in computeFragmentSize() argument 302 if (!FF.getNumValues().evaluateAsAbsolute(NumValues, Layout)) { in computeFragmentSize() 329 unsigned Offset = Layout.getFragmentOffset(&AF); in computeFragmentSize() 352 if (!OF.getOffset().evaluateAsValue(Value, Layout)) { in computeFragmentSize() [all …]
|
H A D | MCExpr.cpp | 537 const MCAsmLayout &Layout) const { in evaluateAsAbsolute() 538 return evaluateAsAbsolute(Res, &Layout.getAssembler(), &Layout, nullptr, false); in evaluateAsAbsolute() 542 const MCAsmLayout &Layout, in evaluateAsAbsolute() argument 546 return evaluateAsAbsolute(Res, &Layout.getAssembler(), &Layout, &Addrs, true); in evaluateAsAbsolute() 558 const MCAsmLayout &Layout) const { in evaluateKnownAbsolute() 559 return evaluateAsAbsolute(Res, &Layout.getAssembler(), &Layout, nullptr, in evaluateKnownAbsolute() 564 const MCAsmLayout *Layout, in evaluateAsAbsolute() argument 575 evaluateAsRelocatableImpl(Value, Asm, Layout, nullptr, Addrs, InSet); in evaluateAsAbsolute() 585 const MCAssembler *Asm, const MCAsmLayout *Layout, in AttemptToFoldSymbolOffsetDifference() argument 632 if (Layout) { in AttemptToFoldSymbolOffsetDifference() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
H A D | DbiModuleDescriptorBuilder.cpp | 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() 110 uint32_t L = sizeof(Layout); in calculateSerializedLength() 117 Layout.FileNameOffs = 0; // TODO: Fix this in finalize() 118 Layout.Flags = 0; // TODO: Fix this in finalize() 119 Layout.C11Bytes = 0; in finalize() 120 Layout.C13Bytes = calculateC13DebugInfoSize(); in finalize() 121 (void)Layout.Mod; // Set in constructor in finalize() [all …]
|
H A D | DbiModuleDescriptor.cpp | 24 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->SrcFileNameNI; in getSourceFileNameIndex() [all …]
|
H A D | PDBFileBuilder.cpp | 224 const msf::MSFLayout &Layout) { in commitSrcHeaderBlock() argument 229 Layout, MsfBuffer, SN, Allocator); in commitSrcHeaderBlock() 244 const msf::MSFLayout &Layout) { in commitInjectedSources() argument 248 commitSrcHeaderBlock(MsfBuffer, Layout); in commitInjectedSources() 254 Layout, MsfBuffer, SN, Allocator); in commitInjectedSources() 267 MSFLayout Layout; in commit() local 269 Msf->commit(Filename, Layout); in commit() 279 Layout, Buffer, *ExpectedSN, Allocator); in commit() 289 Layout, Buffer, NSE.first, Allocator); in commit() 296 if (auto EC = Info->commit(Layout, Buffer)) in commit() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/MSF/ |
H A D | MappedBlockStream.cpp | 46 const MSFStreamLayout &Layout, in MappedBlockStream() argument 49 : BlockSize(BlockSize), StreamLayout(Layout), MsfData(MsfData), in MappedBlockStream() 53 uint32_t BlockSize, const MSFStreamLayout &Layout, BinaryStreamRef MsfData, in createStream() argument 56 BlockSize, Layout, MsfData, Allocator); in createStream() 60 const MSFLayout &Layout, BinaryStreamRef MsfData, uint32_t StreamIndex, in createIndexedStream() argument 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 [all …]
|
H A D | MSFBuilder.cpp | 312 static void commitFpm(WritableBinaryStream &MsfBuffer, const MSFLayout &Layout, in commitFpm() argument 315 WritableMappedBlockStream::createFpmStream(Layout, MsfBuffer, Allocator); in commitFpm() 318 WritableMappedBlockStream::createFpmStream(Layout, MsfBuffer, Allocator, in commitFpm() 323 while (BI < Layout.SB->NumBlocks) { in commitFpm() 327 (BI < Layout.SB->NumBlocks) ? Layout.FreePageMap.test(BI) : true; in commitFpm() 338 MSFLayout &Layout) { in commit() argument 343 Layout = std::move(*L); in commit() 345 uint64_t FileSize = uint64_t(Layout.SB->BlockSize) * Layout.SB->NumBlocks; in commit() 365 if (auto EC = Writer.writeObject(*Layout.SB)) in commit() 368 commitFpm(Buffer, Layout, Allocator); in commit() [all …]
|
/netbsd-src/sys/dev/raidframe/ |
H A D | rf_chaindecluster.c | 67 RF_RaidLayout_t *layoutPtr = &raidPtr->Layout; in rf_ConfigureChainDecluster() 114 …RF_ChaindeclusterConfigInfo_t *info = (RF_ChaindeclusterConfigInfo_t *) raidPtr->Layout.layoutSpec… in rf_GetNumSpareRUsChainDecluster() 130 …RF_ChaindeclusterConfigInfo_t *info = (RF_ChaindeclusterConfigInfo_t *) raidPtr->Layout.layoutSpec… in rf_MapSectorChainDecluster() 131 RF_StripeNum_t SUID = raidSector / raidPtr->Layout.sectorsPerStripeUnit; in rf_MapSectorChainDecluster() 144 raidPtr->Layout.sectorsPerStripeUnit; in rf_MapSectorChainDecluster() 145 *diskSector += (raidSector % raidPtr->Layout.sectorsPerStripeUnit); in rf_MapSectorChainDecluster() 148 *diskSector = sparing_region_id * (raidPtr->numCol + 1) * raidPtr->Layout.sectorsPerStripeUnit; in rf_MapSectorChainDecluster() 149 *diskSector += (raidPtr->numCol - 1) * raidPtr->Layout.sectorsPerStripeUnit; in rf_MapSectorChainDecluster() 150 *diskSector += (raidSector % raidPtr->Layout.sectorsPerStripeUnit); in rf_MapSectorChainDecluster() 157 *diskSector += raidPtr->Layout.sectorsPerStripeUnit; in rf_MapSectorChainDecluster() [all …]
|
H A D | rf_interdecluster.c | 70 RF_RaidLayout_t *layoutPtr = &raidPtr->Layout; in rf_ConfigureInterDecluster() 138 …RF_InterdeclusterConfigInfo_t *info = (RF_InterdeclusterConfigInfo_t *) raidPtr->Layout.layoutSpec… in rf_GetNumSpareRUsInterDecluster() 153 …RF_InterdeclusterConfigInfo_t *info = (RF_InterdeclusterConfigInfo_t *) raidPtr->Layout.layoutSpec… in rf_MapSectorInterDecluster() 154 RF_StripeNum_t SUID = raidSector / raidPtr->Layout.sectorsPerStripeUnit; in rf_MapSectorInterDecluster() 168 raidPtr->Layout.sectorsPerStripeUnit; in rf_MapSectorInterDecluster() 169 *diskSector += (raidSector % raidPtr->Layout.sectorsPerStripeUnit); in rf_MapSectorInterDecluster() 172 *diskSector = sparing_region_id * (raidPtr->numCol + 1) * raidPtr->Layout.sectorsPerStripeUnit; in rf_MapSectorInterDecluster() 173 *diskSector += (raidPtr->numCol - 1) * raidPtr->Layout.sectorsPerStripeUnit; in rf_MapSectorInterDecluster() 174 *diskSector += (raidSector % raidPtr->Layout.sectorsPerStripeUnit); in rf_MapSectorInterDecluster() 190 …RF_InterdeclusterConfigInfo_t *info = (RF_InterdeclusterConfigInfo_t *) raidPtr->Layout.layoutSpec… in rf_MapParityInterDecluster() [all …]
|
H A D | rf_raid5_rotatedspare.c | 62 RF_RaidLayout_t *layoutPtr = &raidPtr->Layout; in rf_ConfigureRAID5_RS() 104 return (raidPtr->Layout.stripeUnitsPerDisk / raidPtr->numCol); in rf_GetNumSpareRUsRAID5_RS() 115 RF_StripeNum_t SUID = raidSector / raidPtr->Layout.sectorsPerStripeUnit; in rf_MapSectorRAID5_RS() 118 *col = raidPtr->numCol - 1 - (1 + SUID / raidPtr->Layout.numDataCol) % raidPtr->numCol; in rf_MapSectorRAID5_RS() 123 *col = (SUID + (SUID / raidPtr->Layout.numDataCol)) % raidPtr->numCol; in rf_MapSectorRAID5_RS() 125 *diskSector = (SUID / (raidPtr->Layout.numDataCol)) * raidPtr->Layout.sectorsPerStripeUnit + in rf_MapSectorRAID5_RS() 126 (raidSector % raidPtr->Layout.sectorsPerStripeUnit); in rf_MapSectorRAID5_RS() 137 RF_StripeNum_t SUID = raidSector / raidPtr->Layout.sectorsPerStripeUnit; in rf_MapParityRAID5_RS() 139 *col = raidPtr->numCol - 1 - (1 + SUID / raidPtr->Layout.numDataCol) % raidPtr->numCol; in rf_MapParityRAID5_RS() 140 *diskSector = (SUID / (raidPtr->Layout.numDataCol)) * raidPtr->Layout.sectorsPerStripeUnit + in rf_MapParityRAID5_RS() [all …]
|
H A D | rf_raid4.c | 60 RF_RaidLayout_t *layoutPtr = &raidPtr->Layout; in rf_ConfigureRAID4() 105 RF_StripeNum_t SUID = raidSector / raidPtr->Layout.sectorsPerStripeUnit; in rf_MapSectorRAID4() 106 *col = SUID % raidPtr->Layout.numDataCol; in rf_MapSectorRAID4() 107 *diskSector = (SUID / (raidPtr->Layout.numDataCol)) * raidPtr->Layout.sectorsPerStripeUnit + in rf_MapSectorRAID4() 108 (raidSector % raidPtr->Layout.sectorsPerStripeUnit); in rf_MapSectorRAID4() 116 RF_StripeNum_t SUID = raidSector / raidPtr->Layout.sectorsPerStripeUnit; in rf_MapParityRAID4() 118 *col = raidPtr->Layout.numDataCol; in rf_MapParityRAID4() 119 *diskSector = (SUID / (raidPtr->Layout.numDataCol)) * raidPtr->Layout.sectorsPerStripeUnit + in rf_MapParityRAID4() 120 (raidSector % raidPtr->Layout.sectorsPerStripeUnit); in rf_MapParityRAID4() 127 RF_Raid4ConfigInfo_t *info = raidPtr->Layout.layoutSpecificInfo; in rf_IdentifyStripeRAID4()
|
H A D | rf_raid5.c | 61 RF_RaidLayout_t *layoutPtr = &raidPtr->Layout; in rf_ConfigureRAID5() 122 RF_StripeNum_t SUID = raidSector / raidPtr->Layout.sectorsPerStripeUnit; in rf_MapSectorRAID5() 124 *diskSector = (SUID / (raidPtr->Layout.numDataCol)) * raidPtr->Layout.sectorsPerStripeUnit + in rf_MapSectorRAID5() 125 (raidSector % raidPtr->Layout.sectorsPerStripeUnit); in rf_MapSectorRAID5() 133 RF_StripeNum_t SUID = raidSector / raidPtr->Layout.sectorsPerStripeUnit; in rf_MapParityRAID5() 135 *col = raidPtr->Layout.numDataCol - (SUID / raidPtr->Layout.numDataCol) % raidPtr->numCol; in rf_MapParityRAID5() 136 *diskSector = (SUID / (raidPtr->Layout.numDataCol)) * raidPtr->Layout.sectorsPerStripeUnit + in rf_MapParityRAID5() 137 (raidSector % raidPtr->Layout.sectorsPerStripeUnit); in rf_MapParityRAID5() 144 RF_StripeNum_t stripeID = rf_RaidAddressToStripeID(&raidPtr->Layout, addr); in rf_IdentifyStripeRAID5() 145 RF_Raid5ConfigInfo_t *info = (RF_Raid5ConfigInfo_t *) raidPtr->Layout.layoutSpecificInfo; in rf_IdentifyStripeRAID5() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MachObjectWriter.cpp | 29 const MCAsmLayout &Layout, 37 const MCAsmLayout &Layout, 45 const MCAsmLayout &Layout, 51 const MCAsmLayout &Layout, 60 const MCAsmLayout &Layout, const MCFragment *Fragment, in recordRelocation() argument 64 RecordX86_64Relocation(Writer, Asm, Layout, Fragment, Fixup, Target, in recordRelocation() 67 RecordX86Relocation(Writer, Asm, Layout, Fragment, Fixup, Target, in recordRelocation() 103 MachObjectWriter *Writer, MCAssembler &Asm, const MCAsmLayout &Layout, in RecordX86_64Relocation() argument 112 Layout.getFragmentOffset(Fragment) + Fixup.getOffset(); in RecordX86_64Relocation() 114 Writer->getFragmentAddress(Fragment, Layout) + Fixup.getOffset(); in RecordX86_64Relocation() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCAssembler.h | 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); 195 bool relaxFragment(MCAsmLayout &Layout, MCFragment &F); 196 bool relaxInstruction(MCAsmLayout &Layout, MCRelaxableFragment &IF); 197 bool relaxLEB(MCAsmLayout &Layout, MCLEBFragment &IF); 198 bool relaxBoundaryAlign(MCAsmLayout &Layout, MCBoundaryAlignFragment &BF); 199 bool relaxDwarfLineAddr(MCAsmLayout &Layout, MCDwarfLineAddrFragment &DF); [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | ASanStackFrameLayout.cpp | 67 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() argument 121 const size_t Granularity = Layout.Granularity; in GetShadowBytes() 130 SB.resize(Layout.FrameSize / Granularity, kAsanStackRightRedzoneMagic); in GetShadowBytes() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | script-sections.h | 139 create_sections(Layout*); 147 finalize_symbols(Symbol_table* symtab, const Layout* layout); 184 set_section_addresses(Symbol_table*, Layout*); 195 expected_segment_count(const Layout*) const; 252 block_in_region(Symbol_table*, Layout*, uint64_t, uint64_t) const; 271 create_segments(Layout*, uint64_t); 275 create_note_and_tls_segments(Layout*, const std::vector<Output_section*>*); 283 total_header_size(Layout* layout) const; 292 create_segments_from_phdrs_clause(Layout* layout, uint64_t); 296 attach_sections_using_phdrs_clause(Layout*); [all …]
|
H A D | layout.cc | 293 Layout::Relaxation_debug_check::check_output_data_for_reset_values( in check_output_data_for_reset_values() 294 const Layout::Section_list& sections, in check_output_data_for_reset_values() 295 const Layout::Data_list& special_outputs, in check_output_data_for_reset_values() 296 const Layout::Data_list& relax_outputs) in check_output_data_for_reset_values() 298 for(Layout::Section_list::const_iterator p = sections.begin(); in check_output_data_for_reset_values() 303 for(Layout::Data_list::const_iterator p = special_outputs.begin(); in check_output_data_for_reset_values() 314 Layout::Relaxation_debug_check::read_sections( in read_sections() 315 const Layout::Section_list& sections) in read_sections() 317 for(Layout::Section_list::const_iterator p = sections.begin(); in read_sections() 334 Layout::Relaxation_debug_check::verify_sections( in verify_sections() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | script-sections.h | 139 create_sections(Layout*); 147 finalize_symbols(Symbol_table* symtab, const Layout* layout); 184 set_section_addresses(Symbol_table*, Layout*); 195 expected_segment_count(const Layout*) const; 252 block_in_region(Symbol_table*, Layout*, uint64_t, uint64_t) const; 271 create_segments(Layout*, uint64_t); 275 create_note_and_tls_segments(Layout*, const std::vector<Output_section*>*); 283 total_header_size(Layout* layout) const; 292 create_segments_from_phdrs_clause(Layout* layout, uint64_t); 296 attach_sections_using_phdrs_clause(Layout*); [all …]
|
H A D | layout.cc | 296 Layout::Relaxation_debug_check::check_output_data_for_reset_values( in check_output_data_for_reset_values() 297 const Layout::Section_list& sections, in check_output_data_for_reset_values() 298 const Layout::Data_list& special_outputs, in check_output_data_for_reset_values() 299 const Layout::Data_list& relax_outputs) in check_output_data_for_reset_values() 301 for(Layout::Section_list::const_iterator p = sections.begin(); in check_output_data_for_reset_values() 306 for(Layout::Data_list::const_iterator p = special_outputs.begin(); in check_output_data_for_reset_values() 317 Layout::Relaxation_debug_check::read_sections( in read_sections() 318 const Layout::Section_list& sections) in read_sections() 320 for(Layout::Section_list::const_iterator p = sections.begin(); in read_sections() 337 Layout::Relaxation_debug_check::verify_sections( in verify_sections() [all …]
|
H A D | script.h | 46 class Layout; variable 80 eval(const Symbol_table*, const Layout*, bool check_assertions); 99 eval_with_dot(const Symbol_table*, const Layout*, bool check_assertions, 111 eval_maybe_dot(const Symbol_table*, const Layout*, bool check_assertions, 349 finalize(Symbol_table*, const Layout*); 361 finalize_with_dot(Symbol_table*, const Layout*, uint64_t dot_value, 368 set_if_absolute(Symbol_table*, const Layout*, bool is_dot_available, 382 finalize_maybe_dot(Symbol_table*, const Layout*, bool is_dot_available, 388 sized_finalize(Symbol_table*, const Layout*, bool is_dot_available, 420 check(const Symbol_table*, const Layout*); [all …]
|
/netbsd-src/lib/libcurses/PSD.doc/ |
H A D | twinkle1.c | 50 static LOCS Layout[NCOLS * NLINES]; /* current board layout */ variable 107 lp = Layout; in makeboard() 115 Numstars = lp - Layout; in makeboard() 149 end = &Layout[Numstars]; in puton() 150 for (lp = Layout; lp < end; lp++) { in puton() 153 *lp = Layout[r]; in puton() 154 Layout[r] = temp; in puton() 157 for (lp = Layout; lp < end; lp++) { in puton()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMMachObjectWriter.cpp | 32 const MCAsmLayout &Layout, 41 const MCAsmLayout &Layout, 56 const MCAsmLayout &Layout, const MCFragment *Fragment, 142 const MCAsmLayout &Layout, in RecordARMScatteredHalfRelocation() argument 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() argument 262 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordARMScatteredRelocation() 284 uint32_t Value = Writer->getSymbolAddress(*A, Layout); in RecordARMScatteredRelocation() [all …]
|