Searched refs:hasEmittedCFISections (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfException.h38 bool hasEmittedCFISections = false; member in class:llvm::DwarfCFIException
71 bool hasEmittedCFISections = false; member in class:llvm::ARMException
H A DARMException.cpp40 if (!hasEmittedCFISections) {
43 hasEmittedCFISections = true;
H A DDwarfCFIException.cpp104 if (!hasEmittedCFISections) {
113 hasEmittedCFISections = true;

Completed in 59 milliseconds