mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-03 05:41:42 +00:00
Remove tabs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150022 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
60c8fa6bb9
commit
9f99721a18
@ -215,7 +215,7 @@ namespace llvm {
|
|||||||
/// @param SetterName Name of the Objective C property setter selector.
|
/// @param SetterName Name of the Objective C property setter selector.
|
||||||
/// @param PropertyAttributes Objective C property attributes.
|
/// @param PropertyAttributes Objective C property attributes.
|
||||||
DIObjCProperty createObjCProperty(StringRef Name, StringRef GetterName,
|
DIObjCProperty createObjCProperty(StringRef Name, StringRef GetterName,
|
||||||
StringRef SetterName,
|
StringRef SetterName,
|
||||||
unsigned PropertyAttributes);
|
unsigned PropertyAttributes);
|
||||||
|
|
||||||
/// createClassType - Create debugging information entry for a class.
|
/// createClassType - Create debugging information entry for a class.
|
||||||
@ -498,7 +498,7 @@ namespace llvm {
|
|||||||
/// @param Scope Lexical block.
|
/// @param Scope Lexical block.
|
||||||
/// @param File Source file.
|
/// @param File Source file.
|
||||||
DILexicalBlockFile createLexicalBlockFile(DIDescriptor Scope,
|
DILexicalBlockFile createLexicalBlockFile(DIDescriptor Scope,
|
||||||
DIFile File);
|
DIFile File);
|
||||||
|
|
||||||
/// createLexicalBlock - This creates a descriptor for a lexical block
|
/// createLexicalBlock - This creates a descriptor for a lexical block
|
||||||
/// with the specified parent context.
|
/// with the specified parent context.
|
||||||
|
@ -363,7 +363,7 @@ namespace llvm {
|
|||||||
|
|
||||||
StringRef getObjCPropertyName() const {
|
StringRef getObjCPropertyName() const {
|
||||||
if (getVersion() > LLVMDebugVersion11)
|
if (getVersion() > LLVMDebugVersion11)
|
||||||
return StringRef();
|
return StringRef();
|
||||||
return getStringField(10);
|
return getStringField(10);
|
||||||
}
|
}
|
||||||
StringRef getObjCPropertyGetterName() const {
|
StringRef getObjCPropertyGetterName() const {
|
||||||
|
@ -541,7 +541,7 @@ DIType DIBuilder::createEnumerationType(DIDescriptor Scope, StringRef Name,
|
|||||||
DIFile File, unsigned LineNumber,
|
DIFile File, unsigned LineNumber,
|
||||||
uint64_t SizeInBits,
|
uint64_t SizeInBits,
|
||||||
uint64_t AlignInBits,
|
uint64_t AlignInBits,
|
||||||
DIArray Elements) {
|
DIArray Elements) {
|
||||||
// TAG_enumeration_type is encoded in DICompositeType format.
|
// TAG_enumeration_type is encoded in DICompositeType format.
|
||||||
Value *Elts[] = {
|
Value *Elts[] = {
|
||||||
GetTagConstant(VMContext, dwarf::DW_TAG_enumeration_type),
|
GetTagConstant(VMContext, dwarf::DW_TAG_enumeration_type),
|
||||||
@ -779,7 +779,7 @@ DIVariable DIBuilder::createComplexVariable(unsigned Tag, DIDescriptor Scope,
|
|||||||
Elts.push_back(MDString::get(VMContext, Name));
|
Elts.push_back(MDString::get(VMContext, Name));
|
||||||
Elts.push_back(F);
|
Elts.push_back(F);
|
||||||
Elts.push_back(ConstantInt::get(Type::getInt32Ty(VMContext),
|
Elts.push_back(ConstantInt::get(Type::getInt32Ty(VMContext),
|
||||||
(LineNo | (ArgNo << 24))));
|
(LineNo | (ArgNo << 24))));
|
||||||
Elts.push_back(Ty);
|
Elts.push_back(Ty);
|
||||||
Elts.push_back(llvm::Constant::getNullValue(Type::getInt32Ty(VMContext)));
|
Elts.push_back(llvm::Constant::getNullValue(Type::getInt32Ty(VMContext)));
|
||||||
Elts.push_back(llvm::Constant::getNullValue(Type::getInt32Ty(VMContext)));
|
Elts.push_back(llvm::Constant::getNullValue(Type::getInt32Ty(VMContext)));
|
||||||
@ -895,7 +895,7 @@ DINameSpace DIBuilder::createNameSpace(DIDescriptor Scope, StringRef Name,
|
|||||||
/// createLexicalBlockFile - This creates a new MDNode that encapsulates
|
/// createLexicalBlockFile - This creates a new MDNode that encapsulates
|
||||||
/// an existing scope with a new filename.
|
/// an existing scope with a new filename.
|
||||||
DILexicalBlockFile DIBuilder::createLexicalBlockFile(DIDescriptor Scope,
|
DILexicalBlockFile DIBuilder::createLexicalBlockFile(DIDescriptor Scope,
|
||||||
DIFile File) {
|
DIFile File) {
|
||||||
Value *Elts[] = {
|
Value *Elts[] = {
|
||||||
GetTagConstant(VMContext, dwarf::DW_TAG_lexical_block),
|
GetTagConstant(VMContext, dwarf::DW_TAG_lexical_block),
|
||||||
Scope,
|
Scope,
|
||||||
|
@ -974,22 +974,22 @@ void DebugInfoFinder::processModule(Module &M) {
|
|||||||
DICompileUnit CU(CU_Nodes->getOperand(i));
|
DICompileUnit CU(CU_Nodes->getOperand(i));
|
||||||
addCompileUnit(CU);
|
addCompileUnit(CU);
|
||||||
if (CU.getVersion() > LLVMDebugVersion10) {
|
if (CU.getVersion() > LLVMDebugVersion10) {
|
||||||
DIArray GVs = CU.getGlobalVariables();
|
DIArray GVs = CU.getGlobalVariables();
|
||||||
for (unsigned i = 0, e = GVs.getNumElements(); i != e; ++i) {
|
for (unsigned i = 0, e = GVs.getNumElements(); i != e; ++i) {
|
||||||
DIGlobalVariable DIG(GVs.getElement(i));
|
DIGlobalVariable DIG(GVs.getElement(i));
|
||||||
if (addGlobalVariable(DIG))
|
if (addGlobalVariable(DIG))
|
||||||
processType(DIG.getType());
|
processType(DIG.getType());
|
||||||
}
|
}
|
||||||
DIArray SPs = CU.getSubprograms();
|
DIArray SPs = CU.getSubprograms();
|
||||||
for (unsigned i = 0, e = SPs.getNumElements(); i != e; ++i)
|
for (unsigned i = 0, e = SPs.getNumElements(); i != e; ++i)
|
||||||
processSubprogram(DISubprogram(SPs.getElement(i)));
|
processSubprogram(DISubprogram(SPs.getElement(i)));
|
||||||
DIArray EnumTypes = CU.getEnumTypes();
|
DIArray EnumTypes = CU.getEnumTypes();
|
||||||
for (unsigned i = 0, e = EnumTypes.getNumElements(); i != e; ++i)
|
for (unsigned i = 0, e = EnumTypes.getNumElements(); i != e; ++i)
|
||||||
processType(DIType(EnumTypes.getElement(i)));
|
processType(DIType(EnumTypes.getElement(i)));
|
||||||
DIArray RetainedTypes = CU.getRetainedTypes();
|
DIArray RetainedTypes = CU.getRetainedTypes();
|
||||||
for (unsigned i = 0, e = RetainedTypes.getNumElements(); i != e; ++i)
|
for (unsigned i = 0, e = RetainedTypes.getNumElements(); i != e; ++i)
|
||||||
processType(DIType(RetainedTypes.getElement(i)));
|
processType(DIType(RetainedTypes.getElement(i)));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user