Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DModuleDebugInfoPrinter.h20 DebugInfoFinder Finder;
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCloning.h37 class DebugInfoFinder; variable
122 DebugInfoFinder *DIFinder = nullptr);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp186 void DebugInfoFinder::reset() { in reset()
195 void DebugInfoFinder::processModule(const Module &M) { in processModule()
209 void DebugInfoFinder::processCompileUnit(DICompileUnit *CU) { in processCompileUnit()
239 void DebugInfoFinder::processInstruction(const Module &M, in processInstruction()
251 void DebugInfoFinder::processLocation(const Module &M, const DILocation *Loc) { in processLocation()
258 void DebugInfoFinder::processDbgRecord(const Module &M, const DbgRecord &DR) { in processDbgRecord()
264 void DebugInfoFinder::processType(DIType *DT) { in processType()
288 void DebugInfoFinder::processScope(DIScope *Scope) { in processScope()
314 void DebugInfoFinder::processSubprogram(DISubprogram *SP) { in processSubprogram()
337 void DebugInfoFinder::processVariable(const Module &M, in processVariable()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp192 DebugInfoFinder F; in stripDeadDebugInfoImpl()
210 DebugInfoFinder LiveCUFinder; in stripDeadDebugInfoImpl()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp42 const DebugInfoFinder &Finder) { in printModuleDebugInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfo.h103 class DebugInfoFinder {
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp47 DebugInfoFinder *DIFinder) { in CloneBasicBlock()
161 std::optional<DebugInfoFinder> DIFinder; in CloneFunctionInto()