Searched refs:findOneChild (Results 1 – 6 of 6) sorted by relevance
22 auto Pointer = findOneChild<PDBSymbolTypePointer>(); in getPointerByteSize()
89 auto Details = findOneChild<PDBSymbolCompilandDetails>(); in getSourceFileFullPath()
125 if (auto DebugStart = Symbol.findOneChild<PDBSymbolFuncDebugStart>()) { in start()132 if (auto DebugEnd = Symbol.findOneChild<PDBSymbolFuncDebugEnd>()) { in start()
121 template <typename T> std::unique_ptr<T> findOneChild() const { in findOneChild() function
282 auto details = compiland_up->findOneChild<PDBSymbolCompilandDetails>(); in ParseLanguage()1715 auto details = compiland_up->findOneChild<PDBSymbolCompilandDetails>(); in ParseCompileUnitForUID()1810 auto prologue = func->findOneChild<PDBSymbolFuncDebugStart>(); in ParseCompileUnitLineTable()1814 auto epilogue = func->findOneChild<PDBSymbolFuncDebugEnd>(); in ParseCompileUnitLineTable()
493 auto first_child = enum_type->findOneChild<PDBSymbolData>(); in CreateLLDBTypeFromPDBType()