/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AddressPool.cpp | 37 Asm.emitInt16(Asm.getDwarfVersion()); in emitHeader() 44 if (Asm.getDwarfVersion() >= 5) in emit()
|
D | DwarfUnit.cpp | 52 : DwarfExpression(AP.getDwarfVersion()), AP(AP), DU(DU), in DIEDwarfExpression() 74 : DIEUnit(A->getDwarfVersion(), A->MAI->getCodePointerSize(), UnitTag), in DwarfUnit() 111 if (DD->getDwarfVersion() >= 3) in getDefaultLowerBound() 116 if (DD->getDwarfVersion() >= 3) in getDefaultLowerBound() 125 if (DD->getDwarfVersion() >= 4) in getDefaultLowerBound() 136 if (DD->getDwarfVersion() >= 4) in getDefaultLowerBound() 154 if (DD->getDwarfVersion() >= 5) in getDefaultLowerBound() 162 if (DD->getDwarfVersion() >= 5) in getDefaultLowerBound() 201 if (DD->getDwarfVersion() >= 4) in addFlag() 274 if (DD->getDwarfVersion() >= 4) in addSectionOffset() [all …]
|
D | DwarfUnit.h | 115 uint16_t getDwarfVersion() const { return DD->getDwarfVersion(); } in getDwarfVersion() function 288 (DD->getDwarfVersion() >= 5 ? sizeof(int8_t) in getHeaderSize()
|
D | DIE.cpp | 89 AP->getDwarfVersion())) { in Emit() 91 << " for DWARF version " << AP->getDwarfVersion() in Emit() 432 Params = {AP->getDwarfVersion(), uint8_t(AP->getPointerSize()), in SizeOf() 656 if (AP->getDwarfVersion() == 2) in SizeOf()
|
D | DwarfDebug.cpp | 353 : MMI->getModule()->getDwarfVersion(); in DwarfDebug() 675 if (getDwarfVersion() >= 5) in beginModule() 783 if (getDwarfVersion() >= 5) { in finalizeModuleInfo() 799 if (getDwarfVersion() < 5 && !SkCU->getRangeLists().empty()) { in finalizeModuleInfo() 825 if (getDwarfVersion() >= 5 && !useSplitDwarf() && in finalizeModuleInfo() 1483 if (Line != 0 && getDwarfVersion() >= 4) in recordSourceLine() 1764 DebugLocDwarfExpression DwarfExpr(AP.getDwarfVersion(), Streamer); in finalize() 2012 auto DwarfVersion = CU->getDwarfVersion(); in emitRangeList() 2107 Asm->emitInt16(Asm->OutStreamer->getContext().getDwarfVersion()); in emitRnglistsTableHeader() 2145 if (getDwarfVersion() >= 5) { in emitDebugRanges() [all …]
|
D | DwarfCompileUnit.cpp | 310 if (DD->getDwarfVersion() < 4) in attachLowHighPC() 411 DD->getDwarfVersion() >= 5 in addScopeRangeList() 423 if (DD->getDwarfVersion() < 5) in addScopeRangeList() 476 if (IA->getDiscriminator() && DD->getDwarfVersion() >= 4) in constructInlinedScopeDIE() 874 if (DD->getDwarfVersion() >= 5 && UT != dwarf::DW_UT_compile) in emitHeader() 993 dwarf::Form Form = DD->getDwarfVersion() >= 4 ? dwarf::DW_FORM_sec_offset in addLocationList()
|
D | DwarfStringPool.cpp | 55 Asm.emitInt16(Asm.getDwarfVersion()); in emitStringOffsetsTableHeader()
|
D | DwarfCompileUnit.h | 228 DD->getDwarfVersion() >= 5 && DD->useSplitDwarf() ? sizeof(uint64_t) in getHeaderSize()
|
D | DwarfDebug.h | 589 uint16_t getDwarfVersion() const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCDwarf.cpp | 176 MCOS->getContext().getDwarfVersion() >= 4) { in EmitDwarfLineTable() 246 if (context.getDwarfVersion() >= 5) in Emit() 467 unsigned LineTableVersion = context.getDwarfVersion(); in Emit() 801 EmitAbbrev(MCOS, dwarf::DW_AT_stmt_list, context.getDwarfVersion() >= 4 in EmitGenDwarfAbbrev() 805 context.getDwarfVersion() >= 3) { in EmitGenDwarfAbbrev() 806 EmitAbbrev(MCOS, dwarf::DW_AT_ranges, context.getDwarfVersion() >= 4 in EmitGenDwarfAbbrev() 941 MCOS->EmitIntValue(context.getDwarfVersion(), 2); in EmitGenDwarfInfo() 947 if (context.getDwarfVersion() >= 5) { in EmitGenDwarfInfo() 958 if (context.getDwarfVersion() <= 4) in EmitGenDwarfInfo() 1150 MCOS->getContext().getDwarfVersion() >= 3; in Emit() [all …]
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 49 : DwarfExpression(AP.getDwarfDebug()->getDwarfVersion()), AP(AP), DU(DU), in DIEDwarfExpression() 185 if (DD->getDwarfVersion() >= 4) in addFlag() 237 if (DD->getDwarfVersion() >= 4) in addSectionOffset() 312 Loc->BestForm(DD->getDwarfVersion()), Loc); in addBlock() 646 DD->getDwarfVersion() >= 4 ? dwarf::DW_AT_linkage_name in addLinkageName() 699 if (Ty->getTag() == dwarf::DW_TAG_restrict_type && DD->getDwarfVersion() <= 2) in getOrCreateTypeDIE() 1422 if (DD->getDwarfVersion() <= 2) { in constructMemberDIE() 1505 Asm->EmitInt16(DD->getDwarfVersion()); in emitHeader()
|
D | DwarfCompileUnit.cpp | 253 DD->getDwarfVersion() >= 4 ? dwarf::DW_FORM_sec_offset in addSectionLabel() 287 if (DD->getDwarfVersion() < 4) in attachLowHighPC() 387 DD->getDwarfVersion() >= 4 ? dwarf::DW_FORM_sec_offset in addSectionDelta() 798 dwarf::Form Form = DD->getDwarfVersion() >= 4 ? dwarf::DW_FORM_sec_offset in addLocationList()
|
D | DIE.cpp | 301 if (AP->OutStreamer->getContext().getDwarfVersion() == 2) in SizeOf() 471 if (DD->getDwarfVersion() == 2) in getRefAddrSize()
|
D | AsmPrinterDwarf.cpp | 181 DebugLocDwarfExpression Expr(getDwarfDebug()->getDwarfVersion(), Streamer); in EmitDwarfRegOp()
|
D | DwarfDebug.h | 518 unsigned getDwarfVersion() const { return DwarfVersion; } in getDwarfVersion() function
|
D | DwarfDebug.cpp | 259 : MMI->getModule()->getDwarfVersion(); in DwarfDebug() 1400 DebugLocDwarfExpression DwarfExpr(AP.getDwarfDebug()->getDwarfVersion(), in emitDebugLocValue() 1454 DebugLocDwarfExpression Expr(AP.getDwarfDebug()->getDwarfVersion(), in finalize()
|
/external/llvm/lib/MC/ |
D | MCDwarf.cpp | 520 EmitAbbrev(MCOS, dwarf::DW_AT_stmt_list, context.getDwarfVersion() >= 4 in EmitGenDwarfAbbrev() 524 context.getDwarfVersion() >= 3) { in EmitGenDwarfAbbrev() 525 EmitAbbrev(MCOS, dwarf::DW_AT_ranges, context.getDwarfVersion() >= 4 in EmitGenDwarfAbbrev() 661 MCOS->EmitIntValue(context.getDwarfVersion(), 2); in EmitGenDwarfInfo() 866 MCOS->getContext().getDwarfVersion() >= 3; in Emit() 1284 uint8_t CIEVersion = getCIEVersion(IsEH, context.getDwarfVersion()); in EmitCIE()
|
/external/llvm/lib/Transforms/Utils/ |
D | AddDiscriminators.cpp | 165 F.getParent()->getDwarfVersion() < 4) in addDiscriminators()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/ |
D | DwarfGenerator.h | 161 uint16_t getVersion() const { return DU.getDwarfVersion(); } in getVersion()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 193 uint16_t getDwarfVersion() const;
|
/external/llvm/include/llvm/MC/ |
D | MCContext.h | 533 uint16_t getDwarfVersion() const { return DwarfVersion; } in getDwarfVersion() function
|
/external/llvm/lib/IR/ |
D | Module.cpp | 466 unsigned Module::getDwarfVersion() const { in getDwarfVersion() function in Module
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Module.cpp | 453 unsigned Module::getDwarfVersion() const { in getDwarfVersion() function in Module
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Module.h | 815 unsigned getDwarfVersion() const;
|
/external/llvm/include/llvm/IR/ |
D | Module.h | 787 unsigned getDwarfVersion() const;
|