Searched refs:toUnsigned (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/ |
H A D | DWARFLinkerDeclContext.cpp | 64 !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 D | DWARFLinkerCompileUnit.cpp | 27 Language = dwarf::toUnsigned(CU.find(dwarf::DW_AT_language), 0); in getLanguage()
|
H A D | DWARFLinker.cpp | 286 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 D | DWARFFormValue.h | 201 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 D | DwarfTransformer.cpp | 41 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 D | DWARFDie.cpp | 569 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 D | DWARFUnit.cpp | 430 if (Optional<uint64_t> DWOId = toUnsigned(UnitDie.find(DW_AT_GNU_dwo_id))) in tryExtractDIEsIfNeeded()
|
H A D | DWARFContext.cpp | 714 toUnsigned(DWOCU->getUnitDIE().find(DW_AT_GNU_dwo_id))) in getDWOCompileUnitForHash()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A D | Boolean.h | 61 Boolean toUnsigned() const { return *this; } in toUnsigned() function
|
H A D | Integral.h | 117 Integral<Bits, false> toUnsigned() const {
|
H A D | Interp.h | 890 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 D | DWARFLinkerCompileUnit.h | 90 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 D | Statistics.cpp | 203 dwarf::toUnsigned(DeclFile, 0), U->getCompilationDir(), in constructDieID() 209 << dwarf::toUnsigned(Die.findRecursively(dwarf::DW_AT_decl_line), 0); in constructDieID()
|