Searched refs:toUnsigned (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/Common/
H A DDWARF.cpp44 if (!dwarf::toUnsigned(die.find(dwarf::DW_AT_external), 0))
48 unsigned file = dwarf::toUnsigned(die.find(dwarf::DW_AT_decl_file), 0);
53 unsigned line = dwarf::toUnsigned(die.find(dwarf::DW_AT_decl_line), 0);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp64 !dwarf::toUnsigned(DIE.find(dwarf::DW_AT_external), 0))
78 if (dwarf::toUnsigned(DIE.find(dwarf::DW_AT_artificial), 0))
118 ByteSize = dwarf::toUnsigned(DIE.find(dwarf::DW_AT_byte_size),
122 dwarf::toUnsigned(DIE.find(dwarf::DW_AT_decl_file), 0)) {
132 Line = dwarf::toUnsigned(DIE.find(dwarf::DW_AT_decl_line), 0);
H A DDWARFLinkerCompileUnit.cpp27 Language = dwarf::toUnsigned(CU.find(dwarf::DW_AT_language), 0);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h196 inline Optional<uint64_t> toUnsigned(const Optional<DWARFFormValue> &V) { function in namespace:llvm::dwarf
208 inline uint64_t toUnsigned(const Optional<DWARFFormValue> &V, function in namespace:llvm::dwarf
210 return toUnsigned(V).getValueOr(Default);
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DBoolean.h61 Boolean toUnsigned() const { return *this; } function in class:clang::interp::Boolean
H A DIntegral.h117 Integral<Bits, false> toUnsigned() const { function in class:clang::interp::Integral
H A DInterp.h890 S.Stk.push<T>(T::from(V.toUnsigned() << RHS, V.bitWidth()));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp545 return toUnsigned(findRecursively(DW_AT_decl_line), 0);
551 CallFile = toUnsigned(find(DW_AT_call_file), 0);
552 CallLine = toUnsigned(find(DW_AT_call_line), 0);
553 CallColumn = toUnsigned(find(DW_AT_call_column), 0);
554 CallDiscriminator = toUnsigned(find(DW_AT_GNU_discriminator), 0);
H A DDWARFUnit.cpp456 if (Optional<uint64_t> DWOId = toUnsigned(UnitDie.find(DW_AT_GNU_dwo_id)))
H A DDWARFContext.cpp665 toUnsigned(DWOCU->getUnitDIE().find(DW_AT_GNU_dwo_id)))
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h90 if (auto Lang = dwarf::toUnsigned(CUDie.find(dwarf::DW_AT_language)))

Completed in 151 milliseconds