Home
last modified time | relevance | path

Searched refs:extractValue (Results 1 – 10 of 10) sorted by relevance

/external/llvm/unittests/DebugInfo/DWARF/
DDWARFFormValueTest.cpp62 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/lib/DebugInfo/
DDWARFDebugInfoEntry.cpp88 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()
DDWARFFormValue.h52 bool extractValue(DataExtractor data, uint32_t *offset_ptr,
DDWARFFormValue.cpp82 DWARFFormValue::extractValue(DataExtractor data, uint32_t *offset_ptr, in extractValue() function in DWARFFormValue
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h67 bool extractValue(DataExtractor data, uint32_t *offset_ptr,
/external/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp120 if (Atom.extractValue(AccelSection, &DataOffset, nullptr)) in dump()
DDWARFDebugInfoEntry.cpp133 if (!formValue.extractValue(u->getDebugInfoExtractor(), offset_ptr, u)) in dumpAttribute()
256 return FormValue.extractValue(DebugInfoData, &DebugInfoOffset, U); in getAttributeValue()
DDWARFFormValue.cpp134 bool DWARFFormValue::extractValue(DataExtractor data, uint32_t *offset_ptr, in extractValue() function in DWARFFormValue
/external/clang/test/Analysis/
Dctor.mm120 bool extractValue(BoolWrapper b) {
125 bool result = extractValue(BoolWrapper());
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2234 Val.extractValue(Data, &Offset, &Unit); in keepDIEAndDependencies()
2803 Val.extractValue(Data, &Offset, &U); in cloneDIE()