Searched defs:AttributeSpec (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h22 struct AttributeSpec { struct in class:llvm::DWARFAbbreviationDeclaration
23 AttributeSpec(uint16_t Attr, uint16_t Form) : Attr(Attr), Form(Form) {} function in struct:llvm::DWARFAbbreviationDeclaration::AttributeSpec
27 typedef SmallVector<AttributeSpec, 8> AttributeSpecVector;
/external/deqp/modules/glshared/
H A DglsDrawTest.hpp187 struct AttributeSpec struct in struct:deqp::gls::DrawTestSpec
189 static AttributeSpec createAttributeArray (InputType inputType, OutputType outputType, Storage storage, Usage usage, int componentCount, int offset, int stride, bool normalize, int instanceDivisor);
190 static AttributeSpec createDefaultAttribute (InputType inputType, OutputType outputType, int componentCount); //!< allowed inputType values: INPUTTYPE_INT, INPUTTYPE_UNSIGNED_INT, INPUTTYPE_FLOAT
206 AttributeSpec (void);
233 std::vector<AttributeSpec> attribs;
H A DglsDrawTest.cpp2124 DrawTestSpec::AttributeSpec DrawTestSpec::AttributeSpec::createAttributeArray (InputType inputType, OutputType outputType, Storage storage, Usage usage, int componentCount, int offset, int stride, bool normalize, int instanceDivisor)
2126 DrawTestSpec::AttributeSpec spec;
2143 DrawTestSpec::AttributeSpec DrawTestSpec::AttributeSpec::createDefaultAttribute (InputType inputType, OutputType outputType, int componentCount)
2148 DrawTestSpec::AttributeSpec spec;
2165 DrawTestSpec::AttributeSpec::AttributeSpec (void) function in class:deqp::gls::DrawTestSpec::AttributeSpec
2181 int DrawTestSpec::AttributeSpec::hash (void) const
2193 bool DrawTestSpec::AttributeSpec
[all...]
/external/llvm/tools/dsymutil/
H A DDwarfLinker.cpp1296 typedef DWARFAbbreviationDeclaration::AttributeSpec AttributeSpec; typedef in class:llvm::dsymutil::__anon12628::DwarfLinker::DIECloner
1321 const AttributeSpec AttrSpec, unsigned AttrSize,
1327 unsigned cloneStringAttribute(DIE &Die, AttributeSpec AttrSpec,
1337 AttributeSpec AttrSpec, unsigned AttrSize,
1343 unsigned cloneBlockAttribute(DIE &Die, AttributeSpec AttrSpec,
1349 unsigned cloneAddressAttribute(DIE &Die, AttributeSpec AttrSpec,
1358 CompileUnit &U, AttributeSpec AttrSpec,
2295 AttributeSpec AttrSpec,
2308 AttributeSpec AttrSpe
[all...]

Completed in 781 milliseconds