Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp148 uint32_t DirBase = getVersion() >= 5 ? 0 : 1; in dump() local
150 OS << format("include_directories[%3u] = ", I + DirBase); in dump()