Home
last modified time | relevance | path

Searched refs:getSubsectionsArray (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DModuleDebugStream.h59 codeview::DebugSubsectionArray getSubsectionsArray() const { in getSubsectionsArray() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeInlineSiteSymbol.cpp39 for (const auto &SS : ModS.getSubsectionsArray()) { in findInlineeByTypeIndex()
H A DSymbolCache.cpp461 for (const auto &SS : ExpectedModS->getSubsectionsArray()) { in findLineTable()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DInputFile.cpp186 Subsections = DebugStream->getSubsectionsArray(); in initializeForPdb()