Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h105 size_t getNumAttributes() const { in getNumAttributes() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h105 size_t getNumAttributes() const { in getNumAttributes() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAttributeImpl.h200 unsigned getNumAttributes() const { return NumAttrs; } in getNumAttributes() function
DAttributes.cpp650 unsigned AttributeSet::getNumAttributes() const { in getNumAttributes() function in AttributeSet
651 return SetNode ? SetNode->getNumAttributes() : 0; in getNumAttributes()
DCore.cpp2395 return AS.getNumAttributes(); in LLVMGetAttributeCountAtIndex()
2805 return AS.getNumAttributes(); in LLVMGetCallSiteAttributeCount()
DVerifier.cpp1594 Assert(Attrs.getNumAttributes() == 1, in verifyParameterAttrs()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DAttributeImpl.h247 unsigned getNumAttributes() const { return NumAttrs; } in getNumAttributes() function
DAttributes.cpp756 unsigned AttributeSet::getNumAttributes() const { in getNumAttributes() function in AttributeSet
757 return SetNode ? SetNode->getNumAttributes() : 0; in getNumAttributes()
DCore.cpp2423 return AS.getNumAttributes(); in LLVMGetAttributeCountAtIndex()
2836 return AS.getNumAttributes(); in LLVMGetCallSiteAttributeCount()
DVerifier.cpp1801 Check(Attrs.getNumAttributes() == 1, in verifyParameterAttrs()
/external/llvm/lib/IR/
DAttributeImpl.h181 unsigned getNumAttributes() const { return NumAttrs; } in getNumAttributes() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp674 Index = AbbrDecl->getNumAttributes(); in attribute_iterator()
686 auto NumAttrs = AbbrDecl.getNumAttributes(); in updateForIndex()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp663 Index = AbbrDecl->getNumAttributes(); in attribute_iterator()
675 auto NumAttrs = AbbrDecl.getNumAttributes(); in updateForIndex()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp224 size_t getNumAttributes(void) const;
408 const size_t numAttributes = getNumAttributes(); in VertexInputTest()
483 size_t VertexInputTest::getNumAttributes(void) const in getNumAttributes() function in vkt::pipeline::__anon9a3602a60111::VertexInputTest
539 const size_t numAttributes = getNumAttributes(); in createInstance()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAttributes.h271 unsigned getNumAttributes() const;
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DAttributes.h352 unsigned getNumAttributes() const;
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp349 assert(AS.getNumAttributes() == 1 && in addAttributes()