Home
last modified time | relevance | path

Searched defs:Entries (Results 1 – 25 of 86) sorted by relevance

1234

/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DInProcessModuleCache.cpp54 ModuleCacheEntries &Entries; member in __anond09638f40111::InProcessModuleCache
63 InProcessModuleCache(ModuleCacheEntries &Entries) : Entries(Entries) {} in InProcessModuleCache()
111 dependencies::makeInProcessModuleCache(ModuleCacheEntries &Entries) { in makeInProcessModuleCache()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDbgEntityHistoryCalculator.h95 using Entries = SmallVector<Entry, 4>; variable
108 auto &Entries = VarEntries[Var]; in getEntry() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp76 auto &Entries = VarEntries[Var]; in startDbgValue() local
92 auto &Entries = VarEntries[Var]; in startClobber() local
365 auto &Entries = LiveEntries[Var]; in clobberRegEntries() local
429 auto &Entries = LiveEntries[Var]; in handleNewDebugValue() local
578 const Entries &Entries = VarRangePair.second; in dump() local
H A DAddressPool.cpp59 SmallVector<const MCExpr *, 64> Entries(Pool.size()); in emit() local
H A DDwarfStringPool.cpp84 SmallVector<const StringMapEntry<EntryTy> *, 64> Entries( in emit() local
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmtbdump.c432 UINT32 Entries; in AcpiDmDumpRsdt() local
472 UINT32 Entries; in AcpiDmDumpXsdt() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DTableManager.h72 DenseMap<orc::SymbolStringPtr, Symbol *> Entries; variable
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSanitizerSpecialCaseList.h64 SectionEntries &Entries; member
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSchedule.cpp167 MCSchedModel::getForwardingDelayCycles(ArrayRef<MCReadAdvanceEntry> Entries, in getForwardingDelayCycles()
185 ArrayRef<MCReadAdvanceEntry> Entries = STI.getReadAdvanceEntries(SCDesc); in getBypassDelayCycles() local
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYTargetStreamer.h20 EntryVecTy Entries; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugRangeList.h62 std::vector<RangeListEntry> Entries; variable
H A DDWARFDebugPubTable.h65 std::vector<Entry> Entries; member
H A DDWARFDebugLoc.h98 SmallVector<DWARFLocationEntry, 2> Entries; member
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DRetireControlUnit.cpp45 unsigned Entries = normalizeQuantity(Inst.getNumMicroOps()); in dispatch() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVStringPool.h34 std::vector<ValueType *> Entries; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DConstantPools.h45 EntryVecTy Entries; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DConcurrentHashtable.h138 DataPtr Entries = new EntryDataTy[InitialBucketSize]; in MultiThreadAllocator() local
290 DataPtr Entries = nullptr; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSpecialCaseList.h151 SectionEntries Entries; member
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h53 SmallVector<StorageEntry, 4> Entries; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h76 std::vector<RangeEntry> Entries; member
91 std::vector<PubEntry> Entries; member
122 std::vector<Entry> Entries; member
144 std::vector<DebugNameEntry> Entries; member
222 std::optional<std::vector<EntryType>> Entries; member
H A DELFYAML.h359 std::optional<std::vector<BBAddrMapEntry>> Entries; member
374 std::optional<std::vector<StackSizeEntry>> Entries; member
392 std::optional<std::vector<DynamicEntry>> Entries; member
570 std::optional<std::vector<CallGraphEntryWeight>> Entries; member
584 std::optional<std::vector<uint16_t>> Entries; member
605 std::optional<std::vector<VerdefEntry>> Entries; member
655 std::optional<std::vector<llvm::yaml::Hex64>> Entries; member
669 std::optional<std::vector<uint32_t>> Entries; member
688 std::optional<std::vector<ARMIndexTableEntry>> Entries; member
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DLogDiagnosticPrinter.h58 SmallVector<DiagEntry, 8> Entries; variable
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DSequenceToOffsetTable.h73 unsigned Entries = 0; variable
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/
H A DCtxInstrProfilingTest.cpp230 const size_t Entries; in TEST_F() member in TEST_F::TestProfileWriter
240 TestProfileWriter(ContextRoot *Root, size_t Entries) in TEST_F()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.h67 std::vector<RecordsEntry> Entries; member
83 std::vector<RecordsEntry> Entries; member

1234