Searched refs:Ndx (Results 1 – 16 of 16) sorted by relevance
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVInternal.h | 411 void addUnsignedArg(int Ndx) { UnsignedArgs.insert(Ndx);} in addUnsignedArg() argument 412 void addVoidPtrArg(int Ndx) { VoidPtrArgs.insert(Ndx);} in addVoidPtrArg() argument 413 void addSamplerArg(int Ndx) { SamplerArgs.insert(Ndx);} in addSamplerArg() argument 414 void addAtomicArg(int Ndx) { AtomicArgs.insert(Ndx);} in addAtomicArg() argument 415 void setLocalArgBlock(int Ndx) { in setLocalArgBlock() argument 416 assert(0 <= Ndx && "it is not allowed to set less than zero index"); in setLocalArgBlock() 417 LocalArgBlockIdx = Ndx; in setLocalArgBlock() 419 void setEnumArg(int Ndx, SPIR::TypePrimitiveEnum Enum) { in setEnumArg() argument 420 EnumArgs[Ndx] = Enum;} in setEnumArg() 421 void setArgAttr(int Ndx, unsigned Attr) { in setArgAttr() argument [all …]
|
/external/llvm/test/tools/llvm-readobj/ |
D | gnu-symbols.test | 9 ELF32-NEXT: Num: Value Size Type Bind Vis Ndx Name 17 ELF64-NEXT: Num: Value Size Type Bind Vis Ndx Name 26 DYN-NEXT: Num: Value Size Type Bind Vis Ndx Name 34 DYN-NEXT: Num: Value Size Type Bind Vis Ndx Name
|
/external/elfutils/tests/ |
D | run-readelf-s.sh | 129 Num: Value Size Type Bind Vis Ndx Name 150 Num: Value Size Type Bind Vis Ndx Name 233 Num: Value Size Type Bind Vis Ndx Name 307 Num: Value Size Type Bind Vis Ndx Name 323 Num: Value Size Type Bind Vis Ndx Name 333 Num: Value Size Type Bind Vis Ndx Name
|
/external/abi-dumper/ |
D | abi-dumper.pl | 723 if(my ($Value, $Size, $Type, $Bind, $Vis, $Ndx, $Symbol) = readline_ELF($_)) 731 if($Ndx eq "UND") 775 foreach ($SectionInfo{$Ndx}, "")
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 2441 for (auto &Ndx : Data.slice(1)) { in printGroupSections() local 2442 auto Sec = unwrapOrError(Obj->getSection(Ndx)); in printGroupSections() 2444 OS << " [" << format_decimal(Ndx, 5) << "] " << Name in printGroupSections()
|
/external/elfutils/po/ |
D | ja.po | 4888 msgid " Num: Value Size Type Bind Vis Ndx Name\n" 4889 msgstr " 数 : 値 大き タイプ Bind Vis Ndx 名前\n" 4892 msgid " Num: Value Size Type Bind Vis Ndx Name\n" 4893 msgstr " 数 : 値 大き タイプ Bind Vis Ndx 名前\n"
|
D | es.po | 5164 msgid " Num: Value Size Type Bind Vis Ndx Name\n" 5165 msgstr " Núm: Valor Tamaño Tipo Unión Vis Nombre Ndx\n" 5168 msgid " Num: Value Size Type Bind Vis Ndx Name\n" 5169 msgstr " Num: Valor Tamaño Tipo Unión Vis Nombre Ndx\n"
|
D | pl.po | 5082 msgid " Num: Value Size Type Bind Vis Ndx Name\n" 5083 msgstr " Numer: Wartość Rozm Typ Bind Widoczność Ndx Nazwa\n" 5086 msgid " Num: Value Size Type Bind Vis Ndx Name\n" 5087 msgstr " Numer: Wartość Rozm Typ Bind Widoczność Ndx Nazwa\n"
|
D | nl.po | 4230 msgid " Num: Value Size Type Bind Vis Ndx Name\n" 4234 msgid " Num: Value Size Type Bind Vis Ndx Name\n"
|
D | it.po | 4230 msgid " Num: Value Size Type Bind Vis Ndx Name\n" 4234 msgid " Num: Value Size Type Bind Vis Ndx Name\n"
|
D | ru.po | 4229 msgid " Num: Value Size Type Bind Vis Ndx Name\n" 4233 msgid " Num: Value Size Type Bind Vis Ndx Name\n"
|
D | fr.po | 4229 msgid " Num: Value Size Type Bind Vis Ndx Name\n" 4233 msgid " Num: Value Size Type Bind Vis Ndx Name\n"
|
D | zh_CN.po | 4230 msgid " Num: Value Size Type Bind Vis Ndx Name\n" 4234 msgid " Num: Value Size Type Bind Vis Ndx Name\n"
|
D | uk.po | 5131 msgid " Num: Value Size Type Bind Vis Ndx Name\n" 5135 msgid " Num: Value Size Type Bind Vis Ndx Name\n"
|
D | de.po | 4756 msgid " Num: Value Size Type Bind Vis Ndx Name\n" 4760 msgid " Num: Value Size Type Bind Vis Ndx Name\n"
|
/external/abi-compliance-checker/ |
D | abi-compliance-checker.pl | 19047 my ($Ndx, $Symbol) = ($Info[5], $Info[6]); 19048 if($Ndx eq "UND") 19433 if(my ($Value, $Size, $Type, $Bind, $Vis, $Ndx, $Symbol) = readline_ELF($_)) 19435 if($Ndx eq "UND")
|