Extract subprogram and compile unit information from the debug info attached to an instruction.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83491 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Devang Patel
2009-10-07 22:04:08 +00:00
parent b07c171624
commit beab41b874
2 changed files with 33 additions and 1 deletions

View File

@@ -679,7 +679,10 @@ bool getLocationInfo(const Value *V, std::string &DisplayName,
/// processType - Process DIType.
void processType(DIType DT);
/// processSubprogram - Enumberate DISubprogram.
/// processLexicalBlock - Process DILexicalBlock.
void processLexicalBlock(DILexicalBlock LB);
/// processSubprogram - Process DISubprogram.
void processSubprogram(DISubprogram SP);
/// processStopPoint - Process DbgStopPointInst.