Searched refs:ArrayRef (Results 426 - 450 of 1734) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupPlatform.h29 llvm::ArrayRef<OptionDefinition> GetDefinitions() override;
H A DOptionGroupValueObjectDisplay.h25 llvm::ArrayRef<OptionDefinition> GetDefinitions() override;
H A DProperty.h34 using PropertyDefinitions = llvm::ArrayRef<PropertyDefinition>;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.h31 llvm::ArrayRef<OptionDefinition> GetDefinitions() override;
H A DCommandObjectHelp.h67 llvm::ArrayRef<OptionDefinition> GetDefinitions() override;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupWatchpoint.cpp117 llvm::ArrayRef<OptionDefinition> OptionGroupWatchpoint::GetDefinitions() {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.h25 llvm::ArrayRef<lldb::addr_t> args) const override;
H A DABISysV_arm64.h24 llvm::ArrayRef<lldb::addr_t> args) const override;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.h15 #include "llvm/ADT/ArrayRef.h"
66 llvm::ArrayRef<std::string> modules) const;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_arm.cpp20 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes)
H A DRegisterContextPOSIXCore_powerpc.h22 llvm::ArrayRef<lldb_private::CoreNote> notes);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrameRecognizer.cpp54 llvm::ArrayRef<ConstString> symbols,
71 std::string module, llvm::ArrayRef<ConstString> symbols,
170 llvm::ArrayRef<ConstString> symbols, bool first_instruction_only) {
184 std::string module, llvm::ArrayRef<ConstString> symbols,
H A DThreadPlanCallFunctionUsingABI.cpp25 llvm::Type &return_type, llvm::ArrayRef<ABI::CallArgument> args,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeAnalyzer.h16 #include "llvm/ADT/ArrayRef.h"
98 Error decodeMetadataStringsBlob(StringRef Indent, ArrayRef<uint64_t> Record,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePostDominators.h85 findNearestCommonDominator(ArrayRef<MachineBasicBlock *> Blocks) const;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugFrameDataSubsection.h54 void setFrames(ArrayRef<FrameData> Frames);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DFileWriter.h12 #include "llvm/ADT/ArrayRef.h"
79 void writeData(llvm::ArrayRef<uint8_t> Data);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
H A DFileIndexRecord.cpp22 ArrayRef<SymbolRelation> Relations) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DDelayedDiagnostic.cpp25 ArrayRef<SourceLocation> Locs,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp26 ArrayRef<std::shared_ptr<ModuleFileExtension>> Extensions,
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h63 ArrayRef<SourceRange> getRanges() const override {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DComment.h20 #include "llvm/ADT/ArrayRef.h"
318 ArrayRef<Argument> Args;
325 ArrayRef<Argument> Args) :
451 ArrayRef<Attribute> Attributes;
480 void setAttrs(ArrayRef<Attribute> Attrs) {
547 ArrayRef<InlineContentComment *> Content;
550 ParagraphComment(ArrayRef<InlineContentComment *> Content) :
608 ArrayRef<Argument> Args;
680 void setArgs(ArrayRef<Argument> A) {
813 ArrayRef<unsigne
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp199 NamedDeclFindingConsumer(ArrayRef<unsigned> SymbolOffsets,
200 ArrayRef<std::string> QualifiedNames,
273 ArrayRef<unsigned> SymbolOffsets;
274 ArrayRef<std::string> QualifiedNames;
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DMarkLive.cpp23 void markLive(ArrayRef<Chunk *> chunks) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Index/
H A DIndexingAction.h17 #include "llvm/ADT/ArrayRef.h"
59 ArrayRef<const Decl *> Decls,

Completed in 150 milliseconds

<<11121314151617181920>>