Home
last modified time | relevance | path

Searched refs:ArrayRef (Results 1 – 25 of 1629) sorted by relevance

12345678910>>...66

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DEnumTables.h21 ArrayRef<EnumEntry<SymbolKind>> getSymbolTypeNames();
22 ArrayRef<EnumEntry<TypeLeafKind>> getTypeLeafNames();
23 ArrayRef<EnumEntry<uint16_t>> getRegisterNames(CPUType Cpu);
24 ArrayRef<EnumEntry<uint32_t>> getPublicSymFlagNames();
25 ArrayRef<EnumEntry<uint8_t>> getProcSymFlagNames();
26 ArrayRef<EnumEntry<uint16_t>> getLocalFlagNames();
27 ArrayRef<EnumEntry<uint8_t>> getFrameCookieKindNames();
28 ArrayRef<EnumEntry<SourceLanguage>> getSourceLanguageNames();
29 ArrayRef<EnumEntry<uint32_t>> getCompileSym2FlagNames();
30 ArrayRef<EnumEntry<uint32_t>> getCompileSym3FlagNames();
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DArrayRef.h41 class LLVM_GSL_POINTER LLVM_NODISCARD ArrayRef {
67 /*implicit*/ ArrayRef() = default;
70 /*implicit*/ ArrayRef(NoneType) {} in ArrayRef() function
73 /*implicit*/ ArrayRef(const T &OneElt) in ArrayRef() function
77 /*implicit*/ ArrayRef(const T *data, size_t length) in ArrayRef() function
81 ArrayRef(const T *begin, const T *end) in ArrayRef() function
88 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec) in ArrayRef() function
94 /*implicit*/ ArrayRef(const std::vector<T, A> &Vec) in ArrayRef() function
99 /*implicit*/ constexpr ArrayRef(const std::array<T, N> &Arr) in ArrayRef() function
104 /*implicit*/ constexpr ArrayRef(const T (&Arr)[N]) : Data(Arr), Length(N) {} in ArrayRef() function
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h47 using PredT = std::function<bool(ArrayRef<Value *> Cur, const Value *New)>;
52 ArrayRef<Value *> Cur, ArrayRef<Type *> BaseTypes)>;
62 Make = [Pred](ArrayRef<Value *> Cur, ArrayRef<Type *> BaseTypes) { in SourcePred()
77 bool matches(ArrayRef<Value *> Cur, const Value *New) { in matches()
82 std::vector<Constant *> generate(ArrayRef<Value *> Cur, in generate()
83 ArrayRef<Type *> BaseTypes) { in generate()
92 std::function<Value *(ArrayRef<Value *>, Instruction *)> BuilderFunc;
96 auto Pred = [Only](ArrayRef<Value *>, const Value *V) { in onlyType()
99 auto Make = [Only](ArrayRef<Value *>, ArrayRef<Type *>) { in onlyType()
106 auto Pred = [](ArrayRef<Value *>, const Value *V) { in anyType()
[all …]
H A DRandomIRBuilder.h29 RandomIRBuilder(int Seed, ArrayRef<Type *> AllowedTypes) in RandomIRBuilder()
37 Value *findOrCreateSource(BasicBlock &BB, ArrayRef<Instruction *> Insts);
43 Value *findOrCreateSource(BasicBlock &BB, ArrayRef<Instruction *> Insts,
44 ArrayRef<Value *> Srcs, fuzzerop::SourcePred Pred);
46 Value *newSource(BasicBlock &BB, ArrayRef<Instruction *> Insts,
47 ArrayRef<Value *> Srcs, fuzzerop::SourcePred Pred);
50 void connectToSink(BasicBlock &BB, ArrayRef<Instruction *> Insts, Value *V);
52 void newSink(BasicBlock &BB, ArrayRef<Instruction *> Insts, Value *V);
53 Value *findPointer(BasicBlock &BB, ArrayRef<Instruction *> Insts,
54 ArrayRef<Value *> Srcs, fuzzerop::SourcePred Pred);
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMinidump.h36 ArrayRef<minidump::Directory> streams() const { return Streams; } in streams()
39 ArrayRef<uint8_t> getRawStream(const minidump::Directory &Stream) const { in getRawStream()
45 Optional<ArrayRef<uint8_t>> getRawStream(minidump::StreamType Type) const;
49 Expected<ArrayRef<uint8_t>>
71 Expected<ArrayRef<minidump::Module>> getModuleList() const { in getModuleList()
80 Expected<ArrayRef<minidump::Thread>> getThreadList() const { in getThreadList()
100 Expected<ArrayRef<minidump::MemoryDescriptor>> getMemoryList() const { in getMemoryList()
110 MemoryInfoIterator(ArrayRef<uint8_t> Storage, size_t Stride) in MemoryInfoIterator()
130 ArrayRef<uint8_t> Storage;
154 static Expected<ArrayRef<uint8_t>> getDataSlice(ArrayRef<uint8_t> Data,
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DTargetProcessControl.h42 virtual void writeUInt8s(ArrayRef<tpctypes::UInt8Write> Ws,
45 virtual void writeUInt16s(ArrayRef<tpctypes::UInt16Write> Ws,
48 virtual void writeUInt32s(ArrayRef<tpctypes::UInt32Write> Ws,
51 virtual void writeUInt64s(ArrayRef<tpctypes::UInt64Write> Ws,
54 virtual void writeBuffers(ArrayRef<tpctypes::BufferWrite> Ws,
57 Error writeUInt8s(ArrayRef<tpctypes::UInt8Write> Ws) { in writeUInt8s()
64 Error writeUInt16s(ArrayRef<tpctypes::UInt16Write> Ws) { in writeUInt16s()
71 Error writeUInt32s(ArrayRef<tpctypes::UInt32Write> Ws) { in writeUInt32s()
78 Error writeUInt64s(ArrayRef<tpctypes::UInt64Write> Ws) { in writeUInt64s()
85 Error writeBuffers(ArrayRef<tpctypes::BufferWrite> Ws) { in writeBuffers()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp82 ArrayRef<TypeIndex> TypeSourceToDest,
91 ArrayRef<GloballyHashedType> Hashes,
94 ArrayRef<TypeIndex> TypeSourceToDest,
96 ArrayRef<GloballyHashedType> Hashes);
98 ArrayRef<GloballyHashedType> Hashes,
135 ArrayRef<uint8_t> remapIndices(const CVType &OriginalType,
138 inline bool remapIndex(TypeIndex &Idx, ArrayRef<TypeIndex> Map) { in remapIndex()
145 inline bool remapIndexSimple(TypeIndex &Idx, ArrayRef<TypeIndex> Map) const { in remapIndexSimple()
161 bool remapIndexFallback(TypeIndex &Idx, ArrayRef<TypeIndex> Map);
185 ArrayRef<GloballyHashedType> GlobalHashes;
[all …]
H A DEnumTables.cpp436 ArrayRef<EnumEntry<SymbolKind>> getSymbolTypeNames() { in getSymbolTypeNames()
440 ArrayRef<EnumEntry<TypeLeafKind>> getTypeLeafNames() { in getTypeLeafNames()
444 ArrayRef<EnumEntry<uint16_t>> getRegisterNames(CPUType Cpu) { in getRegisterNames()
453 ArrayRef<EnumEntry<uint32_t>> getPublicSymFlagNames() { in getPublicSymFlagNames()
457 ArrayRef<EnumEntry<uint8_t>> getProcSymFlagNames() { in getProcSymFlagNames()
461 ArrayRef<EnumEntry<uint16_t>> getLocalFlagNames() { in getLocalFlagNames()
465 ArrayRef<EnumEntry<uint8_t>> getFrameCookieKindNames() { in getFrameCookieKindNames()
469 ArrayRef<EnumEntry<SourceLanguage>> getSourceLanguageNames() { in getSourceLanguageNames()
473 ArrayRef<EnumEntry<uint32_t>> getCompileSym2FlagNames() { in getCompileSym2FlagNames()
477 ArrayRef<EnumEntry<uint32_t>> getCompileSym3FlagNames() { in getCompileSym3FlagNames()
[all …]
H A DTypeIndexDiscovery.cpp40 static inline uint32_t getEncodedIntegerLength(ArrayRef<uint8_t> Data) { in getEncodedIntegerLength()
64 static inline uint32_t getCStringLength(ArrayRef<uint8_t> Data) { in getCStringLength()
69 static void handleMethodOverloadList(ArrayRef<uint8_t> Content, in handleMethodOverloadList()
95 static uint32_t handleBaseClass(ArrayRef<uint8_t> Data, uint32_t Offset, in handleBaseClass()
105 static uint32_t handleEnumerator(ArrayRef<uint8_t> Data, uint32_t Offset, in handleEnumerator()
115 static uint32_t handleDataMember(ArrayRef<uint8_t> Data, uint32_t Offset, in handleDataMember()
127 static uint32_t handleOverloadedMethod(ArrayRef<uint8_t> Data, uint32_t Offset, in handleOverloadedMethod()
137 static uint32_t handleOneMethod(ArrayRef<uint8_t> Data, uint32_t Offset, in handleOneMethod()
155 static uint32_t handleNestedType(ArrayRef<uint8_t> Data, uint32_t Offset, in handleNestedType()
165 static uint32_t handleStaticDataMember(ArrayRef<uint8_t> Data, uint32_t Offset, in handleStaticDataMember()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DOpenMPClause.cpp355 ArrayRef<Expr *> OMPOrderedClause::getLoopNumIterations() const { in getLoopNumIterations()
407 void OMPPrivateClause::setPrivateCopies(ArrayRef<Expr *> VL) { in setPrivateCopies()
416 ArrayRef<Expr *> VL, ArrayRef<Expr *> PrivateVL) { in Create()
432 void OMPFirstprivateClause::setPrivateCopies(ArrayRef<Expr *> VL) { in setPrivateCopies()
438 void OMPFirstprivateClause::setInits(ArrayRef<Expr *> VL) { in setInits()
447 ArrayRef<Expr *> VL, ArrayRef<Expr *> PrivateVL, in Create()
448 ArrayRef<Expr *> InitVL, Stmt *PreInit) { in Create()
465 void OMPLastprivateClause::setPrivateCopies(ArrayRef<Expr *> PrivateCopies) { in setPrivateCopies()
471 void OMPLastprivateClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs()
478 void OMPLastprivateClause::setDestinationExprs(ArrayRef<Expr *> DstExprs) { in setDestinationExprs()
[all …]
H A DExprObjC.cpp28 ObjCArrayLiteral::ObjCArrayLiteral(ArrayRef<Expr *> Elements, QualType T, in ObjCArrayLiteral()
40 ArrayRef<Expr *> Elements, in Create()
53 ObjCDictionaryLiteral::ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK, in ObjCDictionaryLiteral()
79 ArrayRef<ObjCDictionaryElement> VK, in Create()
110 ArrayRef<SourceLocation> SelLocs, in ObjCMessageExpr()
112 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in ObjCMessageExpr()
129 ArrayRef<SourceLocation> SelLocs, in ObjCMessageExpr()
131 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in ObjCMessageExpr()
145 Selector Sel, ArrayRef<SourceLocation> SelLocs, in ObjCMessageExpr()
147 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in ObjCMessageExpr()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsCallLowering.h34 bool handle(ArrayRef<CCValAssign> ArgLocs,
35 ArrayRef<CallLowering::ArgInfo> Args);
38 bool assignVRegs(ArrayRef<Register> VRegs, ArrayRef<CCValAssign> ArgLocs,
59 ArrayRef<CCValAssign> ArgLocs,
67 ArrayRef<Register> VRegs,
71 ArrayRef<ArrayRef<Register>> VRegs,
82 void subTargetRegTypeForCallingConv(const Function &F, ArrayRef<ArgInfo> Args,
83 ArrayRef<unsigned> OrigArgIndices,
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenSchedule.h75 CodeGenSchedRW(unsigned Idx, bool Read, ArrayRef<unsigned> Seq, in CodeGenSchedRW()
150 bool isKeyEqual(Record *IC, ArrayRef<unsigned> W, in isKeyEqual()
151 ArrayRef<unsigned> R) const { in isKeyEqual()
344 ArrayRef<PredicateInfo> getPredicates() const { return Predicates; } in getPredicates()
369 ArrayRef<const Record *> getOpcodes() const { return Opcodes; } in getOpcodes()
409 ArrayRef<const Record *> getDefinitions() const { return Definitions; } in getDefinitions()
410 ArrayRef<OpcodeGroup> getGroups() const { return Groups; } in getGroups()
504 ArrayRef<CodeGenProcModel> procModels() const { return ProcModels; } in procModels()
558 ArrayRef<CodeGenSchedClass> schedClasses() const { return SchedClasses; } in schedClasses()
568 unsigned addSchedClass(Record *ItinDef, ArrayRef<unsigned> OperWrites,
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DProgram.cpp27 ArrayRef<StringRef> Args, Optional<ArrayRef<StringRef>> Env,
28 ArrayRef<Optional<StringRef>> Redirects,
32 int sys::ExecuteAndWait(StringRef Program, ArrayRef<StringRef> Args, in ExecuteAndWait()
33 Optional<ArrayRef<StringRef>> Env, in ExecuteAndWait()
34 ArrayRef<Optional<StringRef>> Redirects, in ExecuteAndWait()
57 ProcessInfo sys::ExecuteNoWait(StringRef Program, ArrayRef<StringRef> Args, in ExecuteNoWait()
58 Optional<ArrayRef<StringRef>> Env, in ExecuteNoWait()
59 ArrayRef<Optional<StringRef>> Redirects, in ExecuteNoWait()
75 ArrayRef<const char *> Args) { in commandLineFitsWithinSystemLimits()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DProgram.h79 findProgramByName(StringRef Name, ArrayRef<StringRef> Paths = {});
107 ArrayRef<StringRef> Args, ///< An array of strings that are passed to the
110 Optional<ArrayRef<StringRef>> Env = None, ///< An optional vector of
114 ArrayRef<Optional<StringRef>> Redirects = {}, ///<
148 ProcessInfo ExecuteNoWait(StringRef Program, ArrayRef<StringRef> Args,
149 Optional<ArrayRef<StringRef>> Env,
150 ArrayRef<Optional<StringRef>> Redirects = {},
159 ArrayRef<StringRef> Args);
164 ArrayRef<const char *> Args);
232 ErrorOr<std::wstring> flattenWindowsCommandLine(ArrayRef<StringRef> Args);
H A DBinaryByteStream.h34 BinaryByteStream(ArrayRef<uint8_t> Data, llvm::support::endianness Endian) in BinaryByteStream()
42 ArrayRef<uint8_t> &Buffer) override { in readBytes()
50 ArrayRef<uint8_t> &Buffer) override { in readLongestContiguousChunk()
59 ArrayRef<uint8_t> data() const { return Data; } in data()
68 ArrayRef<uint8_t> Data;
101 ArrayRef<uint8_t> &Buffer) override { in readBytes()
106 ArrayRef<uint8_t> &Buffer) override { in readLongestContiguousChunk()
112 Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Buffer) override { in writeBytes()
149 ArrayRef<uint8_t> &Buffer) override { in readBytes()
157 void insert(uint32_t Offset, ArrayRef<uint8_t> Bytes) { in insert()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h219 void setVarRefs(ArrayRef<Expr *> VL) { in setVarRefs()
228 using varlist_const_iterator = ArrayRef<const Expr *>::iterator;
254 ArrayRef<const Expr *> getVarRefs() const { in getVarRefs()
386 SourceLocation EndLoc, ArrayRef<Expr *> VL);
831 ArrayRef<Expr *> Sizes);
854 ArrayRef<Expr *> getSizesRefs() const { in getSizesRefs()
855 return ArrayRef<Expr *>(static_cast<const OMPSizesClause *>(this) in getSizesRefs()
861 void setSizesRefs(ArrayRef<Expr *> VL) { in setSizesRefs()
874 ArrayRef<Expr *> Sizes = getSizesRefs(); in children()
1645 ArrayRef<Expr *> getLoopNumIterations() const;
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DHWEventListener.h66 ArrayRef<std::pair<ResourceRef, ResourceCycles>> UR) in HWInstructionIssuedEvent()
69 ArrayRef<std::pair<ResourceRef, ResourceCycles>> UsedResources;
74 HWInstructionDispatchedEvent(const InstRef &IR, ArrayRef<unsigned> Regs, in HWInstructionDispatchedEvent()
80 ArrayRef<unsigned> UsedPhysRegs;
95 HWInstructionRetiredEvent(const InstRef &IR, ArrayRef<unsigned> Regs) in HWInstructionRetiredEvent()
100 ArrayRef<unsigned> FreedPhysRegs;
144 HWPressureEvent(GenericReason reason, ArrayRef<InstRef> Insts,
152 ArrayRef<InstRef> AffectedInstructions;
174 ArrayRef<unsigned> Buffers) {} in onReservedBuffers()
176 ArrayRef<unsigned> Buffers) {} in onReleasedBuffers()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
H A DTokens.h192 llvm::ArrayRef<syntax::Token> expandedTokens() const { in expandedTokens()
203 llvm::ArrayRef<syntax::Token> expandedTokens(SourceRange R) const;
233 llvm::Optional<llvm::ArrayRef<syntax::Token>>
234 spelledForExpanded(llvm::ArrayRef<syntax::Token> Expanded) const;
263 llvm::SmallVector<llvm::ArrayRef<syntax::Token>, 1>
264 expandedForSpelled(llvm::ArrayRef<syntax::Token> Spelled) const;
276 llvm::ArrayRef<syntax::Token> Spelled;
277 llvm::ArrayRef<syntax::Token> Expanded;
287 expansionsOverlapping(llvm::ArrayRef<syntax::Token> Spelled) const;
295 llvm::ArrayRef<syntax::Token> spelledTokens(FileID FID) const;
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h54 ArrayRef<ISD::ArgFlagsTy> Flags = ArrayRef<ISD::ArgFlagsTy>(),
74 ArgInfo(ArrayRef<Register> Regs, Type *Ty,
75 ArrayRef<ISD::ArgFlagsTy> Flags = ArrayRef<ISD::ArgFlagsTy>(),
87 ArgInfo(ArrayRef<Register> Regs, const Value &OrigValue,
88 ArrayRef<ISD::ArgFlagsTy> Flags = ArrayRef<ISD::ArgFlagsTy>(),
279 ArrayRef<CCValAssign> VAs) { in assignCustomValue()
360 void unpackRegs(ArrayRef<Register> DstRegs, Register SrcReg, Type *PackedTy,
436 ArrayRef<Register> VRegs, Register DemoteReg,
442 ArrayRef<Register> VRegs, Register DemoteReg) const;
494 ArrayRef<Register> VRegs, FunctionLoweringInfo &FLI, in lowerReturn()
[all …]
H A DCSEMIRBuilder.h58 void profileDstOps(ArrayRef<DstOp> Ops, GISelInstProfileBuilder &B) const { in profileDstOps()
65 void profileSrcOps(ArrayRef<SrcOp> Ops, GISelInstProfileBuilder &B) const { in profileSrcOps()
72 void profileEverything(unsigned Opc, ArrayRef<DstOp> DstOps,
73 ArrayRef<SrcOp> SrcOps, Optional<unsigned> Flags,
82 MachineInstrBuilder generateCopiesIfRequired(ArrayRef<DstOp> DstOps,
88 bool checkCopyToDefsPossible(ArrayRef<DstOp> DstOps);
94 MachineInstrBuilder buildInstr(unsigned Opc, ArrayRef<DstOp> DstOps,
95 ArrayRef<SrcOp> SrcOps,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMinidump.cpp17 Optional<ArrayRef<uint8_t>>
58 Optional<ArrayRef<uint8_t>> Stream = getRawStream(StreamType::MemoryInfoList); in getMemoryInfoList()
66 Expected<ArrayRef<uint8_t>> Data = in getMemoryInfoList()
75 Expected<ArrayRef<T>> MinidumpFile::getListStream(StreamType Type) const { in getListStream()
76 Optional<ArrayRef<uint8_t>> Stream = getRawStream(Type); in getListStream()
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_t> Data, size_t Offset, size_t Size) { in getDataSlice()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FuzzMutate/
H A DOperations.cpp93 auto buildOp = [Op](ArrayRef<Value *> Srcs, Instruction *Inst) { in binOpDescriptor()
126 auto buildOp = [CmpOp, Pred](ArrayRef<Value *> Srcs, Instruction *Inst) { in cmpOpDescriptor()
141 auto buildSplitBlock = [](ArrayRef<Value *> Srcs, Instruction *Inst) { in splitBlockDescriptor()
163 SourcePred isInt1Ty{[](ArrayRef<Value *>, const Value *V) { in splitBlockDescriptor()
171 auto buildGEP = [](ArrayRef<Value *> Srcs, Instruction *Inst) { in gepDescriptor()
190 auto Pred = [](ArrayRef<Value *> Cur, const Value *V) { in validExtractValueIndex()
196 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *> Ts) { in validExtractValueIndex()
212 auto buildExtract = [](ArrayRef<Value *> Srcs, Instruction *Inst) { in extractValueDescriptor()
222 auto Pred = [](ArrayRef<Value *> Cur, const Value *V) { in matchScalarInAggregate()
232 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *>) { in matchScalarInAggregate()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DDiagnosticRenderer.h79 ArrayRef<CharSourceRange> Ranges,
84 ArrayRef<CharSourceRange> Ranges) = 0;
89 ArrayRef<FixItHint> Hints) = 0;
111 ArrayRef<CharSourceRange> Ranges, ArrayRef<FixItHint> Hints);
114 ArrayRef<CharSourceRange> Ranges);
116 ArrayRef<CharSourceRange> Ranges,
117 ArrayRef<FixItHint> Hints);
133 StringRef Message, ArrayRef<CharSourceRange> Ranges,
134 ArrayRef<FixItHint> FixItHints,
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
H A DObject.h43 ArrayRef<uint8_t> getContents() const { in getContents()
49 void setContentsRef(ArrayRef<uint8_t> Data) { in setContentsRef()
55 ContentsRef = ArrayRef<uint8_t>(); in setOwnedContents()
60 ContentsRef = ArrayRef<uint8_t>(); in clearContents()
65 ArrayRef<uint8_t> ContentsRef;
70 AuxSymbol(ArrayRef<uint8_t> In) { in AuxSymbol()
75 ArrayRef<uint8_t> getRef() const { in getRef()
76 return ArrayRef<uint8_t>(Opaque, sizeof(Opaque)); in getRef()
99 ArrayRef<uint8_t> DosStub;
109 ArrayRef<Symbol> getSymbols() const { return Symbols; } in getSymbols()
[all …]

12345678910>>...66