Home
last modified time | relevance | path

Searched refs:DataOffset (Results 1 – 23 of 23) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolData.cpp40 uint32_t DataOffset = RawSymbol->getAddressOffset(); in getCompilandId() local
43 Session.addressForRVA(RVA, DataSection, DataOffset); in getCompilandId()
50 Section->getAddressOffset() <= DataOffset && in getCompilandId()
51 (Section->getAddressOffset() + Section->getLength()) > DataOffset) in getCompilandId()
/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DInterpBlock.h79 size_t DataOffset = Desc->getMetadataSize(); in data() local
80 return rawData() + DataOffset; in data()
84 size_t DataOffset = Desc->getMetadataSize(); in data() local
85 return rawData() + DataOffset; in data()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp167 uint64_t NameOffset = *DataOffset; in dumpName()
180 unsigned NumData = AccelSection.getU32(DataOffset); in dumpName()
248 if (!AccelSection.isValidOffset(DataOffset)) { in dump()
252 while (dumpName(W, AtomForms, &DataOffset)) in dump()
311 NumData = AccelTable.AccelSection.getU32(&DataOffset); in ValueIterator()
321 DataOffset = 0; in Next()
324 Current.extract(*AccelTable, &DataOffset); in Next()
353 uint64_t DataOffset = AccelSection.getU32(&OffsetsOffset); in equal_range() local
360 return make_range({*this, DataOffset}, ValueIterator()); in equal_range()
831 auto EntryOr = CurrentIndex->getEntry(&DataOffset); in getEntryAtCurrentOffset()
[all …]
H A DDWARFVerifier.cpp1018 uint64_t DataOffset = OffsetsBase + 4 * HashIdx; in verifyAppleAccelTable() local
1020 uint64_t HashDataOffset = AccelSectionData.getU32(&DataOffset); in verifyAppleAccelTable()
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h113 uint64_t *DataOffset) const;
147 uint64_t DataOffset = 0; ///< Offset into the section. variable
162 ValueIterator(const AppleAcceleratorTable &AccelTable, uint64_t DataOffset);
174 return A.NumData == B.NumData && A.DataOffset == B.DataOffset;
496 uint64_t DataOffset = 0; ///< Offset into the section. variable
534 return A.CurrentIndex == B.CurrentIndex && A.DataOffset == B.DataOffset;
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp399 auto DataOffset = Member->getDataOffset(); in buildObjectFilesMap() local
400 if (!Visited.count(DataOffset)) { in buildObjectFilesMap()
401 Visited.insert(DataOffset); in buildObjectFilesMap()
407 Excluded.insert(DataOffset); in buildObjectFilesMap()
410 MemoryBuffers[DataOffset] = (*Child)->getMemoryBufferRef(); in buildObjectFilesMap()
412 if (!Excluded.count(DataOffset)) in buildObjectFilesMap()
414 MemoryBuffers[DataOffset]; in buildObjectFilesMap()
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp128 uint32_t DataOffset = 0; in createNormalizedSections() local
145 DataOffset = Sec64.offset; in createNormalizedSections()
158 DataOffset = Sec32.offset; in createNormalizedSections()
171 if (DataOffset + NSec.Size > Obj.getData().size()) in createNormalizedSections()
175 NSec.Data = Obj.getData().data() + DataOffset; in createNormalizedSections()
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h208 void writeLinkeditLoadCommand(uint32_t Type, uint32_t DataOffset,
/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp222 error(IO.mapInteger(Data.DataOffset)); in visitKnownRecord()
451 error(IO.mapInteger(Data.DataOffset)); in visitKnownRecord()
H A DSymbolDumper.cpp298 Data.DataOffset, &LinkageName); in visitKnownRecord()
613 Data.DataOffset, &LinkageName); in visitKnownRecord()
/openbsd/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfReader.cpp497 ptrdiff_t DataOffset = sizeof(RawInstrProf::Header) + BinaryIdsSize; in readHeader() local
498 ptrdiff_t CountersOffset = DataOffset + DataSize + PaddingBytesBeforeCounters; in readHeader()
518 Start + DataOffset); in readHeader()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp2040 uint32_t DataOffset = data.getAddressOffset(); in GetCompilandId() local
2043 m_session_up->addressForRVA(RVA, DataSection, DataOffset); in GetCompilandId()
2049 auto it = llvm::upper_bound(sec_cs, DataOffset, pred_upper); in GetCompilandId()
2052 if (DataOffset < it->Offset + it->Size) in GetCompilandId()
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp566 IO.mapOptional("Offset", Symbol.DataOffset, 0U); in map()
573 IO.mapOptional("Offset", Symbol.DataOffset, 0U); in map()
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h948 uint32_t DataOffset = 0; variable
970 uint32_t DataOffset = 0; variable
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h60 int DataOffset : 31; member
H A DCodeViewDebug.cpp1250 DR.DataOffset = Offset; in createDefRangeMem()
1251 assert(DR.DataOffset == Offset && "truncation"); in createDefRangeMem()
1385 DR.DataOffset = in calculateRanges()
2845 int Offset = DefRange.DataOffset; in emitLocalVariable()
2881 assert(DefRange.DataOffset == 0 && "unexpected offset into register"); in emitLocalVariable()
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMachObjectWriter.cpp409 uint32_t DataOffset, in writeLinkeditLoadCommand() argument
416 W.write<uint32_t>(DataOffset); in writeLinkeditLoadCommand()
/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp576 formatSegmentOffset(Data.Segment, Data.DataOffset)); in visitKnownRecord()
880 formatSegmentOffset(Data.Segment, Data.DataOffset)); in visitKnownRecord()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp387 return {record.Segment, record.DataOffset}; in GetSegmentAndOffset()
393 return {record.Segment, record.DataOffset}; in GetSegmentAndOffset()
H A DSymbolFileNativePDB.cpp863 offset = ds.DataOffset; in CreateGlobalVariable()
864 addr = m_index->MakeVirtualAddress(ds.Segment, ds.DataOffset); in CreateGlobalVariable()
877 offset = tlds.DataOffset; in CreateGlobalVariable()
878 addr = m_index->MakeVirtualAddress(tlds.Segment, tlds.DataOffset); in CreateGlobalVariable()
/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DMachO.h706 MachO::data_in_code_entry getDataInCodeTableEntry(uint32_t DataOffset,
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dwin32-nat.c181 context_offset (FloatSave.DataOffset),
/openbsd/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp4814 MachOObjectFile::getDataInCodeTableEntry(uint32_t DataOffset, in getDataInCodeTableEntry() argument
4816 uint64_t Offset = DataOffset + Index * sizeof(MachO::data_in_code_entry); in getDataInCodeTableEntry()