Home
last modified time | relevance | path

Searched refs:DebugInfoFinder (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp30 DebugInfoFinder Finder;
75 const DebugInfoFinder &Finder) { in printModuleDebugInfo()
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfo.cpp138 void DebugInfoFinder::reset() { in reset()
147 void DebugInfoFinder::processModule(const Module &M) { in processModule()
191 void DebugInfoFinder::processInstruction(const Module &M, in processInstruction()
207 void DebugInfoFinder::processType(DIType *DT) { in processType()
231 void DebugInfoFinder::processScope(DIScope *Scope) { in processScope()
257 void DebugInfoFinder::processSubprogram(DISubprogram *SP) { in processSubprogram()
280 void DebugInfoFinder::processVariable(const Module &M, in processVariable()
296 bool DebugInfoFinder::addType(DIType *DT) { in addType()
307 bool DebugInfoFinder::addCompileUnit(DICompileUnit *CU) { in addCompileUnit()
325 bool DebugInfoFinder::addSubprogram(DISubprogram *SP) { in addSubprogram()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DModuleDebugInfoPrinter.h20 DebugInfoFinder Finder;
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DCloning.h37 class DebugInfoFinder; variable
118 DebugInfoFinder *DIFinder = nullptr);
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Dclone-module.ll6 ; achieved via DebugInfoFinder collecting all the DISubprogram's. However,
7 ; CloneFunctionInto was missing calls into DebugInfoFinder for functions w/o
H A Dclone-module-2.ll7 ; DISubprogram by DebugInfoFinder (making sure DISubprogram's don't get
/llvm-project-15.0.7/llvm/test/DebugInfo/Generic/
H A Ddebuginfofinder-imported-global-variable.ll4 ; This is to track DebugInfoFinder's ability to find the debug info metadata,
H A Ddebuginfofinder-multiple-cu.ll9 ; listed by DebugInfoFinder:
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfo.h90 class DebugInfoFinder {
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp307 DebugInfoFinder F; in stripDeadDebugInfoImpl()
/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DCloningTest.cpp547 Finder = new DebugInfoFinder(); in SetupFinder()
555 DebugInfoFinder* Finder;
1001 DebugInfoFinder Finder; in TEST_F()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp44 DebugInfoFinder *DIFinder) { in CloneBasicBlock()
135 Optional<DebugInfoFinder> DIFinder; in CloneFunctionInto()