Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h132 bool ParseCUTUIndexManually = false; variable
482 bool getParseCUTUIndexManually() const { return ParseCUTUIndexManually; } in getParseCUTUIndexManually()
486 void setParseCUTUIndexManually(bool PCUTU) { ParseCUTUIndexManually = PCUTU; } in setParseCUTUIndexManually()