/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | Trace.h | 547 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 D | TraceIntelPT.h | 265 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 D | DebugInfoMetadata.cpp | 58 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 D | MetadataImpl.h | 28 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 D | User.cpp | 134 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 D | ExplodedGraph.cpp | 213 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 D | DJB.cpp | 37 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 D | Chrono.cpp | 26 struct tm Storage; in getStructTM() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | SymbolSerializer.h | 29 BumpPtrAllocator &Storage; variable 52 static CVSymbol writeOneSymbol(SymType &Sym, BumpPtrAllocator &Storage, in writeOneSymbol()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | TemplateName.cpp | 107 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 D | LookupResult.cpp | 27 llvm::SmallString<64> Storage; in getSourceFile() local
|
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | Utils.cpp | 33 SmallString<8> Storage; in replace_extension() local 47 SmallString<PATH_MAX> Storage; in shouldSkipSymLink() local
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | yaml2obj.cpp | 65 yaml2ObjectFile(SmallVectorImpl<char> & Storage,StringRef Yaml,ErrorHandler ErrHandler) yaml2ObjectFile() argument
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCSymbol.cpp | 41 void *Storage = Ctx.allocate(Size, alignof(NameEntryStorageTy)); in operator new() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 142 : 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 D | DeclOpenMP.h | 120 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 D | APFloat.h | 817 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 D | PointerSumType.h | 93 StorageT Storage; variable
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | AppendingTypeTableBuilder.cpp | 27 AppendingTypeTableBuilder::AppendingTypeTableBuilder(BumpPtrAllocator &Storage) in AppendingTypeTableBuilder()
|
H A D | GlobalTypeTableBuilder.cpp | 27 GlobalTypeTableBuilder::GlobalTypeTableBuilder(BumpPtrAllocator &Storage) in GlobalTypeTableBuilder()
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | PrecompiledPreamble.h | 186 std::unique_ptr<PCHStorage> Storage; variable
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | CustomizableOptional.h | 29 optional_detail::OptionalStorage<T> Storage; variable
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-account.h | 40 uint32_t Storage = 0; global() member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | SROA.h | 51 unsigned char Storage = 0; // None are speculatable by default. global() variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | Minidump.h | 111 MemoryInfoIterator(ArrayRef<uint8_t> Storage, size_t Stride) in MemoryInfoIterator()
|