Searched refs:DebugInfoFinder (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ModuleDebugInfoPrinter.h | 20 DebugInfoFinder Finder;
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfo.cpp | 204 void DebugInfoFinder::reset() { in reset() 213 void DebugInfoFinder::processModule(const Module &M) { in processModule() 227 void DebugInfoFinder::processCompileUnit(DICompileUnit *CU) { in processCompileUnit() 248 void DebugInfoFinder::processInstruction(const Module &M, in processInstruction() 260 void DebugInfoFinder::processLocation(const Module &M, const DILocation *Loc) { in processLocation() 267 void DebugInfoFinder::processDbgRecord(const Module &M, const DbgRecord &DR) { in processDbgRecord() 273 void DebugInfoFinder::processType(DIType *DT) { in processType() 297 void DebugInfoFinder::processImportedEntity(DIImportedEntity *Import) { in processImportedEntity() 309 void DebugInfoFinder::processScope(DIScope *Scope) { in processScope() 335 void DebugInfoFinder::processSubprogram(DISubprogram *SP) { in processSubprogram() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | StripSymbols.cpp | 193 DebugInfoFinder F; in stripDeadDebugInfoImpl() 211 DebugInfoFinder LiveCUFinder; in stripDeadDebugInfoImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ModuleDebugInfoPrinter.cpp | 40 const DebugInfoFinder &Finder) { in printModuleDebugInfo()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | Cloning.h | 39 class DebugInfoFinder; variable
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfo.h | 107 class DebugInfoFinder {
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CloneFunction.cpp | 67 DebugInfoFinder &DIFinder) { in collectDebugInfoFromInstructions() 356 DebugInfoFinder DIFinder; in CloneFunctionInto()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 19637 {"_ZN4llvm15DebugInfoFinder13processModuleERNS_6ModuleE", "llvm::DebugInfoFinder::processModule(llv… 19638 {"_ZN4llvm15DebugInfoFinder14processDeclareEPNS_14DbgDeclareInstE", "llvm::DebugInfoFinder::process… 19639 {"_ZN4llvm15DebugInfoFinder14addCompileUnitENS_13DICompileUnitE", "llvm::DebugInfoFinder::addCompil… 19640 {"_ZN4llvm15DebugInfoFinder17processSubprogramENS_12DISubprogramE", "llvm::DebugInfoFinder::process… 19641 {"_ZN4llvm15DebugInfoFinder19processLexicalBlockENS_14DILexicalBlockE", "llvm::DebugInfoFinder::pro… 19642 {"_ZN4llvm15DebugInfoFinder15processLocationENS_10DILocationE", "llvm::DebugInfoFinder::processLoca… 19643 {"_ZN4llvm15DebugInfoFinder17addGlobalVariableENS_16DIGlobalVariableE", "llvm::DebugInfoFinder::add… 19644 {"_ZN4llvm15DebugInfoFinder11processTypeENS_6DITypeE", "llvm::DebugInfoFinder::processType(llvm::DI… 19645 {"_ZN4llvm15DebugInfoFinder7addTypeENS_6DITypeE", "llvm::DebugInfoFinder::addType(llvm::DIType)"}, 19646 {"_ZN4llvm15DebugInfoFinder13addSubprogramENS_12DISubprogramE", "llvm::DebugInfoFinder::addSubprogr…
|