Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp30 DebugInfoFinder Finder;
75 const DebugInfoFinder &Finder) { in printModuleDebugInfo()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DModuleDebugInfoPrinter.h20 DebugInfoFinder Finder;
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DCloning.h37 class DebugInfoFinder; variable
122 DebugInfoFinder *DIFinder = nullptr);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp154 void DebugInfoFinder::reset() { in reset()
163 void DebugInfoFinder::processModule(const Module &M) { in processModule()
177 void DebugInfoFinder::processCompileUnit(DICompileUnit *CU) { in processCompileUnit()
207 void DebugInfoFinder::processInstruction(const Module &M, in processInstruction()
216 void DebugInfoFinder::processLocation(const Module &M, const DILocation *Loc) { in processLocation()
223 void DebugInfoFinder::processType(DIType *DT) { in processType()
247 void DebugInfoFinder::processScope(DIScope *Scope) { in processScope()
273 void DebugInfoFinder::processSubprogram(DISubprogram *SP) { in processSubprogram()
296 void DebugInfoFinder::processVariable(const Module &M, in processVariable()
312 bool DebugInfoFinder::addType(DIType *DT) { in addType()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfo.h98 class DebugInfoFinder {
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp346 DebugInfoFinder F; in stripDeadDebugInfoImpl()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp45 DebugInfoFinder *DIFinder) { in CloneBasicBlock()
154 std::optional<DebugInfoFinder> DIFinder; in CloneFunctionInto()