Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp30 DebugInfoFinder Finder;
75 const DebugInfoFinder &Finder) { in printModuleDebugInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp139 void DebugInfoFinder::reset() { in reset()
148 void DebugInfoFinder::processModule(const Module &M) { in processModule()
192 void DebugInfoFinder::processInstruction(const Module &M, in processInstruction()
208 void DebugInfoFinder::processType(DIType *DT) { in processType()
232 void DebugInfoFinder::processScope(DIScope *Scope) { in processScope()
258 void DebugInfoFinder::processSubprogram(DISubprogram *SP) { in processSubprogram()
281 void DebugInfoFinder::processVariable(const Module &M, in processVariable()
297 bool DebugInfoFinder::addType(DIType *DT) { in addType()
308 bool DebugInfoFinder::addCompileUnit(DICompileUnit *CU) { in addCompileUnit()
326 bool DebugInfoFinder::addSubprogram(DISubprogram *SP) { in addSubprogram()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DModuleDebugInfoPrinter.h20 DebugInfoFinder Finder;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCloning.h38 class DebugInfoFinder; variable
120 DebugInfoFinder *DIFinder = nullptr);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfo.h90 class DebugInfoFinder {
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp307 DebugInfoFinder F; in stripDeadDebugInfoImpl()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp46 DebugInfoFinder *DIFinder) { in CloneBasicBlock()
137 Optional<DebugInfoFinder> DIFinder; in CloneFunctionInto()