HomeSort by: relevance | last modified time | path
    Searched refs:CFISection (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
ARMException.cpp 42 AsmPrinter::CFISection CFISecType = Asm->getFunctionCFISectionType(*MF);
43 assert(CFISecType != AsmPrinter::CFISection::EH &&
46 if (CFISecType == AsmPrinter::CFISection::Debug) {
48 if (Asm->getModuleCFISectionType() == AsmPrinter::CFISection::Debug)
DwarfCFIException.cpp 97 Asm->getFunctionCFISectionType(*MF) != AsmPrinter::CFISection::None;
139 AsmPrinter::CFISection CFISecType = Asm->getModuleCFISectionType();
143 if (CFISecType == AsmPrinter::CFISection::Debug ||
146 CFISecType == AsmPrinter::CFISection::EH, true);
AsmPrinter.cpp 361 if (getFunctionCFISectionType(F) != CFISection::None)
365 if (ModuleCFISection == CFISection::EH)
369 ModuleCFISection != CFISection::EH);
1045 AsmPrinter::CFISection
1049 return CFISection::None;
1053 return CFISection::EH;
1056 return CFISection::Debug;
1058 return CFISection::None;
1061 AsmPrinter::CFISection
1072 MAI->doesUseCFIForDebug() && ModuleCFISection == CFISection::Debug
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
AsmPrinter.h 161 enum class CFISection : unsigned {
212 /// CFISection type the module needs i.e. either .eh_frame or .debug_frame.
213 CFISection ModuleCFISection = CFISection::None;
372 /// Get the CFISection type for a function.
373 CFISection getFunctionCFISectionType(const Function &F) const;
375 /// Get the CFISection type for a function.
376 CFISection getFunctionCFISectionType(const MachineFunction &MF) const;
378 /// Get the CFISection type for the module.
379 CFISection getModuleCFISectionType() const { return ModuleCFISection;
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 1232 if (getFunctionCFISectionType(*MF) == CFISection::None)

Completed in 57 milliseconds