Searched refs:pdb_func (Results 1 – 3 of 3) sorted by relevance
282 auto file_vm_addr = pdb_func.getVirtualAddress(); in ParseCompileUnitFunctionForPDBFunc()286 auto func_length = pdb_func.getLength(); in ParseCompileUnitFunctionForPDBFunc()297 user_id_t func_type_uid = pdb_func.getSignatureId(); in ParseCompileUnitFunctionForPDBFunc()299 Mangled mangled = GetMangledForPDBFunc(pdb_func); in ParseCompileUnitFunctionForPDBFunc()398 if (pdb_func->hasNoInlineAttribute()) in ParseFunctionBlocksForPDBSymbol()511 if (!pdb_func) in ParseVariablesForContext()514 num_added += ParseVariables(sc, *pdb_func); in ParseVariablesForContext()756 assert(pdb_func); in ResolveSymbolContext()757 auto func_uid = pdb_func->getSymIndexId(); in ResolveSymbolContext()876 assert(pdb_func); in ResolveSymbolContext()[all …]
220 ParseCompileUnitFunctionForPDBFunc(const llvm::pdb::PDBSymbolFunc &pdb_func,232 GetMangledForPDBFunc(const llvm::pdb::PDBSymbolFunc &pdb_func);234 bool ResolveFunction(const llvm::pdb::PDBSymbolFunc &pdb_func,
587 if (auto pdb_func = llvm::dyn_cast<PDBSymbolFunc>(&type)) { in CreateLLDBTypeFromPDBType() local588 if (pdb_func->isCompilerGenerated()) in CreateLLDBTypeFromPDBType()591 auto sig = pdb_func->getSignature(); in CreateLLDBTypeFromPDBType()597 MSVCUndecoratedNameParser::DropScope(pdb_func->getName())); in CreateLLDBTypeFromPDBType()