Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DModuleDebugInfoPrinter.h20 DebugInfoFinder Finder;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCloning.h36 class DebugInfoFinder; variable
121 DebugInfoFinder *DIFinder = nullptr);
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp182 void DebugInfoFinder::reset() { in reset()
191 void DebugInfoFinder::processModule(const Module &M) { in processModule()
235 void DebugInfoFinder::processInstruction(const Module &M, in processInstruction()
259 void DebugInfoFinder::processType(DIType *DT) { in processType()
283 void DebugInfoFinder::processScope(DIScope *Scope) { in processScope()
309 void DebugInfoFinder::processSubprogram(DISubprogram *SP) { in processSubprogram()
332 void DebugInfoFinder::processVariable(const Module &M, in processVariable()
340 bool DebugInfoFinder::addType(DIType *DT) { in addType()
351 bool DebugInfoFinder::addCompileUnit(DICompileUnit *CU) { in addCompileUnit()
369 bool DebugInfoFinder::addSubprogram(DISubprogram *SP) { in addSubprogram()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp192 DebugInfoFinder F; in stripDeadDebugInfoImpl()
210 DebugInfoFinder LiveCUFinder; in stripDeadDebugInfoImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp42 const DebugInfoFinder &Finder) { in printModuleDebugInfo()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfo.h101 class DebugInfoFinder {
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp45 DebugInfoFinder *DIFinder) { in CloneBasicBlock()
159 std::optional<DebugInfoFinder> DIFinder; in CloneFunctionInto()