Home
last modified time | relevance | path

Searched defs:AttributeSpec (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h30 struct AttributeSpec { struct
31 AttributeSpec(dwarf::Attribute A, dwarf::Form F, int64_t Value) in AttributeSpec() function
35 AttributeSpec(dwarf::Attribute A, dwarf::Form F, Optional<uint8_t> ByteSize) in AttributeSpec() function
43 dwarf::Attribute Attr;
44 dwarf::Form Form;
60 struct ByteSizeStorage {
85 using AttributeSpecVector = SmallVector<AttributeSpec, 8>; argument
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h22 struct AttributeSpec { struct
23 AttributeSpec(uint16_t Attr, uint16_t Form) : Attr(Attr), Form(Form) {} in AttributeSpec() function
27 typedef SmallVector<AttributeSpec, 8> AttributeSpecVector; argument
/external/deqp/modules/glshared/
DglsDrawTest.hpp192 struct AttributeSpec struct
197 InputType inputType;
198 OutputType outputType;
199 Storage storage;
200 Usage usage;
201 int componentCount;
202 int offset;
203 int stride;
204 bool normalize;
205 int instanceDivisor; //!< used only if drawMethod = Draw*Instanced
[all …]
DglsDrawTest.cpp2082 DrawTestSpec::AttributeSpec::AttributeSpec (void) in AttributeSpec() function in deqp::gls::DrawTestSpec::AttributeSpec
/external/tensorflow/tensorflow/java/src/gen/cc/
Dop_specs.h101 AttributeSpec(const string& op_def_name, const Variable& var, in AttributeSpec() function
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1298 typedef DWARFAbbreviationDeclaration::AttributeSpec AttributeSpec; typedef in llvm::dsymutil::__anond69ad1180111::DwarfLinker::DIECloner