mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-23 00:20:25 +00:00
Tighten up some type arguments to functions. Where we expect a
scope, pass a scope. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192002 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -292,7 +292,7 @@ public:
|
||||
MachineLocation Location);
|
||||
|
||||
/// addToContextOwner - Add Die into the list of its context owner's children.
|
||||
void addToContextOwner(DIE *Die, DIDescriptor Context);
|
||||
void addToContextOwner(DIE *Die, DIScope Context);
|
||||
|
||||
/// addType - Add a new type attribute to the specified entity. This takes
|
||||
/// and attribute parameter because DW_AT_friend attributes are also
|
||||
@@ -362,7 +362,7 @@ public:
|
||||
DIE *createStaticMemberDIE(DIDerivedType DT);
|
||||
|
||||
/// getOrCreateContextDIE - Get context owner's DIE.
|
||||
DIE *getOrCreateContextDIE(DIDescriptor Context);
|
||||
DIE *getOrCreateContextDIE(DIScope Context);
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user