Home
last modified time | relevance | path

Searched refs:getEntries (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h289 virtual std::vector<std::pair<StringRef, bool>> getEntries() const { in getEntries() function
364 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function
378 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function
396 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function
427 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function
438 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function
480 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function
509 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function
523 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function
540 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFListTable.h46 const ListEntries &getEntries() const { return Entries; } in getEntries() function
268 for (const auto &Entry : List.second.getEntries()) in dump()
276 for (const auto &Entry : List.second.getEntries()) in dump()
H A DDWARFDebugRangeList.h70 const std::vector<RangeListEntry> &getEntries() { return Entries; } in getEntries() function
/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp776 in.lazyBinding->getEntries().size() * target->stubHelperEntrySize; in getSize()
784 for (const Symbol *sym : in.lazyBinding->getEntries()) { in writeTo()
967 return in.stubs->getEntries().size() * target->wordSize; in getSize()
971 return !in.stubs->getEntries().empty(); in isNeeded()
976 for (const Symbol *sym : in.stubs->getEntries()) { in writeTo()
1481 uint32_t size = in.got->getEntries().size() + in getNumSymbols()
1482 in.tlvPointers->getEntries().size() + in getNumSymbols()
1483 in.stubs->getEntries().size(); in getNumSymbols()
1485 size += in.stubs->getEntries().size(); in getNumSymbols()
1497 off += in.got->getEntries().size(); in finalizeContents()
[all …]
H A DMapFile.cpp137 for (const Symbol *sym : in.stubs->getEntries()) in printStubsEntries()
150 for (const Symbol *sym : osec->getEntries()) in printNonLazyPointerSection()
H A DSyntheticSections.h119 const llvm::SetVector<const Symbol *> &getEntries() const { return entries; } in getEntries() function
287 const llvm::SetVector<Symbol *> &getEntries() const { return entries; } in getEntries() function
380 const llvm::SetVector<Symbol *> &getEntries() const { return entries; } in getEntries() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVRange.h75 const LVRangeEntries &getEntries() const { return RangeEntries; } in getEntries() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DOffloadDump.cpp92 for (OffloadBundleEntry &Entry : Bundle.getEntries()) { in dumpOffloadBundleFatBinary()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCycleAnalysis.cpp146 } else if (any_of(Cycle->getEntries(), in isCycleInvariant()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAccelTable.h211 const StringEntries getEntries() const { return Entries; } in getEntries() function
433 for (auto &Entry : Table.getEntries()) {
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h109 ArrayRef<Entry> getEntries(const List &L) const {
110 ArrayRef<Entry> getEntries(const List &L) const { getEntries() function
H A DDIEHash.cpp242 for (const DebugLocStream::Entry &Entry : Locs.getEntries(List)) in hashLocList()
H A DDwarfDebug.cpp3365 emitRangeList(DD, Asm, List.Label, DD.getDebugLocs().getEntries(List), in emitLocList()
3414 for (const auto &Entry : DebugLocs.getEntries(List)) { in emitDebugLocDWO()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DOffloadBundle.h87 SmallVector<OffloadBundleEntry> getEntries() { return Entries; } in getEntries() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleInfo.h112 const SmallVectorImpl<BlockT *> & getEntries() const { in getEntries() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUGlobalISelDivergenceLowering.cpp260 for (auto Entry : Cycle->getEntries()) { in lowerTemporalDivergenceI1()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1795 std::vector<std::pair<StringRef, bool>> Entries = Sec.getEntries(); in validate()