Home
last modified time | relevance | path

Searched refs:C13Builders (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.cpp103 for (const auto &Builder : C13Builders) { in calculateC13DebugInfoSize()
195 for (const auto &Builder : C13Builders) { in commitSymbolStream()
212 C13Builders.push_back(DebugSubsectionRecordBuilder(std::move(Subsection))); in addDebugSubsection()
217 C13Builders.push_back(DebugSubsectionRecordBuilder(SubsectionContents)); in addDebugSubsection()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.h153 std::vector<codeview::DebugSubsectionRecordBuilder> C13Builders; variable