Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A 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()
115 ByteSize = dwarf::toUnsigned(DIE.find(dwarf::DW_AT_byte_size), in getChildDeclContext()
119 dwarf::toUnsigned(DIE.find(dwarf::DW_AT_decl_file), 0)) { in getChildDeclContext()
129 Line = dwarf::toUnsigned(DIE.find(dwarf::DW_AT_decl_line), 0); in getChildDeclContext()
H A DDWARFLinkerCompileUnit.cpp27 Language = dwarf::toUnsigned(CU.find(dwarf::DW_AT_language), 0); in getLanguage()
H A DDWARFLinker.cpp286 dwarf::toUnsigned(Die.find(dwarf::DW_AT_declaration), 0)); in updatePruning()
797 dwarf::toUnsigned(Current.Die.find(dwarf::DW_AT_declaration), 0); in lookForDIEsToKeep()
1477 dwarf::toUnsigned(InputDIE.find(dwarf::DW_AT_APPLE_runtime_class)) in cloneDIE()
1482 dwarf::toUnsigned(InputDIE.find(dwarf::DW_AT_APPLE_objc_complete_type)) in cloneDIE()
1970 auto DwoId = dwarf::toUnsigned( in getDwoId()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp569 return toUnsigned(findRecursively(DW_AT_decl_line), 0); in getDeclLine()
575 if (auto DeclFile = toUnsigned(findRecursively(DW_AT_decl_file))) { in getDeclFile()
586 CallFile = toUnsigned(find(DW_AT_call_file), 0); in getCallerFrame()
587 CallLine = toUnsigned(find(DW_AT_call_line), 0); in getCallerFrame()
588 CallColumn = toUnsigned(find(DW_AT_call_column), 0); in getCallerFrame()
589 CallDiscriminator = toUnsigned(find(DW_AT_GNU_discriminator), 0); in getCallerFrame()
H A DDWARFUnit.cpp430 if (Optional<uint64_t> DWOId = toUnsigned(UnitDie.find(DW_AT_GNU_dwo_id))) in tryExtractDIEsIfNeeded()
H A DDWARFContext.cpp714 toUnsigned(DWOCU->getUnitDIE().find(DW_AT_GNU_dwo_id))) in getDWOCompileUnitForHash()
/netbsd-src/external/apache2/llvm/dist/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 DInterp.h890 S.Stk.push<T>(T::from(V.toUnsigned() << RHS, V.bitWidth())); in ShiftLeft()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h90 if (auto Lang = dwarf::toUnsigned(CUDie.find(dwarf::DW_AT_language))) in CompileUnit()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp203 dwarf::toUnsigned(DeclFile, 0), U->getCompilationDir(), in constructDieID()
209 << dwarf::toUnsigned(Die.findRecursively(dwarf::DW_AT_decl_line), 0); in constructDieID()