Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp139 void DebugInfoFinder::reset() { in reset()
148 void DebugInfoFinder::processModule(const Module &M) { in processModule()
162 void DebugInfoFinder::processCompileUnit(DICompileUnit *CU) { in processCompileUnit()
192 void DebugInfoFinder::processInstruction(const Module &M, in processInstruction()
201 void DebugInfoFinder::processLocation(const Module &M, const DILocation *Loc) { in processLocation()
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()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp30 DebugInfoFinder Finder;
75 const DebugInfoFinder &Finder) { in printModuleDebugInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DCloning.h38 class DebugInfoFinder; variable
111 DebugInfoFinder *DIFinder = nullptr);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DModuleDebugInfoPrinter.h20 DebugInfoFinder Finder;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfo.h90 class DebugInfoFinder {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp307 DebugInfoFinder F; in stripDeadDebugInfoImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp46 DebugInfoFinder *DIFinder) { in CloneBasicBlock()
138 Optional<DebugInfoFinder> DIFinder; in CloneFunctionInto()