Searched refs:DebugSymbolRVASubsection (Results 1 – 6 of 6) sorted by relevance
26 DebugSymbolRVASubsection::DebugSymbolRVASubsection() in DebugSymbolRVASubsection() function in DebugSymbolRVASubsection29 Error DebugSymbolRVASubsection::commit(BinaryStreamWriter &Writer) const { in commit()33 uint32_t DebugSymbolRVASubsection::calculateSerializedSize() const { in calculateSerializedSize()
18 DebugSymbolRVASubsection.cpp
45 class DebugSymbolRVASubsection final : public DebugSubsection {47 DebugSymbolRVASubsection();
24 "DebugSymbolRVASubsection.cpp",
534 auto Result = std::make_shared<DebugSymbolRVASubsection>(); in toCodeViewSubsection()
5134 llvm/include/llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h5880 llvm/lib/DebugInfo/CodeView/DebugSymbolRVASubsection.cpp