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