Searched refs:Descriptor (Results 26 - 50 of 119) sorted by relevance

12345

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DInterpState.cpp58 Descriptor *Desc = B->getDescriptor();
H A DByteCodeEmitter.cpp49 Descriptor *Desc = P.createDescriptor(PD, Ty);
80 Scope::Local ByteCodeEmitter::createLocal(Descriptor *D) {
H A DByteCodeEmitter.h69 Local createLocal(Descriptor *D);
H A DPointer.h16 #include "Descriptor.h"
133 Descriptor *Desc = Next == 0 ? getDeclDesc() : getDescriptor(Next)->Desc;
147 Descriptor *getDeclDesc() const { return Pointee->Desc; }
171 Descriptor *getFieldDesc() const {
H A DEvalEmitter.h71 Local createLocal(Descriptor *D);
H A DInterpFrame.cpp69 auto printDesc = [&OS, &Ctx](Descriptor *Desc) {
H A DByteCodeExprGen.cpp427 Descriptor *D = P.createDescriptor(Src, Ty, IsConst, Src.is<const Expr *>());
451 Descriptor *D = P.createDescriptor(Src, Ty.getTypePtr(),
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSectionMachO.cpp218 [&](decltype(*SectionTypeDescriptors) &Descriptor) {
219 return SectionType == Descriptor.AssemblerName;
249 [&](decltype(*SectionAttrDescriptors) &Descriptor) {
250 return SectionAttr.trim() == Descriptor.AssemblerName;
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp57 static const RefactoringDescriptor Descriptor = { local
62 return Descriptor;
104 static const RefactoringDescriptor Descriptor = { local
133 return Descriptor;
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DStreamUtil.cpp63 DbiModuleDescriptor Descriptor; member in struct:IndexedModuleDescriptor
84 IMD.Descriptor = Modules.getModuleDescriptor(I);
85 uint16_t SN = IMD.Descriptor.getModuleStreamIndex();
174 moduleStream(ModIter->second.Descriptor.getModuleName(), StreamIdx,
H A DExplainOutputStyle.cpp376 DbiModuleDescriptor &Descriptor = *Prev; local
378 Descriptor.getModuleName());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp136 IO &IO, DWARFYAML::ARangeDescriptor &Descriptor) {
137 IO.mapRequired("Address", Descriptor.Address);
138 IO.mapRequired("Length", Descriptor.Length);
153 IO &IO, DWARFYAML::RangeEntry &Descriptor) {
154 IO.mapRequired("LowOffset", Descriptor.LowOffset);
155 IO.mapRequired("HighOffset", Descriptor.HighOffset);
169 IO.mapRequired("Descriptor", Entry.Descriptor);
135 mapping( IO &IO, DWARFYAML::ARangeDescriptor &Descriptor) argument
152 mapping( IO &IO, DWARFYAML::RangeEntry &Descriptor) argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Extract/
H A DExtract.cpp60 static const RefactoringDescriptor Descriptor = { local
65 return Descriptor;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugArangeSet.cpp22 void DWARFDebugArangeSet::Descriptor::dump(raw_ostream &OS,
130 Descriptor arangeDescriptor;
H A DDWARFDebugLine.cpp244 ContentDescriptor Descriptor; local
245 Descriptor.Type =
247 Descriptor.Form = dwarf::Form(DebugLineData.getULEB128(OffsetPtr, &Err));
248 if (Descriptor.Type == dwarf::DW_LNCT_path)
251 ContentTypes->trackContentType(Descriptor.Type);
252 Descriptors.push_back(Descriptor);
283 for (auto Descriptor : *DirDescriptors) {
284 DWARFFormValue Value(Descriptor.Form);
285 switch (Descriptor.Type) {
312 for (auto Descriptor
[all...]
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dvms-misc.c481 } Descriptor;
482 Descriptor.Size = 17;
483 Descriptor.Ptr = tbuf;
484 SYS$ASCTIM (0, &Descriptor, 0, 0);
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dvms-misc.c479 } Descriptor;
480 Descriptor.Size = 17;
481 Descriptor.Ptr = tbuf;
482 SYS$ASCTIM (0, &Descriptor, 0, 0);
477 } Descriptor; local
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dvms-misc.c481 } Descriptor;
482 Descriptor.Size = 17;
483 Descriptor.Ptr = tbuf;
484 SYS$ASCTIM (0, &Descriptor, 0, 0);
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dvms-misc.c481 } Descriptor;
482 Descriptor.Size = 17;
483 Descriptor.Ptr = tbuf;
484 SYS$ASCTIM (0, &Descriptor, 0, 0);
/netbsd-current/external/apache2/llvm/lib/libclangAST/
H A DMakefile94 Descriptor.cpp \
/netbsd-current/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp120 for (auto Descriptor : Set.descriptors()) {
122 Desc.Address = Descriptor.Address;
123 Desc.Length = Descriptor.Length;
191 E.Descriptor.toBits(), E.Name});
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
H A Ddw2-error.S141 .byte 0 # Size of Segment Descriptor
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Ddw2-error.S141 .byte 0 # Size of Segment Descriptor
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1395 // Descriptor format (assuming little-endian):
1404 auto *Descriptor = local
1411 ConstantExpr::getPtrToInt(Descriptor, Int64Ty)),
1416 Descriptor->setComdat(NewGV->getComdat());
1417 Descriptor->setInitializer(ConstantStruct::getAnon({GVRelPtr, SizeAndTag}));
1418 Descriptor->setSection("hwasan_globals");
1419 Descriptor->setMetadata(LLVMContext::MD_associated,
1421 appendToCompilerUsed(M, Descriptor);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h79 llvm::yaml::Hex8 Descriptor; member in struct:llvm::DWARFYAML::PubEntry
299 static void mapping(IO &IO, DWARFYAML::ARangeDescriptor &Descriptor);

Completed in 407 milliseconds

12345