Searched refs:Ndx (Results 1 - 5 of 5) sorted by relevance

/external/spirv-llvm/lib/SPIRV/
H A DSPIRVInternal.h411 void addUnsignedArg(int Ndx) { UnsignedArgs.insert(Ndx);} argument
412 void addVoidPtrArg(int Ndx) { VoidPtrArgs.insert(Ndx);} argument
413 void addSamplerArg(int Ndx) { SamplerArgs.insert(Ndx);} argument
414 void addAtomicArg(int Ndx) { AtomicArgs.insert(Ndx);} argument
415 void setLocalArgBlock(int Ndx) { argument
416 assert(0 <= Ndx
419 setEnumArg(int Ndx, SPIR::TypePrimitiveEnum Enum) argument
421 setArgAttr(int Ndx, unsigned Attr) argument
423 setVarArg(int Ndx) argument
427 isArgUnsigned(int Ndx) argument
429 isArgVoidPtr(int Ndx) argument
431 isArgSampler(int Ndx) argument
433 isArgAtomic(int Ndx) argument
435 isLocalArgBlock(int Ndx) argument
437 isArgEnum(int Ndx, SPIR::TypePrimitiveEnum *Enum = nullptr) argument
447 getArgAttr(int Ndx) argument
460 getTypeMangleInfo(int Ndx) argument
[all...]
/external/elfutils/tests/
H A 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/
H A Dabi-dumper.pl577 # Num: Value Size Type Bind Vis Ndx Name
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/
H A DELFDumper.cpp2441 for (auto &Ndx : Data.slice(1)) {
2442 auto Sec = unwrapOrError(Obj->getSection(Ndx));
2444 OS << " [" << format_decimal(Ndx, 5) << "] " << Name
2722 OS << " Num: Value Size Type Bind Vis Ndx Name\n";
2724 OS << " Num: Value Size Type Bind Vis Ndx Name\n";
/external/abi-compliance-checker/
H A Dabi-compliance-checker.pl19047 my ($Ndx, $Symbol) = ($Info[5], $Info[6]);
19048 if($Ndx eq "UND")
19079 # Num: Value Size Type Bind Vis Ndx Name
19433 if(my ($Value, $Size, $Type, $Bind, $Vis, $Ndx, $Symbol) = readline_ELF($_))
19435 if($Ndx eq "UND")

Completed in 350 milliseconds