mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-10-03 12:18:00 +00:00
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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user