HomeSort by relevance Sort by last modified time
    Searched refs:DWARFFormValue (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/llvm/unittests/DebugInfo/DWARF/
DWARFFormValueTest.cpp 10 #include "llvm/DebugInfo/DWARF/DWARFFormValue.h"
23 TEST(DWARFFormValue, FixedFormSizes) {
26 ArrayRef<uint8_t> sizes = DWARFFormValue::getFixedFormSizes(4, 2);
28 sizes = DWARFFormValue::getFixedFormSizes(8, 2);
30 sizes = DWARFFormValue::getFixedFormSizes(8, 3);
33 EXPECT_EQ(0U, DWARFFormValue::getFixedFormSizes(16, 2).size());
36 bool isFormClass(uint16_t Form, DWARFFormValue::FormClass FC) {
37 return DWARFFormValue(Form).isFormClass(FC);
40 TEST(DWARFFormValue, FormClass) {
41 EXPECT_TRUE(isFormClass(DW_FORM_addr, DWARFFormValue::FC_Address))
    [all...]
  /external/llvm/lib/DebugInfo/DWARF/
DWARFFormValue.cpp 1 //===-- DWARFFormValue.cpp ------------------------------------------------===//
15 #include "llvm/DebugInfo/DWARF/DWARFFormValue.h"
66 ArrayRef<uint8_t> DWARFFormValue::getFixedFormSizes(uint8_t AddrSize,
80 static const DWARFFormValue::FormClass DWARF4FormClasses[] = {
81 DWARFFormValue::FC_Unknown, // 0x0
82 DWARFFormValue::FC_Address, // 0x01 DW_FORM_addr
83 DWARFFormValue::FC_Unknown, // 0x02 unused
84 DWARFFormValue::FC_Block, // 0x03 DW_FORM_block2
85 DWARFFormValue::FC_Block, // 0x04 DW_FORM_block4
86 DWARFFormValue::FC_Constant, // 0x05 DW_FORM_data
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFAttribute.h 13 #include "llvm/DebugInfo/DWARF/DWARFFormValue.h"
33 DWARFFormValue Value;
50 Value = DWARFFormValue();
DWARFFormValue.h 1 //===- DWARFFormValue.h -----------------------------------------*- C++ -*-===//
25 class DWARFFormValue {
59 DWARFFormValue(dwarf::Form F = dwarf::Form(0)) : Form(F) {}
90 /// DWARFFormValue has form class is suitable for representing Foo.
183 /// Take an optional DWARFFormValue and try to extract a string value from it.
185 /// \param V and optional DWARFFormValue to attempt to extract the value from.
188 inline Optional<const char*> toString(const Optional<DWARFFormValue>& V) {
194 /// Take an optional DWARFFormValue and extract a string value from it.
196 /// \param V and optional DWARFFormValue to attempt to extract the value from.
201 toString(const Optional<DWARFFormValue>& V, const char *Default)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFAttribute.h 14 #include "llvm/DebugInfo/DWARF/DWARFFormValue.h"
33 DWARFFormValue Value;
50 Value = DWARFFormValue();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFAttribute.h 14 #include "llvm/DebugInfo/DWARF/DWARFFormValue.h"
33 DWARFFormValue Value;
50 Value = DWARFFormValue();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFAttribute.h 14 #include "llvm/DebugInfo/DWARF/DWARFFormValue.h"
33 DWARFFormValue Value;
50 Value = DWARFFormValue();
DWARFFormValue.h 1 //===- DWARFFormValue.h -----------------------------------------*- C++ -*-===//
26 /// A helper struct for DWARFFormValue methods, providing information that
55 class DWARFFormValue {
88 DWARFFormValue(dwarf::Form F = dwarf::Form(0)) : Form(F) {}
123 /// DWARFFormValue has form class is suitable for representing Foo.
158 return DWARFFormValue::skipValue(Form, DebugInfoData, OffsetPtr, Params);
180 /// Take an optional DWARFFormValue and try to extract a string value from it.
182 /// \param V and optional DWARFFormValue to attempt to extract the value from.
185 inline Optional<const char *> toString(const Optional<DWARFFormValue> &V) {
191 /// Take an optional DWARFFormValue and extract a string value from it
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFAttribute.h 14 #include "llvm/DebugInfo/DWARF/DWARFFormValue.h"
33 DWARFFormValue Value;
50 Value = DWARFFormValue();
DWARFFormValue.h 1 //===- DWARFFormValue.h -----------------------------------------*- C++ -*-===//
26 /// A helper struct for DWARFFormValue methods, providing information that
55 class DWARFFormValue {
88 DWARFFormValue(dwarf::Form F = dwarf::Form(0)) : Form(F) {}
123 /// DWARFFormValue has form class is suitable for representing Foo.
158 return DWARFFormValue::skipValue(Form, DebugInfoData, OffsetPtr, Params);
180 /// Take an optional DWARFFormValue and try to extract a string value from it.
182 /// \param V and optional DWARFFormValue to attempt to extract the value from.
185 inline Optional<const char *> toString(const Optional<DWARFFormValue> &V) {
191 /// Take an optional DWARFFormValue and extract a string value from it
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFAttribute.h 14 #include "llvm/DebugInfo/DWARF/DWARFFormValue.h"
33 DWARFFormValue Value;
50 Value = DWARFFormValue();
DWARFFormValue.h 1 //===- DWARFFormValue.h -----------------------------------------*- C++ -*-===//
26 /// A helper struct for DWARFFormValue methods, providing information that
55 class DWARFFormValue {
88 DWARFFormValue(dwarf::Form F = dwarf::Form(0)) : Form(F) {}
123 /// DWARFFormValue has form class is suitable for representing Foo.
158 return DWARFFormValue::skipValue(Form, DebugInfoData, OffsetPtr, Params);
180 /// Take an optional DWARFFormValue and try to extract a string value from it.
182 /// \param V and optional DWARFFormValue to attempt to extract the value from.
185 inline Optional<const char *> toString(const Optional<DWARFFormValue> &V) {
191 /// Take an optional DWARFFormValue and extract a string value from it
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFAttribute.h 14 #include "llvm/DebugInfo/DWARF/DWARFFormValue.h"
33 DWARFFormValue Value;
50 Value = DWARFFormValue();
DWARFFormValue.h 1 //===- DWARFFormValue.h -----------------------------------------*- C++ -*-===//
26 /// A helper struct for DWARFFormValue methods, providing information that
55 class DWARFFormValue {
88 DWARFFormValue(dwarf::Form F = dwarf::Form(0)) : Form(F) {}
123 /// DWARFFormValue has form class is suitable for representing Foo.
158 return DWARFFormValue::skipValue(Form, DebugInfoData, OffsetPtr, Params);
180 /// Take an optional DWARFFormValue and try to extract a string value from it.
182 /// \param V and optional DWARFFormValue to attempt to extract the value from.
185 inline Optional<const char *> toString(const Optional<DWARFFormValue> &V) {
191 /// Take an optional DWARFFormValue and extract a string value from it
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFAttribute.h 13 #include "llvm/DebugInfo/DWARF/DWARFFormValue.h"
33 DWARFFormValue Value;
50 Value = DWARFFormValue();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFAttribute.h 14 #include "llvm/DebugInfo/DWARF/DWARFFormValue.h"
33 DWARFFormValue Value;
50 Value = DWARFFormValue();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFAttribute.h 14 #include "llvm/DebugInfo/DWARF/DWARFFormValue.h"
33 DWARFFormValue Value;
50 Value = DWARFFormValue();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFAttribute.h 14 #include "llvm/DebugInfo/DWARF/DWARFFormValue.h"
33 DWARFFormValue Value;
50 Value = DWARFFormValue();
DWARFFormValue.h 1 //===- DWARFFormValue.h -----------------------------------------*- C++ -*-===//
26 /// A helper struct for DWARFFormValue methods, providing information that
55 class DWARFFormValue {
88 DWARFFormValue(dwarf::Form F = dwarf::Form(0)) : Form(F) {}
123 /// DWARFFormValue has form class is suitable for representing Foo.
158 return DWARFFormValue::skipValue(Form, DebugInfoData, OffsetPtr, Params);
180 /// Take an optional DWARFFormValue and try to extract a string value from it.
182 /// \param V and optional DWARFFormValue to attempt to extract the value from.
185 inline Optional<const char *> toString(const Optional<DWARFFormValue> &V) {
191 /// Take an optional DWARFFormValue and extract a string value from it
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFAttribute.h 14 #include "llvm/DebugInfo/DWARF/DWARFFormValue.h"
33 DWARFFormValue Value;
50 Value = DWARFFormValue();
DWARFFormValue.h 1 //===- DWARFFormValue.h -----------------------------------------*- C++ -*-===//
26 /// A helper struct for DWARFFormValue methods, providing information that
55 class DWARFFormValue {
88 DWARFFormValue(dwarf::Form F = dwarf::Form(0)) : Form(F) {}
123 /// DWARFFormValue has form class is suitable for representing Foo.
158 return DWARFFormValue::skipValue(Form, DebugInfoData, OffsetPtr, Params);
180 /// Take an optional DWARFFormValue and try to extract a string value from it.
182 /// \param V and optional DWARFFormValue to attempt to extract the value from.
185 inline Optional<const char *> toString(const Optional<DWARFFormValue> &V) {
191 /// Take an optional DWARFFormValue and extract a string value from it
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFAttribute.h 14 #include "llvm/DebugInfo/DWARF/DWARFFormValue.h"
33 DWARFFormValue Value;
50 Value = DWARFFormValue();
DWARFFormValue.h 1 //===- DWARFFormValue.h -----------------------------------------*- C++ -*-===//
26 /// A helper struct for DWARFFormValue methods, providing information that
55 class DWARFFormValue {
88 DWARFFormValue(dwarf::Form F = dwarf::Form(0)) : Form(F) {}
123 /// DWARFFormValue has form class is suitable for representing Foo.
158 return DWARFFormValue::skipValue(Form, DebugInfoData, OffsetPtr, Params);
180 /// Take an optional DWARFFormValue and try to extract a string value from it.
182 /// \param V and optional DWARFFormValue to attempt to extract the value from.
185 inline Optional<const char *> toString(const Optional<DWARFFormValue> &V) {
191 /// Take an optional DWARFFormValue and extract a string value from it
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFAttribute.h 14 #include "llvm/DebugInfo/DWARF/DWARFFormValue.h"
33 DWARFFormValue Value;
50 Value = DWARFFormValue();
DWARFFormValue.h 1 //===- DWARFFormValue.h -----------------------------------------*- C++ -*-===//
26 /// A helper struct for DWARFFormValue methods, providing information that
55 class DWARFFormValue {
88 DWARFFormValue(dwarf::Form F = dwarf::Form(0)) : Form(F) {}
123 /// DWARFFormValue has form class is suitable for representing Foo.
158 return DWARFFormValue::skipValue(Form, DebugInfoData, OffsetPtr, Params);
180 /// Take an optional DWARFFormValue and try to extract a string value from it.
182 /// \param V and optional DWARFFormValue to attempt to extract the value from.
185 inline Optional<const char *> toString(const Optional<DWARFFormValue> &V) {
191 /// Take an optional DWARFFormValue and extract a string value from it
    [all...]

Completed in 195 milliseconds

1 2 3 4