Searched refs:DebugInfoFinder (Results 1 – 7 of 7) sorted by relevance
30 DebugInfoFinder Finder;75 const DebugInfoFinder &Finder) { in printModuleDebugInfo()
20 DebugInfoFinder Finder;
37 class DebugInfoFinder; variable122 DebugInfoFinder *DIFinder = nullptr);
154 void DebugInfoFinder::reset() { in reset()163 void DebugInfoFinder::processModule(const Module &M) { in processModule()177 void DebugInfoFinder::processCompileUnit(DICompileUnit *CU) { in processCompileUnit()207 void DebugInfoFinder::processInstruction(const Module &M, in processInstruction()216 void DebugInfoFinder::processLocation(const Module &M, const DILocation *Loc) { in processLocation()223 void DebugInfoFinder::processType(DIType *DT) { in processType()247 void DebugInfoFinder::processScope(DIScope *Scope) { in processScope()273 void DebugInfoFinder::processSubprogram(DISubprogram *SP) { in processSubprogram()296 void DebugInfoFinder::processVariable(const Module &M, in processVariable()312 bool DebugInfoFinder::addType(DIType *DT) { in addType()[all …]
98 class DebugInfoFinder {
346 DebugInfoFinder F; in stripDeadDebugInfoImpl()
45 DebugInfoFinder *DIFinder) { in CloneBasicBlock()154 std::optional<DebugInfoFinder> DIFinder; in CloneFunctionInto()