Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h441 IsNoReturn = 1 << 3, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1388 bool IsNoReturn = CI->hasFnAttr(Attribute::NoReturn); in runSjLjOnFunction() local
1390 IsNoReturn |= CalleeF->hasFnAttribute(Attribute::NoReturn); in runSjLjOnFunction()
1391 if (IsNoReturn) in runSjLjOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp69 CV_ENUM_CLASS_ENT(ProcSymFlags, IsNoReturn),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp163 PUSH_FLAG(ProcSymFlags, IsNoReturn, Flags, "noreturn"); in formatProcSymFlags()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1171 ProcFlags |= ProcSymFlags::IsNoReturn; in emitDebugInfoForFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp8480 bool IsNoReturn = in getOutliningCandidateInfo() local
8484 if (LRAvailable && !IsNoReturn) { in getOutliningCandidateInfo()