Home
last modified time | relevance | path

Searched refs:toUnsigned (Results 1 – 22 of 22) sorted by relevance

/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinkerDeclContext.cpp64 !dwarf::toUnsigned(DIE.find(dwarf::DW_AT_external), 0)) in getChildDeclContext()
78 if (dwarf::toUnsigned(DIE.find(dwarf::DW_AT_artificial), 0)) in getChildDeclContext()
122 ByteSize = dwarf::toUnsigned(DIE.find(dwarf::DW_AT_byte_size), in getChildDeclContext()
126 dwarf::toUnsigned(DIE.find(dwarf::DW_AT_decl_file), 0)) { in getChildDeclContext()
136 Line = dwarf::toUnsigned(DIE.find(dwarf::DW_AT_decl_line), 0); in getChildDeclContext()
DDWARFLinkerCompileUnit.cpp27 Language = dwarf::toUnsigned(CU.find(dwarf::DW_AT_language), 0); in getLanguage()
DDWARFLinker.cpp287 dwarf::toUnsigned(Die.find(dwarf::DW_AT_declaration), 0)); in updatePruning()
840 dwarf::toUnsigned(Current.Die.find(dwarf::DW_AT_declaration), 0); in lookForDIEsToKeep()
1495 dwarf::toUnsigned(InputDIE.find(dwarf::DW_AT_APPLE_runtime_class)) in cloneDIE()
1500 dwarf::toUnsigned(InputDIE.find(dwarf::DW_AT_APPLE_objc_complete_type)) in cloneDIE()
2002 auto DwoId = dwarf::toUnsigned( in getDwoId()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/
DDWARFLinkerDeclContext.cpp64 !dwarf::toUnsigned(DIE.find(dwarf::DW_AT_external), 0)) in getChildDeclContext()
78 if (dwarf::toUnsigned(DIE.find(dwarf::DW_AT_artificial), 0)) in getChildDeclContext()
118 ByteSize = dwarf::toUnsigned(DIE.find(dwarf::DW_AT_byte_size), in getChildDeclContext()
122 dwarf::toUnsigned(DIE.find(dwarf::DW_AT_decl_file), 0)) { in getChildDeclContext()
132 Line = dwarf::toUnsigned(DIE.find(dwarf::DW_AT_decl_line), 0); in getChildDeclContext()
DDWARFLinkerCompileUnit.cpp27 Language = dwarf::toUnsigned(CU.find(dwarf::DW_AT_language), 0); in getLanguage()
/external/llvm-project/lld/Common/
DDWARF.cpp44 if (!dwarf::toUnsigned(die.find(dwarf::DW_AT_external), 0)) in DWARFCache()
48 unsigned file = dwarf::toUnsigned(die.find(dwarf::DW_AT_decl_file), 0); in DWARFCache()
53 unsigned line = dwarf::toUnsigned(die.find(dwarf::DW_AT_decl_line), 0); in DWARFCache()
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp296 EXPECT_EQ(Data1, toUnsigned(DieDG.find(Attr_DW_FORM_data1), 0)); in TestAllForms()
297 EXPECT_EQ(Data2, toUnsigned(DieDG.find(Attr_DW_FORM_data2), 0)); in TestAllForms()
298 EXPECT_EQ(Data4, toUnsigned(DieDG.find(Attr_DW_FORM_data4), 0)); in TestAllForms()
299 EXPECT_EQ(Data8, toUnsigned(DieDG.find(Attr_DW_FORM_data8), 0)); in TestAllForms()
350 EXPECT_EQ(1ULL, toUnsigned(DieDG.find(Attr_DW_FORM_flag_true), 0)); in TestAllForms()
351 EXPECT_EQ(0ULL, toUnsigned(DieDG.find(Attr_DW_FORM_flag_false), 1)); in TestAllForms()
353 EXPECT_EQ(1ULL, toUnsigned(DieDG.find(Attr_DW_FORM_flag_present), 0)); in TestAllForms()
367 EXPECT_EQ(UData[0], toUnsigned(DieDG.find(Attr_DW_FORM_udata), 0)); in TestAllForms()
692 EXPECT_EQ(DW_ATE_signed, toUnsigned(CU1TypeDieDG.find(DW_AT_encoding), 0)); in TestReferences()
698 EXPECT_EQ(DW_ATE_float, toUnsigned(CU2TypeDieDG.find(DW_AT_encoding), 0)); in TestReferences()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h196 inline Optional<uint64_t> toUnsigned(const Optional<DWARFFormValue> &V) { in toUnsigned() function
208 inline uint64_t toUnsigned(const Optional<DWARFFormValue> &V, in toUnsigned() function
210 return toUnsigned(V).getValueOr(Default); in toUnsigned()
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h201 inline Optional<uint64_t> toUnsigned(const Optional<DWARFFormValue> &V) { in toUnsigned() function
213 inline uint64_t toUnsigned(const Optional<DWARFFormValue> &V, in toUnsigned() function
215 return toUnsigned(V).getValueOr(Default); in toUnsigned()
/external/llvm-project/llvm/lib/DebugInfo/GSYM/
DDwarfTransformer.cpp41 Language = dwarf::toUnsigned(Die.find(dwarf::DW_AT_language), 0); in CUInfo()
234 Gsym, dwarf::toUnsigned(Die.find(dwarf::DW_AT_call_file), 0)); in parseInlineInfo()
235 II.CallLine = dwarf::toUnsigned(Die.find(dwarf::DW_AT_call_line), 0); in parseInlineInfo()
264 dwarf::toUnsigned(Die.findRecursively({dwarf::DW_AT_decl_file}))) { in convertFunctionLineTable()
266 dwarf::toUnsigned(Die.findRecursively({dwarf::DW_AT_decl_line}))) { in convertFunctionLineTable()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp570 return toUnsigned(findRecursively(DW_AT_decl_line), 0); in getDeclLine()
576 if (auto DeclFile = toUnsigned(findRecursively(DW_AT_decl_file))) { in getDeclFile()
587 CallFile = toUnsigned(find(DW_AT_call_file), 0); in getCallerFrame()
588 CallLine = toUnsigned(find(DW_AT_call_line), 0); in getCallerFrame()
589 CallColumn = toUnsigned(find(DW_AT_call_column), 0); in getCallerFrame()
590 CallDiscriminator = toUnsigned(find(DW_AT_GNU_discriminator), 0); in getCallerFrame()
DDWARFUnit.cpp430 if (Optional<uint64_t> DWOId = toUnsigned(UnitDie.find(DW_AT_GNU_dwo_id))) in tryExtractDIEsIfNeeded()
DDWARFContext.cpp714 toUnsigned(DWOCU->getUnitDIE().find(DW_AT_GNU_dwo_id))) in getDWOCompileUnitForHash()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp545 return toUnsigned(findRecursively(DW_AT_decl_line), 0); in getDeclLine()
551 CallFile = toUnsigned(find(DW_AT_call_file), 0); in getCallerFrame()
552 CallLine = toUnsigned(find(DW_AT_call_line), 0); in getCallerFrame()
553 CallColumn = toUnsigned(find(DW_AT_call_column), 0); in getCallerFrame()
554 CallDiscriminator = toUnsigned(find(DW_AT_GNU_discriminator), 0); in getCallerFrame()
DDWARFUnit.cpp456 if (Optional<uint64_t> DWOId = toUnsigned(UnitDie.find(DW_AT_GNU_dwo_id))) in tryExtractDIEsIfNeeded()
DDWARFContext.cpp665 toUnsigned(DWOCU->getUnitDIE().find(DW_AT_GNU_dwo_id))) in getDWOCompileUnitForHash()
/external/llvm-project/clang/lib/AST/Interp/
DBoolean.h61 Boolean toUnsigned() const { return *this; } in toUnsigned() function
DIntegral.h117 Integral<Bits, false> toUnsigned() const {
DInterp.h890 S.Stk.push<T>(T::from(V.toUnsigned() << RHS, V.bitWidth())); in ShiftLeft()
/external/llvm-project/llvm/tools/llvm-dwarfdump/
DStatistics.cpp193 dwarf::toUnsigned(DeclFile, 0), U->getCompilationDir(), in constructDieID()
199 << dwarf::toUnsigned(Die.findRecursively(dwarf::DW_AT_decl_line), 0); in constructDieID()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h90 if (auto Lang = dwarf::toUnsigned(CUDie.find(dwarf::DW_AT_language))) in CompileUnit()
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h90 if (auto Lang = dwarf::toUnsigned(CUDie.find(dwarf::DW_AT_language))) in CompileUnit()