Home
last modified time | relevance | path

Searched defs:uint64_t (Results 51 – 75 of 84) sorted by relevance

1234

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.h413 std::array<uint64_t, SectionKindsNum> &SectionSizesAccumulator) { in assignSectionsOffsetAndAccumulateSize()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3934 SmallVector<uint64_t, 64> &NameVals, const std::vector<uint64_t> &args, in writeWholeProgramDevirtResolutionByArg()
3946 SmallVector<uint64_t, 64> &NameVals, StringTableBuilder &StrtabBuilder, in writeWholeProgramDevirtResolution()
3959 static void writeTypeIdSummaryRecord(SmallVector<uint64_t, 64> &NameVals, in writeTypeIdSummaryRecord()
3979 SmallVector<uint64_t, 64> &NameVals, StringTableBuilder &StrtabBuilder, in writeTypeIdCompatibleVtableSummaryRecord()
4046 SmallVector<uint64_t, 64> &NameVals, GlobalValueSummary *Summary, in writePerModuleFunctionSummaryRecord()
4100 const GlobalVariable &V, SmallVector<uint64_t, 64> &NameVals, in writeModuleLevelReferences()
/freebsd/crypto/openssl/crypto/asn1/
H A Da_int.c237 static size_t asn1_put_uint64(unsigned char b[sizeof(uint64_t)], uint64_t r) in asn1_put_uint64()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h520 void setSymbolSize(const MCSymbol *, uint64_t) override {} in setSymbolSize() argument
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp199 const DenseMap<uint64_t, StringRef> *GUIDToFuncNameMap) in SampleContextTracker()
H A DSampleProfile.cpp334 DenseMap<uint64_t, StringRef> &GUIDToFuncNameMap) in GUIDToFuncNameMapper()
374 void SetGUIDToFuncNameMapForAll(DenseMap<uint64_t, StringRef> *Map) { in SetGUIDToFuncNameMapForAll()
/freebsd/sys/dev/ntb/test/
H A Dntb_tool.c406 struct sysctl_req *req, char *ubuf, uint64_t *val, bool db_mask_sflag, in tool_fn_write() argument
407 void (*fn_set)(device_t , uint64_t), void (*fn_clear)(device_t , uint64_t)) in tool_fn_write() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerLowering.cpp669 std::pair<uint64_t, CmpInst::Predicate> &MatchInfo) { in matchAdjustICmpImmAndPred()
681 MachineInstr &MI, std::pair<uint64_t, CmpInst::Predicate> &MatchInfo, in applyAdjustICmpImmAndPred()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp432 static const T *findInfo(const DenseMap<uint64_t, SmallVector<T, 0>> &SecMap, in findInfo()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1671 const SmallVector<uint64_t, 2> ArrayExtents, in convertOffsetsFromSvalToUnsigneds()
1809 const InitListExpr *ILE, const SmallVector<uint64_t, 2> &Offsets, in getSValFromInitListExpr()
/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp109 std::map<std::pair<StringRef, uint64_t>, StringRef> &Collection) { in collectRelocationOffsets() argument
/freebsd/stand/kshim/
H A Dbsd_kernel.h215 typedef unsigned long long uint64_t; typedef
217 typedef unsigned long uint64_t; typedef
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1922 unsigned FastISel::fastEmit_i(MVT, MVT, unsigned, uint64_t /*Imm*/) { in fastEmit_i() argument
1932 uint64_t /*Imm*/) { in fastEmit_ri() argument
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp349 static uint64_t getUniqueCaseValue(SmallSet<uint64_t, 4> &CasesTaken, in getUniqueCaseValue()
/freebsd/sys/dev/mxge/
H A Dmxge_mcp.h44 typedef unsigned long long uint64_t; typedef
/freebsd/stand/libsa/zfs/
H A Dzfsimpl.c2763 int (*callback)(const char *, uint64_t)) in mzap_list() argument
2791 int (*callback)(const char *, uint64_t)) in fzap_list() argument
3242 zfs_callback_dataset(const spa_t *spa, uint64_t objnum, in zfs_callback_dataset() argument
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1712 auto Reloc = find_if(Relocs, [&](const std::pair<uint64_t, SymbolRef> &P) { in DumpLiteralPointerSection()
1862 auto Reloc = find_if(Relocs, [&](const std::pair<uint64_t, SymbolRef> &P) { in DumpInitTermPointerSection()
4317 void (*func)(uint64_t, struct DisassembleInfo *info)) { in walk_pointer_list_64()
7692 std::map<uint64_t, SymbolRef> &Symbols, in findUnwindRelocNameAddend()
7742 std::map<uint64_t, SymbolRef> &Symbols, in printUnwindRelocDest()
7759 std::map<uint64_t, SymbolRef> &Symbols, in printMachOCompactUnwindSection()
7912 std::map<uint64_t, SymbolRef> &Symbols, in printMachOUnwindInfoSection()
/freebsd/crypto/heimdal/lib/roken/
H A Droken.h.in142 typedef unsigned __int64 uint64_t; typedef
/freebsd/crypto/openssh/
H A Ddefines.h298 typedef u_int64_t uint64_t; typedef
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp946 static void setAddend(Elf_Rel_Impl<ELFT, false> &, uint64_t) {} in setAddend() argument
1619 static void getAddend(uint64_t &, const Elf_Rel_Impl<ELFT, false> &) {} in getAddend() argument
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp988 ELFConfig.EntryExpr = [EAddr](uint64_t) { return *EAddr; }; in parseObjcopyOptions() argument
/freebsd/contrib/jemalloc/src/
H A Dctl.c1859 uint64_t) in CTL_TSD_RO_NL_CGEN() argument
2763 CTL_RO_NL_CGEN(config_prof, prof_interval, prof_interval, uint64_t) in CTL_RO_NL_CGEN() argument
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp555 auto It = partition_point(AddrToMD5Map, [=](std::pair<uint64_t, uint64_t> A) { in getFunctionHashFromAddress()
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dstdint.h98 typedef __UINT64_TYPE__ uint64_t; typedef
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp426 Writer::getThunk(DenseMap<uint64_t, Defined *> &lastThunks, Defined *target, in getThunk()

1234