Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DDebugSymbolRVASubsection.cpp26 DebugSymbolRVASubsection::DebugSymbolRVASubsection() in DebugSymbolRVASubsection() function in DebugSymbolRVASubsection
29 Error DebugSymbolRVASubsection::commit(BinaryStreamWriter &Writer) const { in commit()
33 uint32_t DebugSymbolRVASubsection::calculateSerializedSize() const { in calculateSerializedSize()
H A DCMakeLists.txt18 DebugSymbolRVASubsection.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSymbolRVASubsection.h45 class DebugSymbolRVASubsection final : public DebugSubsection {
47 DebugSymbolRVASubsection();
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/DebugInfo/CodeView/
H A DBUILD.gn24 "DebugSymbolRVASubsection.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp534 auto Result = std::make_shared<DebugSymbolRVASubsection>(); in toCodeViewSubsection()