Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/IR/
HDDebugInfo.cpp103 void DebugInfoFinder::reset() { in reset()
114 void DebugInfoFinder::InitializeTypeMap(const Module &M) { in InitializeTypeMap()
122 void DebugInfoFinder::processModule(const Module &M) { in processModule()
155 void DebugInfoFinder::processLocation(const Module &M, const DILocation *Loc) { in processLocation()
163 void DebugInfoFinder::processType(DIType *DT) { in processType()
185 void DebugInfoFinder::processScope(DIScope *Scope) { in processScope()
211 void DebugInfoFinder::processSubprogram(DISubprogram *SP) { in processSubprogram()
225 void DebugInfoFinder::processDeclare(const Module &M, in processDeclare()
242 void DebugInfoFinder::processValue(const Module &M, const DbgValueInst *DVI) { in processValue()
258 bool DebugInfoFinder::addType(DIType *DT) { in addType()
[all …]
/NextBSD/contrib/llvm/include/llvm/IR/
HDDebugInfo.h72 class DebugInfoFinder {
74 DebugInfoFinder() : TypeMapInitialized(false) {} in DebugInfoFinder() function
/NextBSD/contrib/llvm/lib/Analysis/
HDModuleDebugInfoPrinter.cpp29 DebugInfoFinder Finder;
/NextBSD/contrib/llvm/lib/Transforms/IPO/
HDStripSymbols.cpp298 DebugInfoFinder F; in runOnModule()
/NextBSD/contrib/llvm/lib/Transforms/Utils/
HDCloneFunction.cpp160 DebugInfoFinder &Finder) { in FindSubprogram()
184 DebugInfoFinder Finder; in CloneDebugInfoMetadata()
/NextBSD/contrib/llvm/lib/Target/NVPTX/
HDNVPTXAsmPrinter.cpp773 DebugInfoFinder DbgFinder; in recordAndEmitFilenames()