Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp121 bool hasFnStart() const { return !FnStartLocs.empty(); } in hasFnStart() function in __anon6be9c9a00111::UnwindContext
11950 if (UC.hasFnStart()) { in parseDirectiveFnStart()
11971 if (!UC.hasFnStart()) in parseDirectiveFnEnd()
11989 if (check(!UC.hasFnStart(), L, ".fnstart must precede .cantunwind directive")) in parseDirectiveCantUnwind()
12025 if (!UC.hasFnStart()) in parseDirectivePersonality()
12056 if (!UC.hasFnStart()) in parseDirectiveHandlerData()
12073 if (check(!UC.hasFnStart(), L, ".fnstart must precede .setfp directive") || in parseDirectiveSetFP()
12129 if (!UC.hasFnStart()) in parseDirectivePad()
12161 if (!UC.hasFnStart()) in parseDirectiveRegSave()
12295 if (!UC.hasFnStart()) { in parseDirectivePersonalityIndex()
[all …]