Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfoMetadata.cpp36 DILocation::DILocation(LLVMContext &C, StorageType Storage, unsigned Line, in DILocation()
61 StorageType Storage, bool ShouldCreate) { in getImpl()
287 StorageType Storage, bool ShouldCreate) { in getImpl()
343 StorageType Storage, bool ShouldCreate) { in getImpl()
353 int64_t Lo, StorageType Storage, in getImpl()
363 StorageType Storage, bool ShouldCreate) { in getImpl()
456 StorageType Storage, in getImpl()
533 StorageType Storage, bool ShouldCreate) { in getImpl()
543 DIFlags Flags, StorageType Storage, in getImpl()
570 unsigned Encoding, StorageType Storage, in getImpl()
[all …]
H A DUser.cpp128 uint8_t *Storage = static_cast<uint8_t *>( in allocateFixedOperandUser() local
157 void *Storage = ::operator new(Size + sizeof(Use *)); in operator new() local
190 uint8_t *Storage = reinterpret_cast<uint8_t *>(DI) - DI->SizeInBytes; in operator delete() local
193 Use *Storage = static_cast<Use *>(Usr) - Obj->NumUserOperands; in operator delete() local
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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTemplateName.cpp69 TemplateName::TemplateName(OverloadedTemplateStorage *Storage) in TemplateName()
71 TemplateName::TemplateName(AssumedTemplateStorage *Storage) in TemplateName()
73 TemplateName::TemplateName(SubstTemplateTemplateParmStorage *Storage) in TemplateName()
75 TemplateName::TemplateName(SubstTemplateTemplateParmPackStorage *Storage) in TemplateName()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp214 GroupStorage &Storage = reinterpret_cast<GroupStorage&>(P); in replaceNode() local
223 GroupStorage &Storage = reinterpret_cast<GroupStorage&>(P); in addNode() local
253 const GroupStorage &Storage = reinterpret_cast<const GroupStorage &>(P); in size() local
265 const GroupStorage &Storage = reinterpret_cast<const GroupStorage &>(P); in begin() local
277 const GroupStorage &Storage = reinterpret_cast<const GroupStorage &>(P); in end() local
/netbsd-src/external/mpl/bind/dist/doc/dnssec-guide/
H A Dadvanced-discussions.rst586 Public Key StorageKey Storage global() argument
600 Private Key StorageKey Storage global() argument
625 hardware_security_modulesPrivate Key Storage global() argument
627 Hardware Security Modules (HSMs)Key Storage global() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DDJB.cpp37 static StringRef toUTF8(UTF32 C, MutableArrayRef<UTF8> Storage) { in toUTF8()
75 std::array<UTF8, UNI_MAX_UTF8_BYTES_PER_CODE_POINT> Storage; in caseFoldingDjbHash() local
H A DChrono.cpp26 struct tm Storage; in getStructTM() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolSerializer.h28 BumpPtrAllocator &Storage; variable
51 static CVSymbol writeOneSymbol(SymType &Sym, BumpPtrAllocator &Storage, in writeOneSymbol()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h134 : MDNode(C, ID, Storage, Ops1, Ops2) { in MDNode() argument
229 GenericDINode(LLVMContext &C, StorageType Storage, unsigned Hash, in GenericDINode()
300 DISubrange(LLVMContext &C, StorageType Storage, ArrayRef<Metadata *> Ops) in DISubrange()
366 DIGenericSubrange(LLVMContext &C, StorageType Storage, in DIGenericSubrange()
417 DIEnumerator(LLVMContext &C, StorageType Storage, const APInt &Value, in DIEnumerator()
423 DIEnumerator(LLVMContext &C, StorageType Storage, int64_t Value, in DIEnumerator()
478 DIScope(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag, in DIScope()
571 DIFile(LLVMContext &C, StorageType Storage, in DIFile()
670 DIType(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag, in DIType()
775 DIBasicType(LLVMContext &C, StorageType Storage, unsigned Tag, in DIBasicType()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h201 llvm::AlignedCharArrayUnion<TempPCHFile, InMemoryPreamble> Storage = {}; variable
248 PCHStorage Storage; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DLookupResult.cpp26 llvm::SmallString<64> Storage; in getSourceFile() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSymbol.cpp42 void *Storage = Ctx.allocate(Size, alignof(NameEntryStorageTy)); in operator new() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A Dyaml2obj.cpp59 yaml2ObjectFile(SmallVectorImpl<char> &Storage, StringRef Yaml, in yaml2ObjectFile()
/netbsd-src/external/apache2/llvm/dist/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
H A DParentMapContext.h93 llvm::AlignedCharArrayUnion<DynTypedNode, ArrayRef<DynTypedNode>> Storage; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPFloat.h707 union Storage { union
713 explicit Storage(DoubleAPFloat F, const fltSemantics &S) in Storage() function
719 Storage(const fltSemantics &Semantics, ArgTypes &&... Args) { in Storage() function
743 Storage(const Storage &RHS) { in Storage() function
755 Storage(Storage &&RHS) { in Storage() function
H A DAny.h113 std::unique_ptr<StorageBase> Storage; variable
H A DPointerSumType.h93 StorageT Storage; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DAppendingTypeTableBuilder.cpp34 AppendingTypeTableBuilder::AppendingTypeTableBuilder(BumpPtrAllocator &Storage) in AppendingTypeTableBuilder()
H A DGlobalTypeTableBuilder.cpp34 GlobalTypeTableBuilder::GlobalTypeTableBuilder(BumpPtrAllocator &Storage) in GlobalTypeTableBuilder()
H A DMergingTypeTableBuilder.cpp34 MergingTypeTableBuilder::MergingTypeTableBuilder(BumpPtrAllocator &Storage) in MergingTypeTableBuilder()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-account.h40 uint32_t Storage = 0; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMinidump.h110 MemoryInfoIterator(ArrayRef<uint8_t> Storage, size_t Stride) in MemoryInfoIterator()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DModuleLoader.h49 llvm::PointerIntPair<Module *, 2, LoadResultKind> Storage; variable

123