HomeSort by relevance Sort by last modified time
    Searched refs:getNumAttributes (Results 1 - 14 of 14) sorted by null

  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFAbbreviationDeclaration.h 34 uint32_t getNumAttributes() const { return Attributes.size(); }
DWARFDebugInfoEntry.h 56 uint32_t getNumAttributes() const {
57 return !isNULL() ? AbbrevDecl->getNumAttributes() : 0;
DWARFDebugInfoEntry.cpp 43 const uint32_t numAttributes = AbbrevDecl->getNumAttributes();
112 const uint32_t numAttributes = AbbrevDecl->getNumAttributes();
233 const uint32_t numAttributes = AbbrevDecl->getNumAttributes();
  /external/deqp-deps/glslang/glslang/MachineIndependent/
reflection.h 130 int getNumAttributes() { return (int)indexToAttribute.size(); }
ShaderLang.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 106 size_t getNumAttributes() const {
  /external/llvm/lib/IR/
AttributeImpl.h 181 unsigned getNumAttributes() const { return NumAttrs; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
AttributeImpl.h 176 unsigned getNumAttributes() const { return NumAttrs; }
Attributes.cpp 572 unsigned AttributeSet::getNumAttributes() const {
573 return SetNode ? SetNode->getNumAttributes() : 0;
    [all...]
Core.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DWARFDie.cpp 587 Index = AbbrDecl->getNumAttributes();
599 auto NumAttrs = AbbrDecl.getNumAttributes();
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineVertexInputTests.cpp 211 size_t getNumAttributes (void) const;
368 const size_t numAttributes = getNumAttributes();
446 size_t VertexInputTest::getNumAttributes (void) const
485 const size_t numAttributes = getNumAttributes();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Attributes.h 258 unsigned getNumAttributes() const;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DWARFDebugInfoTest.cpp     [all...]

Completed in 1025 milliseconds