Searched refs:ArrayRef (Results 51 - 75 of 1734) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeStreamMerger.h12 #include "llvm/ADT/ArrayRef.h"
63 Error mergeIdRecords(MergingTypeTableBuilder &Dest, ArrayRef<TypeIndex> Types,
92 ArrayRef<GloballyHashedType> Hashes,
98 ArrayRef<GloballyHashedType> Hashes,
101 Error mergeIdRecords(GlobalTypeTableBuilder &Dest, ArrayRef<TypeIndex> Types,
104 ArrayRef<GloballyHashedType> Hashes);
H A DFormatters.h12 #include "llvm/ADT/ArrayRef.h"
27 class GuidAdapter final : public FormatAdapter<ArrayRef<uint8_t>> {
28 ArrayRef<uint8_t> Guid;
31 explicit GuidAdapter(ArrayRef<uint8_t> Guid);
43 inline detail::GuidAdapter fmt_guid(ArrayRef<uint8_t> Item) {
H A DSymbolDumpDelegate.h12 #include "llvm/ADT/ArrayRef.h"
28 ArrayRef<uint8_t> Block) = 0;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.h24 template <typename T> class ArrayRef;
41 ArrayRef<int> Mask);
43 ArrayRef<unsigned> Idxs);
45 ArrayRef<unsigned> Idxs);
53 ArrayRef<Value *> Idxs);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterUtilities.cpp16 llvm::ArrayRef<RegsetDesc> RegsetDescs) {
28 DataExtractor lldb_private::getRegset(llvm::ArrayRef<CoreNote> Notes,
30 llvm::ArrayRef<RegsetDesc> RegsetDescs) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DXRayLists.h17 #include "llvm/ADT/ArrayRef.h"
36 XRayFunctionFilter(ArrayRef<std::string> AlwaysInstrumentPaths,
37 ArrayRef<std::string> NeverInstrumentPaths,
38 ArrayRef<std::string> AttrListPaths, SourceManager &SM);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DARC.h43 ArrayRef<Builtin::Info> getTargetBuiltins() const override { return None; }
51 ArrayRef<const char *> getGCCRegNames() const override {
60 ArrayRef<TargetInfo::GCCRegAlias> getGCCRegAliases() const override {
H A DLe64.h39 ArrayRef<Builtin::Info> getTargetBuiltins() const override;
47 ArrayRef<const char *> getGCCRegNames() const override { return None; }
49 ArrayRef<TargetInfo::GCCRegAlias> getGCCRegAliases() const override {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DMinidump.cpp17 Optional<ArrayRef<uint8_t>>
58 Optional<ArrayRef<uint8_t>> Stream = getRawStream(StreamType::MemoryInfoList);
66 Expected<ArrayRef<uint8_t>> Data =
75 Expected<ArrayRef<T>> MinidumpFile::getListStream(StreamType Type) const {
76 Optional<ArrayRef<uint8_t>> Stream = getRawStream(Type);
94 template Expected<ArrayRef<Module>>
96 template Expected<ArrayRef<Thread>>
98 template Expected<ArrayRef<MemoryDescriptor>>
101 Expected<ArrayRef<uint8_t>>
102 MinidumpFile::getDataSlice(ArrayRef<uint8_
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MCA/
H A DSourceMgr.h18 #include "llvm/ADT/ArrayRef.h"
30 ArrayRef<UniqueInst> Sequence;
36 SourceMgr(ArrayRef<UniqueInst> S, unsigned Iter)
49 using const_iterator = ArrayRef<UniqueInst>::const_iterator;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLTypeHashing.h17 #include "llvm/ADT/ArrayRef.h"
36 explicit GlobalHash(ArrayRef<uint8_t> S) : Hash(S) {
49 DebugHSection fromDebugH(ArrayRef<uint8_t> DebugH);
50 ArrayRef<uint8_t> toDebugH(const DebugHSection &DebugH,
H A DCodeViewYAMLTypes.h17 #include "llvm/ADT/ArrayRef.h"
53 std::vector<LeafRecord> fromDebugT(ArrayRef<uint8_t> DebugTorP,
55 ArrayRef<uint8_t> toDebugT(ArrayRef<LeafRecord>, BumpPtrAllocator &Alloc,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DSHA1.h22 template <typename T> class ArrayRef;
34 void update(ArrayRef<uint8_t> Data);
52 static std::array<uint8_t, 20> hash(ArrayRef<uint8_t> Data);
H A DGlobPattern.h26 template <typename T> class ArrayRef;
35 bool matchOne(ArrayRef<BitVector> Pat, StringRef S) const;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dedit_distance.h18 #include "llvm/ADT/ArrayRef.h"
42 unsigned ComputeEditDistance(ArrayRef<T> FromArray, ArrayRef<T> ToArray,
57 typename ArrayRef<T>::size_type m = FromArray.size();
58 typename ArrayRef<T>::size_type n = ToArray.size();
72 for (typename ArrayRef<T>::size_type y = 1; y <= m; ++y) {
77 for (typename ArrayRef<T>::size_type x = 1; x <= n; ++x) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DThreadMinidump.h24 llvm::ArrayRef<uint8_t> gpregset_data);
37 llvm::ArrayRef<uint8_t> m_gpregset_data;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
H A DFileIndexRecord.h15 #include "llvm/ADT/ArrayRef.h"
35 ArrayRef<DeclOccurrence> getDeclOccurrencesSortedByOffset() const {
50 ArrayRef<SymbolRelation> Relations);
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DPDB.h12 #include "llvm/ADT/ArrayRef.h"
29 llvm::ArrayRef<OutputSection *> outputSections,
30 llvm::ArrayRef<uint8_t> sectionTable,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/
H A DSymbolOccurrences.h14 #include "llvm/ADT/ArrayRef.h"
64 ArrayRef<SourceLocation> Locations);
71 ArrayRef<SourceRange> getNameRanges() const {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.h28 template <typename T> class ArrayRef;
44 void splitRegister(Register OldReg, ArrayRef<Register> NewRegs,
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DSummaryView.h42 llvm::ArrayRef<llvm::MCInst> Source;
69 SummaryView(const llvm::MCSchedModel &Model, llvm::ArrayRef<llvm::MCInst> S,
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DCodeExpander.h16 #include "llvm/ADT/ArrayRef.h"
35 const ArrayRef<SMLoc> &Loc;
41 const ArrayRef<SMLoc> &Loc, bool ShowExpansions,
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupFile.h29 llvm::ArrayRef<OptionDefinition> GetDefinitions() override {
30 return llvm::ArrayRef<OptionDefinition>(&m_option_definition, 1);
60 llvm::ArrayRef<OptionDefinition> GetDefinitions() override {
61 return llvm::ArrayRef<OptionDefinition>(&m_option_definition, 1);
/freebsd-13-stable/contrib/llvm-project/clang/lib/DirectoryWatcher/default/
H A DDirectoryWatcher-not-implemented.cpp16 std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DFormatInternal.h74 ArrayRef<tooling::Range> Ranges, unsigned FirstStartColumn,

Completed in 306 milliseconds

1234567891011>>