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

1 2

  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFAttribute.h 25 uint16_t getForm() const { return Form; }
DWARFAbbreviationDeclaration.h 39 return Attributes.size() > idx ? Attributes[idx].getForm() : 0;
DWARFAbbreviationDeclaration.cpp 66 const char *formString = FormEncodingString(Attributes[i].getForm());
70 OS << format("DW_FORM_Unknown_%x", Attributes[i].getForm());
DWARFFormValue.h 49 uint16_t getForm() const { return Form; }
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DIE.cpp 76 AP->EmitULEB128(AttrData.getForm(),
77 dwarf::FormEncodingString(AttrData.getForm()));
99 << dwarf::FormEncodingString(Data[i].getForm())
157 << dwarf::FormEncodingString(Data[i].getForm())
328 Size += Values[i]->SizeOf(AP, AbbrevData[i].getForm());
347 Values[i]->EmitValue(Asm, AbbrevData[i].getForm());
DIE.h 44 unsigned getForm() const { return Form; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 88 if (!dwarf::isValidFormForVersion(AttrData.getForm(),
90 LLVM_DEBUG(dbgs() << "Invalid form " << format("0x%x", AttrData.getForm())
96 AP->EmitULEB128(AttrData.getForm(),
97 dwarf::FormEncodingString(AttrData.getForm()).data());
100 if (AttrData.getForm() == dwarf::DW_FORM_implicit_const)
123 << dwarf::FormEncodingString(Data[i].getForm());
125 if (Data[i].getForm() == dwarf::DW_FORM_implicit_const)
190 if (V.getForm() == dwarf::DW_FORM_implicit_const)
194 Abbrev.AddAttribute(V.getAttribute(), V.getForm());
241 O << " " << dwarf::FormEncodingString(V.getForm()) << " ";
    [all...]
AsmPrinterDwarf.cpp 242 assert(V.getForm() && "Too many attributes for DIE (check abbreviation)");
DIEHash.cpp 257 switch (Value.getForm()) {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestDecimalFormatAPI.java 302 (comp1.getForm() != resultICU.getForm()) ||
314 (comp2.getForm() != resultICU.getForm()) ||
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestDecimalFormatAPI.java 299 (comp1.getForm() != resultICU.getForm()) ||
311 (comp2.getForm() != resultICU.getForm()) ||
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFFormValue.h 56 uint16_t getForm() const { return Form; }
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 80 AP->EmitULEB128(AttrData.getForm(),
81 dwarf::FormEncodingString(AttrData.getForm()));
103 << dwarf::FormEncodingString(Data[i].getForm())
114 Abbrev.AddAttribute(V.getAttribute(), V.getForm());
158 O << " " << dwarf::FormEncodingString(V.getForm()) << " ";
177 O << " " << dwarf::FormEncodingString(V.getForm()) << " ";
AsmPrinterDwarf.cpp 261 assert(V.getForm() && "Too many attributes for DIE (check abbreviation)");
DIEHash.cpp 305 switch (Value.getForm()) {
  /external/icu/android_icu4j/src/main/java/android/icu/math/
MathContext.java 471 public int getForm(){
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/
MathContext.java 489 public int getForm(){
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
MathContext.java 489 public int getForm(){
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DWARFFormValue.h 62 dwarf::Form getForm() const { return Form; }
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
CompileUnit.h 40 *I = DIEValue(Old.getAttribute(), Old.getForm(), DIEInteger(New));
  /external/llvm/include/llvm/CodeGen/
DIE.h 48 dwarf::Form getForm() const { return Form; }
387 dwarf::Form getForm() const { return Form; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DWARFDie.cpp 266 if (Value && Value->getForm() == DW_FORM_rnglistx)
402 if (Value->getForm() == DW_FORM_rnglistx)
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DWARFDebugLineTest.cpp 188 ASSERT_EQ(Prologue.IncludeDirectories[0].getForm(), DW_FORM_string);
191 ASSERT_EQ(Prologue.FileNames[0].Name.getForm(), DW_FORM_string);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
dwarf2yaml.cpp 145 auto Form = FormValue.getValue().getForm();
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DIE.h 68 dwarf::Form getForm() const { return Form; }
452 dwarf::Form getForm() const { return Form; }

Completed in 1316 milliseconds

1 2