Searched refs:DebugLinesSubsection (Results 1 – 6 of 6) sorted by relevance
71 DebugLinesSubsection::DebugLinesSubsection(DebugChecksumsSubsection &Checksums, in DebugLinesSubsection() function in DebugLinesSubsection75 void DebugLinesSubsection::createBlock(StringRef FileName) { in createBlock()81 void DebugLinesSubsection::addLineInfo(uint32_t Offset, const LineInfo &Line) { in addLineInfo()89 void DebugLinesSubsection::addLineAndColumnInfo(uint32_t Offset, in addLineAndColumnInfo()103 Error DebugLinesSubsection::commit(BinaryStreamWriter &Writer) const { in commit()137 uint32_t DebugLinesSubsection::calculateSerializedSize() const { in calculateSerializedSize()148 void DebugLinesSubsection::setRelocationAddress(uint16_t Segment, in setRelocationAddress()154 void DebugLinesSubsection::setCodeSize(uint32_t Size) { CodeSize = Size; } in setCodeSize()156 void DebugLinesSubsection::setFlags(LineFlags Flags) { this->Flags = Flags; } in setFlags()158 bool DebugLinesSubsection::hasColumnInfo() const { in hasColumnInfo()
13 DebugLinesSubsection.cpp
105 class DebugLinesSubsection final : public DebugSubsection {116 DebugLinesSubsection(DebugChecksumsSubsection &Checksums,
19 "DebugLinesSubsection.cpp",
20 DebugLinesSubsection.cpp \
417 std::make_shared<DebugLinesSubsection>(*SC.checksums(), *SC.strings()); in toCodeViewSubsection()