mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
s/ConstructType/ConstructTypeDIE/g
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61731 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5d5a897529
commit
e520273172
@ -1497,9 +1497,9 @@ private:
|
||||
}
|
||||
}
|
||||
|
||||
/// ConstructType - Construct basic type die from DIBasicType.
|
||||
void ConstructType(CompileUnit *DW_Unit, DIE &Buffer,
|
||||
DIBasicType *BTy) {
|
||||
/// ConstructTypeDIE - Construct basic type die from DIBasicType.
|
||||
void ConstructTypeDIE(CompileUnit *DW_Unit, DIE &Buffer,
|
||||
DIBasicType *BTy) {
|
||||
|
||||
// Get core information.
|
||||
const std::string &Name = BTy->getName();
|
||||
@ -1512,9 +1512,9 @@ private:
|
||||
AddUInt(&Buffer, DW_AT_byte_size, 0, Size);
|
||||
}
|
||||
|
||||
/// ConstructType - Construct derived type die from DIDerivedType.
|
||||
void ConstructType(CompileUnit *DW_Unit, DIE &Buffer,
|
||||
DIDerivedType *DTy) {
|
||||
/// ConstructTypeDIE - Construct derived type die from DIDerivedType.
|
||||
void ConstructTypeDIE(CompileUnit *DW_Unit, DIE &Buffer,
|
||||
DIDerivedType *DTy) {
|
||||
|
||||
// Get core information.
|
||||
const std::string &Name = DTy->getName();
|
||||
|
Loading…
Reference in New Issue
Block a user