Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp121 bool hasFnStart() const { return !FnStartLocs.empty(); } in hasFnStart() function in __anon3b5979970111::UnwindContext
11538 if (UC.hasFnStart()) { in parseDirectiveFnStart()
11559 if (!UC.hasFnStart()) in parseDirectiveFnEnd()
11577 if (check(!UC.hasFnStart(), L, ".fnstart must precede .cantunwind directive")) in parseDirectiveCantUnwind()
11613 if (!UC.hasFnStart()) in parseDirectivePersonality()
11644 if (!UC.hasFnStart()) in parseDirectiveHandlerData()
11661 if (check(!UC.hasFnStart(), L, ".fnstart must precede .setfp directive") || in parseDirectiveSetFP()
11717 if (!UC.hasFnStart()) in parseDirectivePad()
11749 if (!UC.hasFnStart()) in parseDirectiveRegSave()
11881 if (!UC.hasFnStart()) { in parseDirectivePersonalityIndex()
[all …]