Home
last modified time | relevance | path

Searched refs:Ndx (Results 1 – 16 of 16) sorted by relevance

/external/spirv-llvm/lib/SPIRV/
DSPIRVInternal.h411 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/
Dgnu-symbols.test9 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/
Drun-readelf-s.sh129 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/
Dabi-dumper.pl723 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/
DELFDumper.cpp2441 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/
Dja.po4888 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"
Des.po5164 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"
Dpl.po5082 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"
Dnl.po4230 msgid " Num: Value Size Type Bind Vis Ndx Name\n"
4234 msgid " Num: Value Size Type Bind Vis Ndx Name\n"
Dru.po4229 msgid " Num: Value Size Type Bind Vis Ndx Name\n"
4233 msgid " Num: Value Size Type Bind Vis Ndx Name\n"
Dfr.po4229 msgid " Num: Value Size Type Bind Vis Ndx Name\n"
4233 msgid " Num: Value Size Type Bind Vis Ndx Name\n"
Dzh_CN.po4230 msgid " Num: Value Size Type Bind Vis Ndx Name\n"
4234 msgid " Num: Value Size Type Bind Vis Ndx Name\n"
Dit.po4230 msgid " Num: Value Size Type Bind Vis Ndx Name\n"
4234 msgid " Num: Value Size Type Bind Vis Ndx Name\n"
Duk.po5131 msgid " Num: Value Size Type Bind Vis Ndx Name\n"
5135 msgid " Num: Value Size Type Bind Vis Ndx Name\n"
Dde.po4756 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/
Dabi-compliance-checker.pl19047 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")