Searched refs:pdb_func (Results 1 – 3 of 3) sorted by relevance
286 auto file_vm_addr = pdb_func.getVirtualAddress(); in ParseCompileUnitFunctionForPDBFunc()290 auto func_length = pdb_func.getLength(); in ParseCompileUnitFunctionForPDBFunc()301 user_id_t func_type_uid = pdb_func.getSignatureId(); in ParseCompileUnitFunctionForPDBFunc()303 Mangled mangled = GetMangledForPDBFunc(pdb_func); in ParseCompileUnitFunctionForPDBFunc()398 if (pdb_func->hasNoInlineAttribute()) in ParseFunctionBlocksForPDBSymbol()508 if (!pdb_func) in ParseVariablesForContext()511 num_added += ParseVariables(sc, *pdb_func); in ParseVariablesForContext()706 assert(pdb_func); in ResolveSymbolContext()707 auto func_uid = pdb_func->getSymIndexId(); in ResolveSymbolContext()823 assert(pdb_func); in ResolveSymbolContext()[all …]
217 ParseCompileUnitFunctionForPDBFunc(const llvm::pdb::PDBSymbolFunc &pdb_func,229 GetMangledForPDBFunc(const llvm::pdb::PDBSymbolFunc &pdb_func);231 bool ResolveFunction(const llvm::pdb::PDBSymbolFunc &pdb_func,
581 if (auto pdb_func = llvm::dyn_cast<PDBSymbolFunc>(&type)) { in CreateLLDBTypeFromPDBType() local582 if (pdb_func->isCompilerGenerated()) in CreateLLDBTypeFromPDBType()585 auto sig = pdb_func->getSignature(); in CreateLLDBTypeFromPDBType()590 name = MSVCUndecoratedNameParser::DropScope(pdb_func->getName()); in CreateLLDBTypeFromPDBType()