Searched refs:DebugLineData (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp171 parseV2DirFileTables(const DWARFDataExtractor &DebugLineData, argument
178 StringRef S = DebugLineData.getCStrRef(OffsetPtr, &Err);
197 StringRef Name = DebugLineData.getCStrRef(OffsetPtr, &Err);
204 FileEntry.DirIdx = DebugLineData.getULEB128(OffsetPtr, &Err);
205 FileEntry.ModTime = DebugLineData.getULEB128(OffsetPtr, &Err);
206 FileEntry.Length = DebugLineData.getULEB128(OffsetPtr, &Err);
225 parseV5EntryFormat(const DWARFDataExtractor &DebugLineData, uint64_t *OffsetPtr, argument
229 int FormatCount = DebugLineData.getU8(OffsetPtr, &Err);
234 dwarf::LineNumberEntryFormat(DebugLineData.getULEB128(OffsetPtr, &Err));
235 Descriptor.Form = dwarf::Form(DebugLineData
256 parseV5DirFileTables(const DWARFDataExtractor &DebugLineData, uint64_t *OffsetPtr, const dwarf::FormParams &FormParams, const DWARFContext &Ctx, const DWARFUnit *U, DWARFDebugLine::ContentTypeTracker &ContentTypes, std::vector<DWARFFormValue> &IncludeDirectories, std::vector<DWARFDebugLine::FileNameEntry> &FileNames) argument
347 parse( DWARFDataExtractor DebugLineData, uint64_t *OffsetPtr, function_ref<void(Error)> RecoverableErrorHandler, const DWARFContext &Ctx, const DWARFUnit *U) argument
568 getOrParseLineTable( DWARFDataExtractor &DebugLineData, uint64_t Offset, const DWARFContext &Ctx, const DWARFUnit *U, function_ref<void(Error)> RecoverableErrorHandler) argument
712 parse( DWARFDataExtractor &DebugLineData, uint64_t *OffsetPtr, const DWARFContext &Ctx, const DWARFUnit *U, function_ref<void(Error)> RecoverableErrorHandler, raw_ostream *OS, bool Verbose) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h276 Error parse(DWARFDataExtractor &DebugLineData, uint64_t *OffsetPtr,
305 getOrParseLineTable(DWARFDataExtractor &DebugLineData, uint64_t Offset,
359 DWARFDataExtractor &DebugLineData; member in class:llvm::DWARFDebugLine::SectionParser

Completed in 100 milliseconds