Home
last modified time | relevance | path

Searched refs:Descriptors (Results 1 – 25 of 50) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DFunction.h44 Scope(LocalVectorTy &&Descriptors) : Descriptors(std::move(Descriptors)) {} in Scope() argument
47 return llvm::make_range(Descriptors.begin(), Descriptors.end()); in locals()
52 LocalVectorTy Descriptors;
H A DByteCodeExprGen.h290 Idx = this->Ctx->Descriptors.size(); in addLocal()
291 this->Ctx->Descriptors.emplace_back(); in addLocal()
294 this->Ctx->Descriptors[*Idx].emplace_back(Local); in addLocal()
H A DByteCodeEmitter.h74 llvm::SmallVector<SmallVector<Local, 8>, 2> Descriptors; variable
H A DEvalEmitter.h81 llvm::SmallVector<SmallVector<Local, 8>, 2> Descriptors; variable
H A DByteCodeEmitter.cpp69 for (auto &DS : Descriptors) { in compileFunc()
H A DEvalEmitter.cpp238 for (auto &Local : Descriptors[I]) { in emitDestroy()
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Ddescriptors.cc66 Descriptors::Descriptors() in Descriptors() function in gold::Descriptors
76 Descriptors::open(int descriptor, const char* name, int flags, int mode) in open()
196 Descriptors::release(int descriptor, bool permanent) in release()
237 Descriptors::close_some_descriptor() in close_some_descriptor()
273 Descriptors::close_all() in close_all()
296 Descriptors descriptors;
H A Ddescriptors.h35 class Descriptors
38 Descriptors();
101 extern Descriptors descriptors;
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Ddescriptors.cc66 Descriptors::Descriptors() in Descriptors() function in gold::Descriptors
76 Descriptors::open(int descriptor, const char* name, int flags, int mode) in open()
196 Descriptors::release(int descriptor, bool permanent) in release()
237 Descriptors::close_some_descriptor() in close_some_descriptor()
273 Descriptors::close_all() in close_all()
296 Descriptors descriptors;
H A Ddescriptors.h35 class Descriptors
38 Descriptors();
101 extern Descriptors descriptors;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleList.cpp180 if (auto EC = Reader.readArray(Descriptors, ModInfo.getLength())) in initializeModInfo()
222 auto DescriptorIter = Descriptors.begin(); in initializeFileInfo()
227 assert(DescriptorIter != Descriptors.end()); in initializeFileInfo()
235 assert(DescriptorIter == Descriptors.end()); in initializeFileInfo()
256 auto Iter = Descriptors.at(Offset); in getModuleDescriptor()
257 assert(Iter != Descriptors.end()); in getModuleDescriptor()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSymbolRewriter.h96 bool parse(const std::string &MapFile, RewriteDescriptorList *Descriptors);
125 Descriptors.splice(Descriptors.begin(), DL); in RewriteSymbolPass()
136 SymbolRewriter::RewriteDescriptorList Descriptors; variable
/netbsd-src/external/bsd/openldap/dist/tests/data/
H A Dmonitor1.out24 dn: cn=Max File Descriptors,cn=Connections,cn=Monitor
26 entryDN: cn=Max File Descriptors,cn=Connections,cn=Monitor
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/
H A DInstrBuilder.cpp594 Descriptors[MCI.getOpcode()] = std::move(ID); in createInstrDescImpl()
595 return *Descriptors[MCI.getOpcode()]; in createInstrDescImpl()
604 if (Descriptors.find_as(MCI.getOpcode()) != Descriptors.end()) in getOrCreateInstrDesc()
605 return *Descriptors[MCI.getOpcode()]; in getOrCreateInstrDesc()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DInstrBuilder.h45 DenseMap<unsigned short, std::unique_ptr<const InstrDesc>> Descriptors; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleList.h89 VarStreamArray<DbiModuleDescriptor> Descriptors; variable
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc4520.txt198 3.4. Object Identifier Descriptors
213 Descriptors are restricted to strings of UTF-8 [RFC3629] encoded
218 Descriptors are case insensitive.
234 descriptors, they should be short. Descriptors longer than 48
242 Descriptors beginning with "x-" are for Private Use and cannot be
245 Descriptors beginning with "e-" are reserved for experiments and will
463 context. LDAPv3 [RFC4514] uses Object Identifier Descriptors
940 - Object Identifier Descriptors practices were updated to require
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp563 for (auto &Descriptor : Descriptors) in runImpl()
574 Parser.parse(MapFile, &Descriptors); in loadAndParseMapFiles()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DConstantInterpreter.rst188 allocation site. Descriptors and elements are stored sequentially in the
208 Descriptors section in Memory Organisation
211 Descriptors are generated at bytecode compilation time and contain information
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp240 ContentDescriptors Descriptors; in parseV5EntryFormat() local
252 Descriptors.push_back(Descriptor); in parseV5EntryFormat()
264 return Descriptors; in parseV5EntryFormat()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
H A DREADME32 The overlay may be configured with Service Search Descriptors (SSDs)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp149 IO.mapOptional("Descriptors", ARange.Descriptors); in mapping()
H A DDWARFEmitter.cpp164 Length += AddrSize * 2 * (Range.Descriptors.size() + 1); in emitDebugAranges()
174 for (const auto &Descriptor : Range.Descriptors) { in emitDebugAranges()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp124 Range.Descriptors.push_back(Desc); in dumpDebugARanges()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h60 std::vector<ARangeDescriptor> Descriptors; member

12