Searched refs:FileIdxValue (Results 1 – 1 of 1) sorted by relevance
1674 const DWARFFormValue &FileIdxValue) { in getDirAndFilenameFromLineTable() argument1676 if (std::optional<uint64_t> Val = FileIdxValue.getAsUnsignedConstant()) in getDirAndFilenameFromLineTable()1678 else if (std::optional<int64_t> Val = FileIdxValue.getAsSignedConstant()) in getDirAndFilenameFromLineTable()1680 else if (std::optional<uint64_t> Val = FileIdxValue.getAsSectionOffset()) in getDirAndFilenameFromLineTable()