Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp618 bool IsDebugLineString = Form == DW_FORM_line_strp; in getAsCString() local
620 IsDebugLineString ? C->getLineStringExtractor() in getAsCString()
628 (IsDebugLineString ? ".debug_line_str" : ".debug_str") + " bounds") in getAsCString()