Home
last modified time | relevance | path

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

/external/llvm/unittests/DebugInfo/DWARF/
DDWARFFormValueTest.cpp61 Result.extractValue(Data, &Offset, nullptr); in createDataXFormValue()
72 Result.extractValue(Data, &Offset, nullptr); in createULEBFormValue()
83 Result.extractValue(Data, &Offset, nullptr); in createSLEBFormValue()
/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()
255 return FormValue.extractValue(DebugInfoData, &DebugInfoOffset, U); in getAttributeValue()
DDWARFFormValue.cpp133 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.cpp1663 Val.extractValue(Data, &Offset, &Unit); in keepDIEAndDenpendencies()
2132 Val.extractValue(Data, &Offset, &U); in cloneDIE()