Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp1186 Ctx &ctx, DenseSet<Defined *> &prologues, in switchMorestackCallsToMorestackNonSplit() argument
1203 std::vector<Defined *> functions(prologues.begin(), prologues.end()); in switchMorestackCallsToMorestackNonSplit()
1222 const DenseSet<Defined *> &prologues) { in enclosingPrologueAttempted() argument
1223 for (Defined *f : prologues) in enclosingPrologueAttempted()
1236 DenseSet<Defined *> prologues; in adjustSplitStackFunctionPrologues() local
1263 if (enclosingPrologueAttempted(rel.offset, prologues)) in adjustSplitStackFunctionPrologues()
1267 prologues.insert(f); in adjustSplitStackFunctionPrologues()
1280 switchMorestackCallsToMorestackNonSplit(ctx, prologues, morestackCalls); in adjustSplitStackFunctionPrologues()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetProperties.td48 Desc<"Skip function prologues when setting breakpoints by name.">;
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.td1542 // Probed stack allocation of a constant size, used in function prologues when
/freebsd/contrib/mandoc/
H A DNEWS943 prologues was improved in multiple ways.
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.td1326 // Probed stack allocation of a constant size, used in function prologues when
1334 // Probed stack allocation of a variable size, used in function prologues when
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7177 arrays in subprogram prologues, and destroy them in subprogram epilogues.