Home
last modified time | relevance | path

Searched defs:Storage (Results 1 – 25 of 73) sorted by relevance

123

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTrace.h547 struct Storage { struct
595 Storage &GetUpdatedStorage(); argument
550 postmortem_processesStorage global() argument
559 live_thread_dataStorage global() argument
563 live_cpu_data_sizesStorage global() argument
567 live_cpu_dataStorage global() argument
570 live_process_dataStorage global() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.h265 struct Storage { struct
279 /// binary data. We don't put it in the Storage because this variable doesn't argument
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp58 DILocation::DILocation(LLVMContext &C, StorageType Storage, unsigned Line, in DILocation()
83 StorageType Storage, bool ShouldCreate) { in getImpl()
395 StorageType Storage, bool ShouldCreate) { in getImpl()
451 DISubrange::DISubrange(LLVMContext &C, StorageType Storage, in DISubrange()
455 StorageType Storage, bool ShouldCreate) { in getImpl()
465 int64_t Lo, StorageType Storage, in getImpl()
475 StorageType Storage, bool ShouldCreate) { in getImpl()
564 DIGenericSubrange::DIGenericSubrange(LLVMContext &C, StorageType Storage, in DIGenericSubrange()
572 StorageType Storage, in getImpl()
647 DIEnumerator::DIEnumerator(LLVMContext &C, StorageType Storage, in DIEnumerator()
[all …]
H A DMetadataImpl.h28 template <class T> T *MDNode::storeImpl(T *N, StorageType Storage) { in storeImpl()
42 T *MDNode::storeImpl(T *N, StorageType Storage, StoreT &Store) { in storeImpl()
H A DUser.cpp134 uint8_t *Storage = static_cast<uint8_t *>( in allocateFixedOperandUser() local
163 void *Storage = ::operator new(Size + sizeof(Use *)); in operator new() local
196 uint8_t *Storage = reinterpret_cast<uint8_t *>(DI) - DI->SizeInBytes; in operator delete() local
199 Use *Storage = static_cast<Use *>(Usr) - Obj->NumUserOperands; in operator delete() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp213 GroupStorage &Storage = reinterpret_cast<GroupStorage&>(P); in replaceNode() local
222 GroupStorage &Storage = reinterpret_cast<GroupStorage&>(P); in addNode() local
251 const GroupStorage &Storage = reinterpret_cast<const GroupStorage &>(P); in size() local
263 const GroupStorage &Storage = reinterpret_cast<const GroupStorage &>(P); in begin() local
275 const GroupStorage &Storage = reinterpret_cast<const GroupStorage &>(P); in end() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDJB.cpp37 static StringRef toUTF8(UTF32 C, MutableArrayRef<UTF8> Storage) { in toUTF8()
76 std::array<UTF8, UNI_MAX_UTF8_BYTES_PER_CODE_POINT> Storage; in caseFoldingDjbHash() local
H A DChrono.cpp26 struct tm Storage; in getStructTM() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolSerializer.h29 BumpPtrAllocator &Storage; variable
52 static CVSymbol writeOneSymbol(SymType &Sym, BumpPtrAllocator &Storage, in writeOneSymbol()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTemplateName.cpp107 TemplateName::TemplateName(OverloadedTemplateStorage *Storage) in TemplateName()
109 TemplateName::TemplateName(AssumedTemplateStorage *Storage) in TemplateName()
111 TemplateName::TemplateName(SubstTemplateTemplateParmStorage *Storage) in TemplateName()
113 TemplateName::TemplateName(SubstTemplateTemplateParmPackStorage *Storage) in TemplateName()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DLookupResult.cpp27 llvm::SmallString<64> Storage; in getSourceFile() local
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DUtils.cpp33 SmallString<8> Storage; in replace_extension() local
47 SmallString<PATH_MAX> Storage; in shouldSkipSymLink() local
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A Dyaml2obj.cpp65 yaml2ObjectFile(SmallVectorImpl<char> & Storage,StringRef Yaml,ErrorHandler ErrHandler) yaml2ObjectFile() argument
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSymbol.cpp41 void *Storage = Ctx.allocate(Size, alignof(NameEntryStorageTy)); in operator new() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h142 : MDNode(C, ID, Storage, Ops1, Ops2) { in MDNode() argument
240 GenericDINode(LLVMContext &C, StorageType Storage, unsigned Hash, in GenericDINode()
313 DIAssignID(LLVMContext &C, StorageType Storage) in DIAssignID()
466 DIEnumerator(LLVMContext &C, StorageType Storage, int64_t Value, in DIEnumerator()
521 DIScope(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag, in DIScope()
717 DIType(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag, in DIType()
821 DIBasicType(LLVMContext &C, StorageType Storage, unsigned Tag, in DIBasicType()
889 DIStringType(LLVMContext &C, StorageType Storage, unsigned Tag, in DIStringType()
1012 DIDerivedType(LLVMContext &C, StorageType Storage, unsigned Tag, in DIDerivedType()
1158 DICompositeType(LLVMContext &C, StorageType Storage, unsigned Tag, in DICompositeType()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclOpenMP.h120 auto **Storage = reinterpret_cast<Expr **>(Data->getChildren().data()); in getVars() local
125 auto **Storage = reinterpret_cast<Expr **>(Data->getChildren().data()); in getVars() local
484 auto **Storage = reinterpret_cast<Expr **>(Data->getChildren().data()); in getVars() local
489 auto **Storage = reinterpret_cast<Expr **>(Data->getChildren().data()); in getVars() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h817 union Storage { union
823 explicit Storage(DoubleAPFloat F, const fltSemantics &S) in Storage() function
829 Storage(const fltSemantics &Semantics, ArgTypes &&... Args) { in Storage() function
853 Storage(const Storage &RHS) { in Storage() function
865 Storage(Storage &&RHS) { in Storage() function
H A DPointerSumType.h93 StorageT Storage; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DAppendingTypeTableBuilder.cpp27 AppendingTypeTableBuilder::AppendingTypeTableBuilder(BumpPtrAllocator &Storage) in AppendingTypeTableBuilder()
H A DGlobalTypeTableBuilder.cpp27 GlobalTypeTableBuilder::GlobalTypeTableBuilder(BumpPtrAllocator &Storage) in GlobalTypeTableBuilder()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h186 std::unique_ptr<PCHStorage> Storage; variable
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCustomizableOptional.h29 optional_detail::OptionalStorage<T> Storage; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-account.h40 uint32_t Storage = 0; global() member
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DSROA.h51 unsigned char Storage = 0; // None are speculatable by default. global() variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMinidump.h111 MemoryInfoIterator(ArrayRef<uint8_t> Storage, size_t Stride) in MemoryInfoIterator()

123