Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTrace.h547 struct Storage { struct
550 std::vector<Process *> postmortem_processes;
559 live_thread_data;
563 live_cpu_data_sizes;
567 live_cpu_data;
570 llvm::DenseMap<ConstString, uint64_t> live_process_data;
595 Storage &GetUpdatedStorage(); 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.cpp447 DISubrange::DISubrange(LLVMContext &C, StorageType Storage, in DISubrange()
461 int64_t Lo, StorageType Storage, in getImpl()
643 DIEnumerator::DIEnumerator(LLVMContext &C, StorageType Storage, in DIEnumerator()
741 StorageType Storage, bool ShouldCreate) { in getImpl()
761 Metadata *Rank, Metadata *Annotations, StorageType Storage, in getImpl()
872 DIFile::DIFile(LLVMContext &C, StorageType Storage, in DIFile()
906 MDString *Source, StorageType Storage, in getImpl()
940 MDString *SDK, StorageType Storage, bool ShouldCreate) { in getImpl()
1120 StorageType Storage, bool ShouldCreate) { in getImpl()
1160 StorageType Storage, in DILexicalBlockBase()
[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/llvm/lib/Support/
H A DStringSaver.cpp24 SmallString<128> Storage; in save() local
36 SmallString<128> Storage; in save() local
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
44 struct tm Storage; in getStructTMUtc() 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/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/TextAPI/
H A DUtils.cpp31 SmallString<8> Storage; in replace_extension() local
/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/MC/
H A DMCSymbol.cpp41 void *Storage = Ctx.allocate(Size, alignof(NameEntryStorageTy)); in operator new() local
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A Dyaml2obj.cpp67 yaml2ObjectFile(SmallVectorImpl<char> &Storage, StringRef Yaml, in yaml2ObjectFile()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h141 : MDNode(C, ID, Storage, Ops1, Ops2) { in MDNode() argument
239 GenericDINode(LLVMContext &C, StorageType Storage, unsigned Hash, in GenericDINode()
312 DIAssignID(LLVMContext &C, StorageType Storage) in DIAssignID()
465 DIEnumerator(LLVMContext &C, StorageType Storage, int64_t Value, in DIEnumerator()
820 DIBasicType(LLVMContext &C, StorageType Storage, unsigned Tag, in DIBasicType()
888 DIStringType(LLVMContext &C, StorageType Storage, unsigned Tag, in DIStringType()
982 DIDerivedType(LLVMContext &C, StorageType Storage, unsigned Tag, in DIDerivedType()
1100 DICompositeType(LLVMContext &C, StorageType Storage, unsigned Tag, in DICompositeType()
2187 DILexicalBlock(LLVMContext &C, StorageType Storage, unsigned Line, in DILexicalBlock()
2238 DILexicalBlockFile(LLVMContext &C, StorageType Storage, in DILexicalBlockFile()
[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
483 auto **Storage = reinterpret_cast<Expr **>(Data->getChildren().data()); in getVars() local
488 auto **Storage = reinterpret_cast<Expr **>(Data->getChildren().data()); in getVars() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h786 union Storage { union
792 explicit Storage(DoubleAPFloat F, const fltSemantics &S) in Storage() function
798 Storage(const fltSemantics &Semantics, ArgTypes &&... Args) { in Storage() function
822 Storage(const Storage &RHS) { in Storage() function
834 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/Basic/
H A DCustomizableOptional.h29 optional_detail::OptionalStorage<T> Storage; variable
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h186 std::unique_ptr<PCHStorage> Storage; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-account.h38 uint32_t Storage = 0; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMinidump.h111 MemoryInfoIterator(ArrayRef<uint8_t> Storage, size_t Stride) in MemoryInfoIterator()

1234