Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp347 std::optional<uint32_t> OptFileIdx = in convertFunctionLineTable() local
349 if (!OptFileIdx) { in convertFunctionLineTable()
360 const uint32_t FileIdx = OptFileIdx.value(); in convertFunctionLineTable()