Home
last modified time | relevance | path

Searched refs:getNumAttributes (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugInfoEntry.h56 uint32_t getNumAttributes() const { in getNumAttributes() function
57 return !isNULL() ? AbbrevDecl->getNumAttributes() : 0; in getNumAttributes()
DDWARFDebugInfoEntry.cpp43 const uint32_t numAttributes = AbbrevDecl->getNumAttributes(); in dump()
112 const uint32_t numAttributes = AbbrevDecl->getNumAttributes(); in extractFast()
233 const uint32_t numAttributes = AbbrevDecl->getNumAttributes(); in extract()
DDWARFAbbreviationDeclaration.h34 uint32_t getNumAttributes() const { return Attributes.size(); } in getNumAttributes() function
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dreflection.h130 int getNumAttributes() { return (int)indexToAttribute.size(); } in getNumAttributes() function
DShaderLang.cpp2000 int TProgram::getNumLiveAttributes() const { return reflection->getNumAttributes(… in getNumLiveAttributes()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h106 size_t getNumAttributes() const { in getNumAttributes() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAttributeImpl.h176 unsigned getNumAttributes() const { return NumAttrs; } in getNumAttributes() function
DAttributes.cpp572 unsigned AttributeSet::getNumAttributes() const { in getNumAttributes() function in AttributeSet
573 return SetNode ? SetNode->getNumAttributes() : 0; in getNumAttributes()
DCore.cpp2108 return AS.getNumAttributes(); in LLVMGetAttributeCountAtIndex()
2428 return AS.getNumAttributes(); in LLVMGetCallSiteAttributeCount()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp587 Index = AbbrDecl->getNumAttributes(); in attribute_iterator()
599 auto NumAttrs = AbbrDecl.getNumAttributes(); in updateForIndex()
/external/llvm/lib/IR/
DAttributeImpl.h181 unsigned getNumAttributes() const { return NumAttrs; } in getNumAttributes() function
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp211 size_t getNumAttributes (void) const;
368 const size_t numAttributes = getNumAttributes(); in VertexInputTest()
446 size_t VertexInputTest::getNumAttributes (void) const in getNumAttributes() function in vkt::pipeline::__anon6b7ae5390111::VertexInputTest
485 const size_t numAttributes = getNumAttributes(); in createInstance()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DAttributes.h258 unsigned getNumAttributes() const;
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp1681 if (it->getNumAttributes() == 0) in TEST()