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.cpp366 std::optional<uint32_t> OptFileIdx = in convertFunctionLineTable() local
368 if (!OptFileIdx) { in convertFunctionLineTable()
380 const uint32_t FileIdx = OptFileIdx.value(); in convertFunctionLineTable()