Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DDebugInfo.cpp54 void DebugInfoFinder::reset() { in reset()
63 void DebugInfoFinder::processModule(const Module &M) { in processModule()
107 void DebugInfoFinder::processInstruction(const Module &M, in processInstruction()
125 void DebugInfoFinder::processType(DIType *DT) { in processType()
149 void DebugInfoFinder::processScope(DIScope *Scope) { in processScope()
175 void DebugInfoFinder::processSubprogram(DISubprogram *SP) { in processSubprogram()
198 void DebugInfoFinder::processDeclare(const Module &M, in processDeclare()
229 bool DebugInfoFinder::addType(DIType *DT) { in addType()
240 bool DebugInfoFinder::addCompileUnit(DICompileUnit *CU) { in addCompileUnit()
258 bool DebugInfoFinder::addSubprogram(DISubprogram *SP) { in addSubprogram()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DCloning.h40 class DebugInfoFinder; variable
113 DebugInfoFinder *DIFinder = nullptr);
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDebugInfo.h65 class DebugInfoFinder {
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp28 DebugInfoFinder Finder;
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp309 DebugInfoFinder F; in runOnModule()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp44 DebugInfoFinder *DIFinder) { in CloneBasicBlock()
159 DebugInfoFinder DIFinder; in CloneFunctionInto()