Searched refs:DebugSymbolRVASubsection (Results 1 – 4 of 4) 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()
45 class DebugSymbolRVASubsection final : public DebugSubsection {47 DebugSymbolRVASubsection();
534 auto Result = std::make_shared<DebugSymbolRVASubsection>(); in toCodeViewSubsection()
527 SRCS_EXT+= DebugInfo/CodeView/DebugSymbolRVASubsection.cpp