| /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/libc/src/__support/fixed_point/ |
| H A D | fx_rep.h | 26 template <int Bits> struct Storage { struct 28 using Type = typename cpp::conditional_t<
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfoMetadata.cpp | 66 DILocation::DILocation(LLVMContext &C, StorageType Storage, unsigned Line, in DILocation() 102 StorageType Storage, bool ShouldCreate) { in getImpl() 575 StorageType Storage, bool ShouldCreate) { in getImpl() 631 DISubrange::DISubrange(LLVMContext &C, StorageType Storage, in DISubrange() 635 StorageType Storage, bool ShouldCreate) { in getImpl() 645 int64_t Lo, StorageType Storage, in getImpl() 655 StorageType Storage, bool ShouldCreate) { in getImpl() 744 DIGenericSubrange::DIGenericSubrange(LLVMContext &C, StorageType Storage, in DIGenericSubrange() 752 StorageType Storage, in getImpl() 827 DISubrangeType::DISubrangeType(LLVMContext &C, StorageType Storage, in DISubrangeType() [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 | 144 uint8_t *Storage = static_cast<uint8_t *>( in allocateFixedOperandUser() local 175 void *Storage = ::operator new(Size + sizeof(Use *)); in operator new() local 208 uint8_t *Storage = reinterpret_cast<uint8_t *>(DI) - DI->SizeInBytes; in operator delete() local 211 Use *Storage = static_cast<Use *>(Usr) - Obj->NumUserOperands; in operator delete() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | Minidump.h | 134 MemoryInfoIterator(ArrayRef<uint8_t> Storage, size_t Stride) in MemoryInfoIterator() 163 begin(ArrayRef<uint8_t> Storage, in begin() 212 Memory64Iterator(ArrayRef<uint8_t> Storage, in Memory64Iterator() 229 ArrayRef<uint8_t> Storage; variable
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExplodedGraph.cpp | 211 GroupStorage &Storage = reinterpret_cast<GroupStorage&>(P); in replaceNode() local 220 GroupStorage &Storage = reinterpret_cast<GroupStorage&>(P); in addNode() local 249 const GroupStorage &Storage = reinterpret_cast<const GroupStorage &>(P); in size() local 261 const GroupStorage &Storage = reinterpret_cast<const GroupStorage &>(P); in begin() local 273 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 | 27 struct tm Storage; in getStructTM() local 45 struct tm Storage; in getStructTMUtc() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | SymbolSerializer.h | 30 BumpPtrAllocator &Storage; variable 53 static CVSymbol writeOneSymbol(SymType &Sym, BumpPtrAllocator &Storage, in writeOneSymbol()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 143 : MDNode(C, ID, Storage, Ops1, Ops2) { in MDNode() argument 243 GenericDINode(LLVMContext &C, StorageType Storage, unsigned Hash, in GenericDINode() 318 DIAssignID(LLVMContext &C, StorageType Storage) in DIAssignID() 469 DIEnumerator(LLVMContext &C, StorageType Storage, int64_t Value, in DIEnumerator() 525 DIScope(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag, in DIScope() 725 DIType(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag, in DIType() 848 DIBasicType(LLVMContext &C, StorageType Storage, unsigned Tag, in DIBasicType() 855 DIBasicType(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag, in DIBasicType() 961 DIFixedPointType(LLVMContext &C, StorageType Storage, unsigned Tag, in DIFixedPointType() 969 DIFixedPointType(LLVMContext &C, StorageType Storage, unsigned Tag, in DIFixedPointType() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| H A D | LookupResult.cpp | 25 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/clang/lib/AST/ |
| H A D | TemplateName.cpp | 157 TemplateName::TemplateName(OverloadedTemplateStorage *Storage) in TemplateName() 159 TemplateName::TemplateName(AssumedTemplateStorage *Storage) in TemplateName() 161 TemplateName::TemplateName(SubstTemplateTemplateParmStorage *Storage) in TemplateName() 163 TemplateName::TemplateName(SubstTemplateTemplateParmPackStorage *Storage) in TemplateName()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | yaml2obj.cpp | 66 yaml2ObjectFile(SmallVectorImpl<char> &Storage, StringRef Yaml, in yaml2ObjectFile()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCSymbol.cpp | 40 void *Storage = Ctx.allocate(Size, alignof(NameEntryStorageTy)); in operator new() local
|
| H A D | DXContainerRootSignature.cpp | 69 SmallString<256> Storage; in write() local
|
| /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/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/lib/DebugInfo/CodeView/ |
| H A D | AppendingTypeTableBuilder.cpp | 26 AppendingTypeTableBuilder::AppendingTypeTableBuilder(BumpPtrAllocator &Storage) in AppendingTypeTableBuilder()
|
| /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/ADT/ |
| H A D | APFloat.h | 932 union Storage { union 938 explicit Storage(DoubleAPFloat F, const fltSemantics &S) in Storage() function 944 Storage(const fltSemantics &Semantics, ArgTypes &&... Args) { in Storage() function 968 Storage(const Storage &RHS) { in Storage() function 980 Storage(Storage &&RHS) { in Storage() function
|
| /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
|