Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h433 IsNoReturn = 1 << 3, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp69 CV_ENUM_CLASS_ENT(ProcSymFlags, IsNoReturn),
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp160 PUSH_FLAG(ProcSymFlags, IsNoReturn, Flags, "noreturn"); in formatProcSymFlags()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp6688 bool IsNoReturn = in getOutliningCandidateInfo() local
6692 if (C.LRU.available(AArch64::LR) && !IsNoReturn) { in getOutliningCandidateInfo()