Home
last modified time | relevance | path

Searched refs:DebugSymbolsSubsectionRef (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugSymbolsSubsection.h18 class DebugSymbolsSubsectionRef final : public DebugSubsectionRef {
20 DebugSymbolsSubsectionRef() in DebugSymbolsSubsectionRef() function
DDebugSubsectionVisitor.h31 class DebugSymbolsSubsectionRef; variable
58 virtual Error visitSymbols(DebugSymbolsSubsectionRef &CSE,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugSymbolsSubsection.cpp14 Error DebugSymbolsSubsectionRef::initialize(BinaryStreamReader Reader) { in initialize()
DDebugSubsectionVisitor.cpp66 DebugSymbolsSubsectionRef Section; in visitDebugSubsection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp188 fromCodeViewSubsection(const DebugSymbolsSubsectionRef &Symbols);
673 const DebugSymbolsSubsectionRef &Symbols) { in fromCodeViewSubsection()
781 Error visitSymbols(DebugSymbolsSubsectionRef &Symbols,
863 DebugSymbolsSubsectionRef &Symbols, const StringsAndChecksumsRef &State) { in visitSymbols()