Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleDescriptorBuilder.cpp83 for (const auto &Builder : C13Builders) { in calculateC13DebugInfoSize()
158 for (const auto &Builder : C13Builders) { in commit()
176 C13Builders.push_back(llvm::make_unique<DebugSubsectionRecordBuilder>( in addDebugSubsection()
182 C13Builders.push_back(llvm::make_unique<DebugSubsectionRecordBuilder>( in addDebugSubsection()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiModuleDescriptorBuilder.h97 C13Builders; variable