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
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/libc/src/__support/fixed_point/
H A Dfx_rep.h26 template <int Bits> struct Storage { struct
28 using Type = typename cpp::conditional_t<
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp66 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 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.cpp144 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 DMinidump.h134 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 DExplodedGraph.cpp211 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 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.cpp27 struct tm Storage; in getStructTM() local
45 struct tm Storage; in getStructTMUtc() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolSerializer.h30 BumpPtrAllocator &Storage; variable
53 static CVSymbol writeOneSymbol(SymType &Sym, BumpPtrAllocator &Storage, in writeOneSymbol()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h143 : 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 DLookupResult.cpp25 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/clang/lib/AST/
H A DTemplateName.cpp157 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 Dyaml2obj.cpp66 yaml2ObjectFile(SmallVectorImpl<char> &Storage, StringRef Yaml, in yaml2ObjectFile()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSymbol.cpp40 void *Storage = Ctx.allocate(Size, alignof(NameEntryStorageTy)); in operator new() local
H A DDXContainerRootSignature.cpp69 SmallString<256> Storage; in write() local
/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/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/lib/DebugInfo/CodeView/
H A DAppendingTypeTableBuilder.cpp26 AppendingTypeTableBuilder::AppendingTypeTableBuilder(BumpPtrAllocator &Storage) in AppendingTypeTableBuilder()
/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/ADT/
H A DAPFloat.h932 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 DSROA.h51 unsigned char Storage = 0; // None are speculatable by default. global() variable

1234