Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp954 void DebugInfoFinder::reset() { in reset()
965 void DebugInfoFinder::InitializeTypeMap(const Module &M) { in InitializeTypeMap()
973 void DebugInfoFinder::processModule(const Module &M) { in processModule()
1011 void DebugInfoFinder::processLocation(const Module &M, DILocation Loc) { in processLocation()
1019 void DebugInfoFinder::processType(DIType DT) { in processType()
1046 void DebugInfoFinder::processScope(DIScope Scope) { in processScope()
1074 void DebugInfoFinder::processSubprogram(DISubprogram SP) { in processSubprogram()
1094 void DebugInfoFinder::processDeclare(const Module &M, in processDeclare()
1111 void DebugInfoFinder::processValue(const Module &M, const DbgValueInst *DVI) { in processValue()
1127 bool DebugInfoFinder::addType(DIType DT) { in addType()
[all …]
H A DVerifier.cpp386 void processInstructions(DebugInfoFinder &Finder);
387 void processCallInst(DebugInfoFinder &Finder, const CallInst &CI);
2797 DebugInfoFinder Finder; in verifyDebugInfo()
2821 void DebugInfoVerifier::processInstructions(DebugInfoFinder &Finder) { in processInstructions()
2831 void DebugInfoVerifier::processCallInst(DebugInfoFinder &Finder, in processCallInst()
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp29 DebugInfoFinder Finder;
/minix3/external/bsd/llvm/dist/llvm/test/DebugInfo/
H A Ddebuginfofinder-multiple-cu.ll8 ; listed by DebugInfoFinder:
/minix3/external/bsd/llvm/dist/llvm/unittests/Transforms/Utils/
H A DCloning.cpp280 Finder = new DebugInfoFinder(); in SetupFinder()
288 DebugInfoFinder* Finder;
/minix3/minix/llvm/passes/include/magic/support/
H A DEDIType.h95 static DebugInfoFinder DIFinder;
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp158 static MDNode* FindSubprogram(const Function *F, DebugInfoFinder &Finder) { in FindSubprogram()
180 DebugInfoFinder Finder; in CloneDebugInfoMetadata()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp298 DebugInfoFinder F; in runOnModule()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfo.h1031 class DebugInfoFinder {
1033 DebugInfoFinder() : TypeMapInitialized(false) {} in DebugInfoFinder() function
/minix3/minix/llvm/passes/magic/support/
H A DEDIType.cpp530 DebugInfoFinder EDIType::DIFinder;
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp745 DebugInfoFinder DbgFinder; in recordAndEmitFilenames()