/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFAcceleratorTable.h | 240 class NameIndex; 281 const NameIndex *NameIdx; 284 Entry(const NameIndex &NameIdx, const Abbrev &Abbr); 293 /// is valid in the owning NameIndex (or use getCUOffset(), which will 317 friend class NameIndex; 321 /// Error returned by NameIndex::getEntry to report it has reached the end of 385 class NameIndex { class in llvm::DWARFDebugNames 417 NameIndex(const DWARFDebugNames &Section, uint64_t Base) in NameIndex() function in llvm::DWARFDebugNames::NameIndex 475 const NameIndex *CurrentIndex = nullptr; 503 ValueIterator(const NameIndex [all...] |
H A D | DWARFVerifier.h | 258 unsigned verifyNameIndexBuckets(const DWARFDebugNames::NameIndex &NI, 260 unsigned verifyNameIndexAbbrevs(const DWARFDebugNames::NameIndex &NI); 261 unsigned verifyNameIndexAttribute(const DWARFDebugNames::NameIndex &NI, 264 unsigned verifyNameIndexEntries(const DWARFDebugNames::NameIndex &NI, 267 const DWARFDebugNames::NameIndex &NI);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFAcceleratorTable.cpp | 440 DWARFDebugNames::NameIndex::extractAttributeEncoding(uint64_t *Offset) { in extractAttributeEncoding() 452 DWARFDebugNames::NameIndex::extractAttributeEncodings(uint64_t *Offset) { in extractAttributeEncodings() 466 DWARFDebugNames::NameIndex::extractAbbrev(uint64_t *Offset) { in extractAbbrev() 483 Error DWARFDebugNames::NameIndex::extract() { in extract() 522 DWARFDebugNames::Entry::Entry(const NameIndex &NameIdx, const Abbrev &Abbr) in Entry() 525 // (NameIndex::getEntry) to populate them. in Entry() 580 uint64_t DWARFDebugNames::NameIndex::getCUOffset(uint32_t CU) const { in getCUOffset() 586 uint64_t DWARFDebugNames::NameIndex::getLocalTUOffset(uint32_t TU) const { 592 uint64_t DWARFDebugNames::NameIndex::getForeignTUSignature(uint32_t TU) const { 600 DWARFDebugNames::NameIndex [all...] |
H A D | DWARFVerifier.cpp | 927 for (const DWARFDebugNames::NameIndex &NI : AccelTable) { in verifyDebugNamesCULists() 965 DWARFVerifier::verifyNameIndexBuckets(const DWARFDebugNames::NameIndex &NI, in verifyNameIndexBuckets() 1077 const DWARFDebugNames::NameIndex &NI, const DWARFDebugNames::Abbrev &Abbr, in verifyNameIndexAttribute() 1081 error() << formatv("NameIndex @ {0:x}: Abbreviation {1:x}: {2} uses an " in verifyNameIndexAttribute() 1091 "NameIndex @ {0:x}: Abbreviation {1:x}: DW_IDX_type_hash " in verifyNameIndexAttribute() 1118 warn() << formatv("NameIndex @ {0:x}: Abbreviation {1:x} contains an " in verifyNameIndexAttribute() 1125 error() << formatv("NameIndex @ {0:x}: Abbreviation {1:x}: {2} uses an " in verifyNameIndexAttribute() 1135 DWARFVerifier::verifyNameIndexAbbrevs(const DWARFDebugNames::NameIndex &NI) { in verifyNameIndexAbbrevs() 1147 warn() << formatv("NameIndex @ {0:x}: Abbreviation {1:x} references an " in verifyNameIndexAbbrevs() 1154 error() << formatv("NameIndex in verifyNameIndexAbbrevs() [all...] |
/third_party/vk-gl-cts/scripts/khr_util/ |
H A D | registry.py | 208 class NameIndex(Index): class 346 params=NameIndex(list(map(parseParam, eCmd.findall('param'))))) 358 enums=NameIndex(enums[name] for name in eGroup.xpath('enum/@name') 379 return NameIndex(sortedItems) 381 groups = NameIndex(createMissing=createGroup, kind="group") 382 types = NameIndex(list(map(createType, spec.types)), 384 enums = NameIndex(list(map(createEnum, spec.enums)), 386 commands = NameIndex(list(map(createCommand, spec.commands)),
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugLinesSubsection.cpp | 43 Item.NameIndex = BlockHeader->NameIndex; in operator ()() 122 BlockHeader.NameIndex = B.ChecksumBufferOffset; in commit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | DebugLinesSubsection.h | 40 support::ulittle32_t NameIndex; // Offset of FileChecksum entry in File member 65 support::ulittle32_t NameIndex; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | PDBFileBuilder.h | 71 uint32_t NameIndex; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
H A D | PDBFileBuilder.cpp | 115 Desc.NameIndex = NI; in addInjectedSource() 183 Entry.FileNI = IS.NameIndex; in finalizeMsfLayout()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceConverter.cpp | 815 uint32_t NameIndex = 0; in nameUnnamedGlobalVariables() 818 V->setName(createUnnamedName(GlobalPrefix, NameIndex)); in nameUnnamedGlobalVariables() 819 ++NameIndex; in nameUnnamedGlobalVariables() 830 uint32_t NameIndex = 0; in nameUnnamedFunctions() 833 F.setName(createUnnamedName(FunctionPrefix, NameIndex)); in nameUnnamedFunctions() 834 ++NameIndex; in nameUnnamedFunctions()
|
H A D | PNaClTranslator.cpp | 468 // Gives Decl a name if it doesn't already have one. Prefix and NameIndex are 469 // used to generate the name. NameIndex is automatically incremented if a new 475 NaClBcIndexSize_t &NameIndex) { in installDeclarationName() 488 Decl->setName(Ctx, Translator.createUnnamedName(Prefix, NameIndex)); in installDeclarationName() 492 ++NameIndex; in installDeclarationName() 501 NaClBcIndexSize_t NameIndex = 0; in installGlobalVarNames() local 503 installDeclarationName(Var, GlobalPrefix, "global", NameIndex); in installGlobalVarNames() 513 NaClBcIndexSize_t NameIndex = 0; in installFunctionNames() local 515 installDeclarationName(Func, FunctionPrefix, "function", NameIndex); in installFunctionNames() 473 installDeclarationName(Ice::GlobalDeclaration *Decl, const std::string &Prefix, const char *DeclType, NaClBcIndexSize_t &NameIndex) installDeclarationName() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
H A D | ELFYAML.h | 105 Optional<uint32_t> NameIndex; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | ELFEmitter.cpp | 538 // If NameIndex, which contains the name offset, is explicitly specified, we in toELFSymbols() 541 if (Sym.NameIndex) in toELFSymbols() 542 Symbol.st_name = *Sym.NameIndex; in toELFSymbols()
|
H A D | ELFYAML.cpp | 982 IO.mapOptional("NameIndex", Symbol.NameIndex); in mapping() 1004 if (Symbol.NameIndex && !Symbol.Name.empty()) in validate() 1005 return "Name and NameIndex cannot both be specified for Symbol"; in validate()
|
H A D | CodeViewYAMLDebugSections.cpp | 591 auto EF = getFileName(Strings, Checksums, L.NameIndex); in fromCodeViewSubsection()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 743 unsigned NameIndex, Triple &TT); 2012 unsigned NameIndex, Triple &TT) { in recordValue() 2014 if (convertToString(Record, NameIndex, ValueName)) in recordValue() 2011 recordValue(SmallVectorImpl<uint64_t> &Record, unsigned NameIndex, Triple &TT) recordValue() argument
|