Home
last modified time | relevance | path

Searched refs:DebugLinesSubsection (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp72 DebugLinesSubsection::DebugLinesSubsection(DebugChecksumsSubsection &Checksums, in DebugLinesSubsection() function in DebugLinesSubsection
76 void DebugLinesSubsection::createBlock(StringRef FileName) { in createBlock()
82 void DebugLinesSubsection::addLineInfo(uint32_t Offset, const LineInfo &Line) { in addLineInfo()
90 void DebugLinesSubsection::addLineAndColumnInfo(uint32_t Offset, in addLineAndColumnInfo()
104 Error DebugLinesSubsection::commit(BinaryStreamWriter &Writer) const { in commit()
138 uint32_t DebugLinesSubsection::calculateSerializedSize() const { in calculateSerializedSize()
149 void DebugLinesSubsection::setRelocationAddress(uint16_t Segment, in setRelocationAddress()
155 void DebugLinesSubsection::setCodeSize(uint32_t Size) { CodeSize = Size; } in setCodeSize()
157 void DebugLinesSubsection::setFlags(LineFlags Flags) { this->Flags = Flags; } in setFlags()
159 bool DebugLinesSubsection::hasColumnInfo() const { in hasColumnInfo()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h106 class DebugLinesSubsection final : public DebugSubsection {
117 DebugLinesSubsection(DebugChecksumsSubsection &Checksums,
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp418 std::make_shared<DebugLinesSubsection>(*SC.checksums(), *SC.strings()); in toCodeViewSubsection()
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile386 SRCS_EXT+= DebugInfo/CodeView/DebugLinesSubsection.cpp