Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DDebugInfo.cpp88 void DebugInfoFinder::reset() { in reset()
99 void DebugInfoFinder::InitializeTypeMap(const Module &M) { in InitializeTypeMap()
107 void DebugInfoFinder::processModule(const Module &M) { in processModule()
140 void DebugInfoFinder::processLocation(const Module &M, const DILocation *Loc) { in processLocation()
148 void DebugInfoFinder::processType(DIType *DT) { in processType()
172 void DebugInfoFinder::processScope(DIScope *Scope) { in processScope()
198 void DebugInfoFinder::processSubprogram(DISubprogram *SP) { in processSubprogram()
212 void DebugInfoFinder::processDeclare(const Module &M, in processDeclare()
229 void DebugInfoFinder::processValue(const Module &M, const DbgValueInst *DVI) { in processValue()
245 bool DebugInfoFinder::addType(DIType *DT) { in addType()
[all …]
/external/llvm/include/llvm/IR/
DDebugInfo.h69 class DebugInfoFinder {
71 DebugInfoFinder() : TypeMapInitialized(false) {} in DebugInfoFinder() function
/external/llvm/test/DebugInfo/Generic/
Ddebuginfofinder-multiple-cu.ll8 ; listed by DebugInfoFinder:
/external/llvm/lib/Analysis/
DModuleDebugInfoPrinter.cpp29 DebugInfoFinder Finder;
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp283 Finder = new DebugInfoFinder(); in SetupFinder()
291 DebugInfoFinder* Finder;
/external/llvm/lib/Transforms/IPO/
DStripSymbols.cpp298 DebugInfoFinder F; in runOnModule()
/external/llvm/lib/Transforms/Utils/
DCloneFunction.cpp168 DebugInfoFinder &Finder) { in FindSubprogram()
192 DebugInfoFinder Finder; in CloneDebugInfoMetadata()
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp771 DebugInfoFinder DbgFinder; in recordAndEmitFilenames()