Home
last modified time | relevance | path

Searched refs:addDebugSubsection (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.h102 addDebugSubsection(std::shared_ptr<codeview::DebugSubsection> Subsection);
105 addDebugSubsection(const codeview::DebugSubsectionRecord &SubsectionContents);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.cpp209 void DbiModuleDescriptorBuilder::addDebugSubsection( in addDebugSubsection() function in DbiModuleDescriptorBuilder
215 void DbiModuleDescriptorBuilder::addDebugSubsection( in addDebugSubsection() function in DbiModuleDescriptorBuilder
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp832 ModiBuilder.addDebugSubsection(SS); in yamlToPdb()