Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp71 DebugLinesSubsection::DebugLinesSubsection(DebugChecksumsSubsection &Checksums, in DebugLinesSubsection() function in DebugLinesSubsection
75 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()
H A DCMakeLists.txt13 DebugLinesSubsection.cpp
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h106 class DebugLinesSubsection final : public DebugSubsection {
117 DebugLinesSubsection(DebugChecksumsSubsection &Checksums,
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/DebugInfo/CodeView/
H A DBUILD.gn19 "DebugLinesSubsection.cpp",
/openbsd-src/gnu/usr.bin/clang/libLLVMDebugInfoCodeView/
H A DMakefile19 DebugLinesSubsection.cpp \
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp417 std::make_shared<DebugLinesSubsection>(*SC.checksums(), *SC.strings()); in toCodeViewSubsection()
/openbsd-src/distrib/sets/lists/comp/
H A Dclang.amd641519 ./usr/include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h
H A Dclang.macppc1518 ./usr/include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h
H A Dclang.loongson1518 ./usr/include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h
H A Dclang.octeon1518 ./usr/include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h
H A Dclang.arm641519 ./usr/include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h
H A Dclang.powerpc641517 ./usr/include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h
H A Dclang.armv71517 ./usr/include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h
H A Dclang.i3861517 ./usr/include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h
H A Dclang.sparc641518 ./usr/include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt5120 llvm/include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h
5863 llvm/lib/DebugInfo/CodeView/DebugLinesSubsection.cpp