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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfException.h31 bool hasEmittedCFISections; member in class:llvm::DwarfCFIExceptionBase
H A DDwarfCFIException.cpp37 : EHStreamer(A), shouldEmitCFI(false), hasEmittedCFISections(false) {}
134 if (!hasEmittedCFISections) {
139 hasEmittedCFISections = true;
H A DARMException.cpp47 if (!hasEmittedCFISections) {
50 hasEmittedCFISections = true;

Completed in 112 milliseconds