| /openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
| H A D | Function.h | 44 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 D | ByteCodeExprGen.h | 306 Idx = this->Ctx->Descriptors.size(); in addLocal() 307 this->Ctx->Descriptors.emplace_back(); in addLocal() 310 this->Ctx->Descriptors[*Idx].emplace_back(Local); in addLocal()
|
| H A D | ByteCodeEmitter.h | 74 llvm::SmallVector<SmallVector<Local, 8>, 2> Descriptors; variable
|
| H A D | EvalEmitter.h | 80 llvm::SmallVector<SmallVector<Local, 8>, 2> Descriptors; variable
|
| H A D | ByteCodeEmitter.cpp | 91 for (auto &DS : Descriptors) { in compileFunc()
|
| H A D | EvalEmitter.cpp | 253 for (auto &Local : Descriptors[I]) { in emitDestroy()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
| H A D | SymbolRewriter.h | 96 bool parse(const std::string &MapFile, RewriteDescriptorList *Descriptors); 125 Descriptors.splice(Descriptors.begin(), DL); in RewriteSymbolPass() 136 SymbolRewriter::RewriteDescriptorList Descriptors; variable
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | DbiModuleList.cpp | 181 if (auto EC = Reader.readArray(Descriptors, ModInfo.getLength())) in initializeModInfo() 223 auto DescriptorIter = Descriptors.begin(); in initializeFileInfo() 228 assert(DescriptorIter != Descriptors.end()); in initializeFileInfo() 236 assert(DescriptorIter == Descriptors.end()); in initializeFileInfo() 257 auto Iter = Descriptors.at(Offset); in getModuleDescriptor() 258 assert(Iter != Descriptors.end()); in getModuleDescriptor()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MCA/ |
| H A D | InstrBuilder.h | 72 Descriptors; variable 106 Descriptors.clear(); in clear()
|
| /openbsd-src/gnu/llvm/llvm/lib/MCA/ |
| H A D | InstrBuilder.cpp | 593 Descriptors[DKey] = std::move(ID); in createInstrDescImpl() 594 return *Descriptors[DKey]; in createInstrDescImpl() 609 if (Descriptors.find_as(DKey) != Descriptors.end()) in getOrCreateInstrDesc() 610 return *Descriptors[DKey]; in getOrCreateInstrDesc()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | DbiModuleList.h | 87 VarStreamArray<DbiModuleDescriptor> Descriptors; variable
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | SymbolRewriter.cpp | 562 for (auto &Descriptor : Descriptors) in runImpl() 573 Parser.parse(MapFile, &Descriptors); in loadAndParseMapFiles()
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | ConstantInterpreter.rst | 188 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
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.cpp | 240 ContentDescriptors Descriptors; in parseV5EntryFormat() local 252 Descriptors.push_back(Descriptor); in parseV5EntryFormat() 264 return Descriptors; in parseV5EntryFormat()
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
| H A D | DWARFYAML.cpp | 149 IO.mapOptional("Descriptors", ARange.Descriptors); in mapping()
|
| H A D | DWARFEmitter.cpp | 165 Length += AddrSize * 2 * (Range.Descriptors.size() + 1); in emitDebugAranges() 175 for (const auto &Descriptor : Range.Descriptors) { in emitDebugAranges()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/doc/ |
| H A D | stabs.texinfo | 73 * Symbol Descriptors:: Table of symbol descriptors 74 * Type Descriptors:: Table of type descriptors 100 lists of symbol descriptors (@pxref{Symbol Descriptors}) and type 101 descriptors (@pxref{Type Descriptors}) are believed to be completely 217 list of symbol descriptors, see @ref{Symbol Descriptors}. The @samp{c} 236 @xref{Type Descriptors}, for a list of @var{type-descriptor} values. If 1356 * Builtin Type Descriptors:: Builtin types with special type descriptors 1458 @node Builtin Type Descriptors 1459 @subsection Defining Builtin Types Using Builtin Type Descriptors 1744 Descriptors}) because the character following the type descriptor is [all …]
|
| H A D | ChangeLog | 3108 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor. 3122 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s. 3126 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c, 3240 (String Field, Symbol Descriptors, Cross-References): Refer to it. 3658 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what 3672 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting 3699 * stabs.texinfo (Builtin Type Descriptors): Document the floating 3701 (Symbol Descriptors): Describe how to handle conflict between
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/ |
| H A D | DWARFYAML.h | 61 std::vector<ARangeDescriptor> Descriptors; member
|
| /openbsd-src/gnu/llvm/llvm/tools/obj2yaml/ |
| H A D | dwarf2yaml.cpp | 126 Range.Descriptors.push_back(Desc); in dumpDebugARanges()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64.td | 552 "true", "Enable Armv9.4-A 128-bit Page Table Descriptors, System Registers "
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | LangRef.rst | 6138 concepts: *Type Descriptors*, further subdivided into scalar type
|