Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h29 struct AttributeSpec { struct
30 AttributeSpec(dwarf::Attribute A, dwarf::Form F, int64_t Value) in AttributeSpec() function
34 AttributeSpec(dwarf::Attribute A, dwarf::Form F, Optional<uint8_t> ByteSize) in AttributeSpec() function
42 dwarf::Attribute Attr;
43 dwarf::Form Form;
59 struct ByteSizeStorage {
84 using AttributeSpecVector = SmallVector<AttributeSpec, 8>; argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h29 struct AttributeSpec { struct
30 AttributeSpec(dwarf::Attribute A, dwarf::Form F, int64_t Value) in AttributeSpec() argument
34 AttributeSpec(dwarf::Attribute A, dwarf::Form F, Optional<uint8_t> ByteSize) in AttributeSpec() function
42 dwarf::Attribute Attr;
43 dwarf::Form Form;
59 struct ByteSizeStorage {
84 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() argument
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::__anondabe43b60111::DwarfLinker::DIECloner