Home
last modified time | relevance | path

Searched defs:InlineeSourceLine (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugInlineeLinesSubsection.h46 struct InlineeSourceLine { struct
47 const InlineeSourceLineHeader *Header; argument
53 template <> struct VarStreamArrayExtractor<codeview::InlineeSourceLine> { argument
/external/llvm/include/llvm/DebugInfo/CodeView/
DLine.h135 struct InlineeSourceLine { struct
136 TypeIndex Inlinee; // ID of the function that was inlined.
137 ulittle32_t FileID; // Offset into FileChecksums subsection.
138 ulittle32_t SourceLineNum; // First line of inlined code.