Home
last modified time | relevance | path

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

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