Searched refs:ArrayRef (Results 276 - 300 of 1734) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupOutputFile.cpp32 llvm::ArrayRef<OptionDefinition> OptionGroupOutputFile::GetDefinitions() {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DMSVCUndecoratedNameParser.h14 #include "llvm/ADT/ArrayRef.h"
35 llvm::ArrayRef<MSVCUndecoratedNameSpecifier> GetSpecifiers() const {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.h163 llvm::Error parseFreeBSDNotes(llvm::ArrayRef<lldb_private::CoreNote> notes);
164 llvm::Error parseNetBSDNotes(llvm::ArrayRef<lldb_private::CoreNote> notes);
165 llvm::Error parseOpenBSDNotes(llvm::ArrayRef<lldb_private::CoreNote> notes);
166 llvm::Error parseLinuxNotes(llvm::ArrayRef<lldb_private::CoreNote> notes);
H A DRegisterContextPOSIXCore_arm.h23 llvm::ArrayRef<lldb_private::CoreNote> notes);
H A DRegisterContextPOSIXCore_arm64.h23 llvm::ArrayRef<lldb_private::CoreNote> notes);
H A DRegisterContextPOSIXCore_mips64.h23 llvm::ArrayRef<lldb_private::CoreNote> notes);
H A DRegisterContextPOSIXCore_ppc64le.h22 llvm::ArrayRef<lldb_private::CoreNote> notes);
H A DRegisterContextPOSIXCore_s390x.h22 llvm::ArrayRef<lldb_private::CoreNote> notes);
H A DRegisterContextPOSIXCore_x86_64.h21 llvm::ArrayRef<lldb_private::CoreNote> notes);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp41 llvm::ArrayRef<uint8_t> MinidumpParser::GetData() {
42 return llvm::ArrayRef<uint8_t>(m_data_sp->GetBytes(),
46 llvm::ArrayRef<uint8_t> MinidumpParser::GetStream(StreamType stream_type) {
48 .getValueOr(llvm::ArrayRef<uint8_t>());
92 llvm::ArrayRef<minidump::Thread> MinidumpParser::GetThreads() {
103 llvm::ArrayRef<uint8_t>
110 llvm::ArrayRef<uint8_t>
115 llvm::ArrayRef<uint8_t>
228 llvm::ArrayRef<uint8_t> data = GetStream(StreamType::MiscInfo);
237 llvm::ArrayRef<uint8_
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DAffectedRangeManager.h28 const ArrayRef<CharSourceRange> Ranges)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DInlineAsmLowering.h17 #include "llvm/ADT/ArrayRef.h"
39 std::function<ArrayRef<Register>(const Value &Val)>
H A DLegalizer.h74 ArrayRef<GISelChangeObserver *> AuxObservers,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DContinuationRecordBuilder.h12 #include "llvm/ADT/ArrayRef.h"
39 ArrayRef<uint8_t> InjectedSegmentBytes;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugPubTable.h12 #include "llvm/ADT/ArrayRef.h"
81 ArrayRef<Set> getData() { return Sets; }
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInfoStream.h48 ArrayRef<PdbRaw_FeatureSig> getFeatureSignatures() const;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMangling.h54 ArrayRef<GlobalValue *> GVs, SymbolFlagsMap &SymbolFlags,
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersChecker.cpp41 SVal ArrayRef = C.getSVal(E); local
42 SymbolRef ArraySym = ArrayRef.getAsSymbol();
76 // Get the ArrayRef symbol.
77 SVal ArrayRef = C.getSVal(Array);
78 SymbolRef ArraySym = ArrayRef.getAsSymbol();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DComputeReplacements.cpp16 using ProcessTokensFn = llvm::function_ref<void(llvm::ArrayRef<syntax::Token>,
65 llvm::ArrayRef<syntax::Token> Expanded) {
93 auto emitReplacement = [&](llvm::ArrayRef<syntax::Token> ReplacedRange) {
103 &TU, [&](llvm::ArrayRef<syntax::Token> Tokens, bool IsOriginal) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/DirectoryWatcher/
H A DDirectoryWatcher.h12 #include "llvm/ADT/ArrayRef.h"
108 std::function<void(llvm::ArrayRef<DirectoryWatcher::Event> Events,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DXRayArgs.h43 llvm::ArrayRef<std::string> modeList() const { return Modes; }
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Index/
H A DIndexDataConsumer.h43 ArrayRef<SymbolRelation> Relations,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DDependencyDirectivesSourceMinimizer.h21 #include "llvm/ADT/ArrayRef.h"
84 bool computeSkippedRanges(ArrayRef<Token> Input,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/
H A DRefactoring.h41 ArrayRef<std::string> SourcePaths,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DBPF.cpp45 ArrayRef<Builtin::Info> BPFTargetInfo::getTargetBuiltins() const {

Completed in 319 milliseconds

<<11121314151617181920>>