Searched refs:DebugInfoFinder (Results 1 – 7 of 7) sorted by relevance
20 DebugInfoFinder Finder;
36 class DebugInfoFinder; variable121 DebugInfoFinder *DIFinder = nullptr);
182 void DebugInfoFinder::reset() { in reset()191 void DebugInfoFinder::processModule(const Module &M) { in processModule()235 void DebugInfoFinder::processInstruction(const Module &M, in processInstruction()259 void DebugInfoFinder::processType(DIType *DT) { in processType()283 void DebugInfoFinder::processScope(DIScope *Scope) { in processScope()309 void DebugInfoFinder::processSubprogram(DISubprogram *SP) { in processSubprogram()332 void DebugInfoFinder::processVariable(const Module &M, in processVariable()340 bool DebugInfoFinder::addType(DIType *DT) { in addType()351 bool DebugInfoFinder::addCompileUnit(DICompileUnit *CU) { in addCompileUnit()369 bool DebugInfoFinder::addSubprogram(DISubprogram *SP) { in addSubprogram()[all …]
192 DebugInfoFinder F; in stripDeadDebugInfoImpl()210 DebugInfoFinder LiveCUFinder; in stripDeadDebugInfoImpl()
42 const DebugInfoFinder &Finder) { in printModuleDebugInfo()
101 class DebugInfoFinder {
45 DebugInfoFinder *DIFinder) { in CloneBasicBlock()159 std::optional<DebugInfoFinder> DIFinder; in CloneFunctionInto()