/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFFormValueTest.cpp | 49 Result.extractValue(Data, &Offset, {0, 0, dwarf::DwarfFormat::DWARF32}); in createDataXFormValue() 60 Result.extractValue(Data, &Offset, {0, 0, dwarf::DwarfFormat::DWARF32}); in createULEBFormValue() 71 Result.extractValue(Data, &Offset, {0, 0, dwarf::DwarfFormat::DWARF32}); in createSLEBFormValue() 117 Data16.extractValue(DE16, &Offset, {0, 0, dwarf::DwarfFormat::DWARF32}); in TEST()
|
/external/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFFormValueTest.cpp | 62 Result.extractValue(Data, &Offset, nullptr); in createDataXFormValue() 73 Result.extractValue(Data, &Offset, nullptr); in createULEBFormValue() 84 Result.extractValue(Data, &Offset, nullptr); in createSLEBFormValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFFormValue.h | 83 bool extractValue(const DWARFDataExtractor &Data, uint32_t *OffsetPtr, 88 bool extractValue(const DWARFDataExtractor &Data, uint32_t *OffsetPtr, in extractValue() function 90 return extractValue(Data, OffsetPtr, FormParams, nullptr, U); in extractValue()
|
/external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
D | DWARFDebugInfoEntry.cpp | 88 if (!formValue.extractValue(cu->getDebugInfoExtractor(), offset_ptr, cu)) in dumpAttribute() 241 if (form_value.extractValue(debug_info_data, &offset, cu)) { in extract() 365 if (form_value.extractValue(debug_info_data, &offset, cu)) { in getAttributeValue()
|
D | DWARFFormValue.h | 52 bool extractValue(DataExtractor data, uint32_t *offset_ptr,
|
D | DWARFFormValue.cpp | 82 DWARFFormValue::extractValue(DataExtractor data, uint32_t *offset_ptr, in extractValue() function in DWARFFormValue
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFFormValue.h | 67 bool extractValue(DataExtractor data, uint32_t *offset_ptr,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.cpp | 122 FormValue.extractValue(AccelSection, &HashDataOffset, FormParams); in readAtoms() 187 if (Atom.extractValue(AccelSection, DataOffset, FormParams)) { in dumpName() 273 Atom.extractValue(AccelTable.AccelSection, Offset, FormParams); in extract() 619 if (!Value.extractValue(AS, Offset, FormParams)) in getEntry()
|
D | DWARFAbbreviationDeclaration.cpp | 172 if (FormValue.extractValue(DebugInfoData, &Offset, U.getFormParams(), &U)) in getAttributeValue()
|
D | DWARFDie.cpp | 204 if (!formValue.extractValue(U->getDebugInfoExtractor(), OffsetPtr, in dumpAttribute() 608 bool b = AttrValue.Value.extractValue(U->getDebugInfoExtractor(), in updateForIndex()
|
D | DWARFDebugLine.cpp | 218 if (!Value.extractValue(DebugLineData, OffsetPtr, FormParams, &Ctx, U)) in parseV5DirFileTables() 244 if (!Value.extractValue(DebugLineData, OffsetPtr, FormParams, &Ctx, U)) in parseV5DirFileTables()
|
D | DWARFFormValue.cpp | 205 bool DWARFFormValue::extractValue(const DWARFDataExtractor &Data, in extractValue() function in DWARFFormValue
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.cpp | 120 if (Atom.extractValue(AccelSection, &DataOffset, nullptr)) in dump()
|
D | DWARFDebugInfoEntry.cpp | 133 if (!formValue.extractValue(u->getDebugInfoExtractor(), offset_ptr, u)) in dumpAttribute() 256 return FormValue.extractValue(DebugInfoData, &DebugInfoOffset, U); in getAttributeValue()
|
D | DWARFFormValue.cpp | 134 bool DWARFFormValue::extractValue(DataExtractor data, uint32_t *offset_ptr, in extractValue() function in DWARFFormValue
|
/external/clang/test/Analysis/ |
D | ctor.mm | 120 bool extractValue(BoolWrapper b) { 125 bool result = extractValue(BoolWrapper());
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 715 Val.extractValue(Data, &Offset, Unit.getFormParams(), &Unit); in keepDIEAndDependencies() 1473 Val.extractValue(Data, &Offset, U.getFormParams(), &U); in cloneDIE()
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 2234 Val.extractValue(Data, &Offset, &Unit); in keepDIEAndDependencies() 2803 Val.extractValue(Data, &Offset, &U); in cloneDIE()
|