Searched refs:DebugInfoFinder (Results 1 – 11 of 11) sorted by relevance
954 void DebugInfoFinder::reset() { in reset()965 void DebugInfoFinder::InitializeTypeMap(const Module &M) { in InitializeTypeMap()973 void DebugInfoFinder::processModule(const Module &M) { in processModule()1011 void DebugInfoFinder::processLocation(const Module &M, DILocation Loc) { in processLocation()1019 void DebugInfoFinder::processType(DIType DT) { in processType()1046 void DebugInfoFinder::processScope(DIScope Scope) { in processScope()1074 void DebugInfoFinder::processSubprogram(DISubprogram SP) { in processSubprogram()1094 void DebugInfoFinder::processDeclare(const Module &M, in processDeclare()1111 void DebugInfoFinder::processValue(const Module &M, const DbgValueInst *DVI) { in processValue()1127 bool DebugInfoFinder::addType(DIType DT) { in addType()[all …]
386 void processInstructions(DebugInfoFinder &Finder);387 void processCallInst(DebugInfoFinder &Finder, const CallInst &CI);2797 DebugInfoFinder Finder; in verifyDebugInfo()2821 void DebugInfoVerifier::processInstructions(DebugInfoFinder &Finder) { in processInstructions()2831 void DebugInfoVerifier::processCallInst(DebugInfoFinder &Finder, in processCallInst()
29 DebugInfoFinder Finder;
8 ; listed by DebugInfoFinder:
280 Finder = new DebugInfoFinder(); in SetupFinder()288 DebugInfoFinder* Finder;
95 static DebugInfoFinder DIFinder;
158 static MDNode* FindSubprogram(const Function *F, DebugInfoFinder &Finder) { in FindSubprogram()180 DebugInfoFinder Finder; in CloneDebugInfoMetadata()
298 DebugInfoFinder F; in runOnModule()
1031 class DebugInfoFinder {1033 DebugInfoFinder() : TypeMapInitialized(false) {} in DebugInfoFinder() function
530 DebugInfoFinder EDIType::DIFinder;
745 DebugInfoFinder DbgFinder; in recordAndEmitFilenames()