Searched refs:DebugInfoFinder (Results 1 – 7 of 7) sorted by relevance
20 DebugInfoFinder Finder;
37 class DebugInfoFinder; variable122 DebugInfoFinder *DIFinder = nullptr);
186 void DebugInfoFinder::reset() { in reset()195 void DebugInfoFinder::processModule(const Module &M) { in processModule()209 void DebugInfoFinder::processCompileUnit(DICompileUnit *CU) { in processCompileUnit()239 void DebugInfoFinder::processInstruction(const Module &M, in processInstruction()251 void DebugInfoFinder::processLocation(const Module &M, const DILocation *Loc) { in processLocation()258 void DebugInfoFinder::processDbgRecord(const Module &M, const DbgRecord &DR) { in processDbgRecord()264 void DebugInfoFinder::processType(DIType *DT) { in processType()288 void DebugInfoFinder::processScope(DIScope *Scope) { in processScope()314 void DebugInfoFinder::processSubprogram(DISubprogram *SP) { in processSubprogram()337 void DebugInfoFinder::processVariable(const Module &M, in processVariable()[all …]
192 DebugInfoFinder F; in stripDeadDebugInfoImpl() 210 DebugInfoFinder LiveCUFinder; in stripDeadDebugInfoImpl()
42 const DebugInfoFinder &Finder) { in printModuleDebugInfo()
103 class DebugInfoFinder {
47 DebugInfoFinder *DIFinder) { in CloneBasicBlock()161 std::optional<DebugInfoFinder> DIFinder; in CloneFunctionInto()