Home
last modified time | relevance | path

Searched refs:pdb_func (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp288 auto file_vm_addr = pdb_func.getVirtualAddress(); in ParseCompileUnitFunctionForPDBFunc()
292 auto func_length = pdb_func.getLength(); in ParseCompileUnitFunctionForPDBFunc()
303 user_id_t func_type_uid = pdb_func.getSignatureId(); in ParseCompileUnitFunctionForPDBFunc()
305 Mangled mangled = GetMangledForPDBFunc(pdb_func); in ParseCompileUnitFunctionForPDBFunc()
404 if (pdb_func->hasNoInlineAttribute()) in ParseFunctionBlocksForPDBSymbol()
517 if (!pdb_func) in ParseVariablesForContext()
520 num_added += ParseVariables(sc, *pdb_func); in ParseVariablesForContext()
762 assert(pdb_func); in ResolveSymbolContext()
763 auto func_uid = pdb_func->getSymIndexId(); in ResolveSymbolContext()
882 assert(pdb_func); in ResolveSymbolContext()
[all …]
H A DSymbolFilePDB.h218 ParseCompileUnitFunctionForPDBFunc(const llvm::pdb::PDBSymbolFunc &pdb_func,
230 GetMangledForPDBFunc(const llvm::pdb::PDBSymbolFunc &pdb_func);
232 bool ResolveFunction(const llvm::pdb::PDBSymbolFunc &pdb_func,
H A DPDBASTParser.cpp589 if (auto pdb_func = llvm::dyn_cast<PDBSymbolFunc>(&type)) { in CreateLLDBTypeFromPDBType() local
590 if (pdb_func->isCompilerGenerated()) in CreateLLDBTypeFromPDBType()
593 auto sig = pdb_func->getSignature(); in CreateLLDBTypeFromPDBType()
599 MSVCUndecoratedNameParser::DropScope(pdb_func->getName())); in CreateLLDBTypeFromPDBType()