Searched refs:SourceFileNameIdx (Results 1 – 2 of 2) sorted by relevance
62 std::optional<uint64_t> SourceFileNameIdx; member69 std::optional<uint64_t> SourceFileNameIdx; member
113 Parser.SourceFileNameIdx = Record[0]; in parseRecord()132 Parser.TmpArgs.back().SourceFileNameIdx = Record[2]; in parseRecord()552 if (Helper.SourceFileNameIdx && Helper.SourceLine && Helper.SourceColumn) { in processRemark()553 Expected<StringRef> SourceFileName = (*StrTab)[*Helper.SourceFileNameIdx]; in processRemark()592 if (Arg.SourceFileNameIdx && Arg.SourceLine && Arg.SourceColumn) { in processRemark()594 (*StrTab)[*Arg.SourceFileNameIdx]) { in processRemark()