Searched refs:DebugInfoFinder (Results 1 – 7 of 7) sorted by relevance
30 DebugInfoFinder Finder;75 const DebugInfoFinder &Finder) { in printModuleDebugInfo()
139 void DebugInfoFinder::reset() { in reset()148 void DebugInfoFinder::processModule(const Module &M) { in processModule()192 void DebugInfoFinder::processInstruction(const Module &M, in processInstruction()208 void DebugInfoFinder::processType(DIType *DT) { in processType()232 void DebugInfoFinder::processScope(DIScope *Scope) { in processScope()258 void DebugInfoFinder::processSubprogram(DISubprogram *SP) { in processSubprogram()281 void DebugInfoFinder::processVariable(const Module &M, in processVariable()297 bool DebugInfoFinder::addType(DIType *DT) { in addType()308 bool DebugInfoFinder::addCompileUnit(DICompileUnit *CU) { in addCompileUnit()326 bool DebugInfoFinder::addSubprogram(DISubprogram *SP) { in addSubprogram()[all …]
20 DebugInfoFinder Finder;
38 class DebugInfoFinder; variable120 DebugInfoFinder *DIFinder = nullptr);
90 class DebugInfoFinder {
307 DebugInfoFinder F; in stripDeadDebugInfoImpl()
46 DebugInfoFinder *DIFinder) { in CloneBasicBlock()137 Optional<DebugInfoFinder> DIFinder; in CloneFunctionInto()