Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp
H A DDWARFLinkerCompileUnit.cpp
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/lld/Common/
H A 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()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp45 Language = dwarf::toUnsigned(Die.find(dwarf::DW_AT_language), 0); in CUInfo()
281 const uint64_t DwarfFileIdx = dwarf::toUnsigned( in parseInlineInfo()
287 II.CallLine = dwarf::toUnsigned(Die.find(dwarf::DW_AT_call_line), 0); in parseInlineInfo()
333 const uint64_t DwarfFileIdx = dwarf::toUnsigned( in convertFunctionLineTable()
344 dwarf::toUnsigned(Die.findRecursively({dwarf::DW_AT_decl_line}))) { in convertFunctionLineTable()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h226 toUnsigned(const std::optional<DWARFFormValue> &V) { in toUnsigned() function
238 inline uint64_t toUnsigned(const std::optional<DWARFFormValue> &V, in toUnsigned() function
240 return toUnsigned(V).value_or(Default); in toUnsigned()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp472 return toUnsigned(findRecursively(DW_AT_decl_line), 0); in getDeclLine()
486 CallFile = toUnsigned(find(DW_AT_call_file), 0); in getCallerFrame()
487 CallLine = toUnsigned(find(DW_AT_call_line), 0); in getCallerFrame()
488 CallColumn = toUnsigned(find(DW_AT_call_column), 0); in getCallerFrame()
489 CallDiscriminator = toUnsigned(find(DW_AT_GNU_discriminator), 0); in getCallerFrame()
H A DDWARFUnit.cpp515 toUnsigned(UnitDie.find(DW_AT_GNU_dwo_id))) in tryExtractDIEsIfNeeded()
H A DDWARFContext.cpp1378 toUnsigned(DWOCU->getUnitDIE().find(DW_AT_GNU_dwo_id))) in getDWOCompileUnitForHash()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFLinkerCompileUnit.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DBoolean.h61 Boolean toUnsigned() const { return *this; } in toUnsigned() function
H A DIntegral.h117 Integral<Bits, false> toUnsigned() const {
H A DIntegralAP.h163 IntegralAP<false> toUnsigned() const { in toUnsigned() function
H A DInterp.h179 } else if (LHS.toUnsigned().countLeadingZeros() < in CheckShift()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h118 if (auto Lang = dwarf::toUnsigned(CUDie.find(dwarf::DW_AT_language))) in CompileUnit()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp252 dwarf::toUnsigned(DeclFile, 0), U->getCompilationDir(), in constructDieID()
258 << dwarf::toUnsigned(Die.findRecursively(dwarf::DW_AT_decl_line), 0); in constructDieID()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp277 dwarf::toUnsigned(Die.find(dwarf::DW_AT_declaration), 0)); in updatePruning()
934 dwarf::toUnsigned(Current.Die.find(dwarf::DW_AT_declaration), 0); in lookForDIEsToKeep()
1839 dwarf::toUnsigned(InputDIE.find(dwarf::DW_AT_APPLE_runtime_class)) in cloneDIE()
1844 dwarf::toUnsigned(InputDIE.find(dwarf::DW_AT_APPLE_objc_complete_type)) in cloneDIE()
2416 auto DwoId = dwarf::toUnsigned( in getDwoId()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp56 uint16_t LangVal = dwarf::toUnsigned(Val, 0); in CompileUnit()
1483 dwarf::toUnsigned(find(InputDieEntry, dwarf::DW_AT_declaration), 0); in createTypeDIEandCloneAttributes()
1488 dwarf::toUnsigned(find(*ParentIdx, dwarf::DW_AT_declaration), 0); in createTypeDIEandCloneAttributes()
H A DDWARFLinkerImpl.cpp150 uint16_t LangVal = dwarf::toUnsigned(Val, 0); in link()
263 auto DwoId = dwarf::toUnsigned( in getDwoId()