Searched refs:pdb_func (Results 1 – 3 of 3) sorted by relevance
275 SymbolFilePDB::ParseCompileUnitFunctionForPDBFunc(const PDBSymbolFunc &pdb_func, in ParseCompileUnitFunctionForPDBFunc() argument277 if (FunctionSP result = comp_unit.FindFunctionByUID(pdb_func.getSymIndexId())) in ParseCompileUnitFunctionForPDBFunc()280 auto file_vm_addr = pdb_func.getVirtualAddress(); in ParseCompileUnitFunctionForPDBFunc()284 auto func_length = pdb_func.getLength(); in ParseCompileUnitFunctionForPDBFunc()291 lldb_private::Type *func_type = ResolveTypeUID(pdb_func.getSymIndexId()); in ParseCompileUnitFunctionForPDBFunc()295 user_id_t func_type_uid = pdb_func.getSignatureId(); in ParseCompileUnitFunctionForPDBFunc()297 Mangled mangled = GetMangledForPDBFunc(pdb_func); in ParseCompileUnitFunctionForPDBFunc()300 std::make_shared<Function>(&comp_unit, pdb_func.getSymIndexId(), in ParseCompileUnitFunctionForPDBFunc()317 clang_type_system->GetPDBParser()->GetDeclForSymbol(pdb_func); in ParseCompileUnitFunctionForPDBFunc()395 if (auto *pdb_func = llvm::dyn_cast<PDBSymbolFunc>(pdb_symbol)) { in ParseFunctionBlocksForPDBSymbol() local[all …]
221 ParseCompileUnitFunctionForPDBFunc(const llvm::pdb::PDBSymbolFunc &pdb_func,233 GetMangledForPDBFunc(const llvm::pdb::PDBSymbolFunc &pdb_func);235 bool ResolveFunction(const llvm::pdb::PDBSymbolFunc &pdb_func,
583 if (auto pdb_func = llvm::dyn_cast<PDBSymbolFunc>(&type)) { in CreateLLDBTypeFromPDBType() local584 if (pdb_func->isCompilerGenerated()) in CreateLLDBTypeFromPDBType()587 auto sig = pdb_func->getSignature(); in CreateLLDBTypeFromPDBType()593 MSVCUndecoratedNameParser::DropScope(pdb_func->getName())); in CreateLLDBTypeFromPDBType()