Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugInlineeLinesSubsection.cpp61 DebugInlineeLinesSubsection::DebugInlineeLinesSubsection( in DebugInlineeLinesSubsection() function in DebugInlineeLinesSubsection
66 uint32_t DebugInlineeLinesSubsection::calculateSerializedSize() const { in calculateSerializedSize()
83 Error DebugInlineeLinesSubsection::commit(BinaryStreamWriter &Writer) const { in commit()
107 void DebugInlineeLinesSubsection::addExtraFile(StringRef FileName) { in addExtraFile()
115 void DebugInlineeLinesSubsection::addInlineSite(TypeIndex FuncId, in addInlineSite()
DCMakeLists.txt12 DebugInlineeLinesSubsection.cpp
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugInlineeLinesSubsection.h88 class DebugInlineeLinesSubsection final : public DebugSubsection {
95 DebugInlineeLinesSubsection(DebugChecksumsSubsection &Checksums,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp447 auto Result = std::make_shared<DebugInlineeLinesSubsection>( in toCodeViewSubsection()