Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/
DDWARFFormValue.h60 bool extractValue(DataExtractor data, uint32_t *offset_ptr,
/external/llvm/lib/DebugInfo/
DDWARFDebugInfoEntry.cpp85 if (!formValue.extractValue(u->getDebugInfoExtractor(), offset_ptr, u)) in dumpAttribute()
165 return FormValue.extractValue(DebugInfoData, &DebugInfoOffset, U); in getAttributeValue()
DDWARFFormValue.cpp130 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());