Searched refs:Per (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DARMException.cpp63 const Function *Per = nullptr; local
65 Per = dyn_cast<Function>(F.getPersonalityFn()->stripPointerCasts());
67 F.hasPersonalityFn() && !isNoOpWithoutInvoke(classifyEHPersonality(Per)) &&
76 if (Per) {
77 MCSymbol *PerSym = Asm->getSymbol(Per);
H A DDwarfCFIException.cpp102 const Function *Per = nullptr; local
104 Per = dyn_cast<Function>(F.getPersonalityFn()->stripPointerCasts());
111 !isNoOpWithoutInvoke(classifyEHPersonality(Per)) &&
118 Per;
H A DWinException.cpp74 EHPersonality Per = EHPersonality::Unknown; local
78 Per = classifyEHPersonality(PerFn);
82 !isNoOpWithoutInvoke(Per) &&
96 if (Per == EHPersonality::MSVC_X86SEH && !hasEHFunclets) {
126 EHPersonality Per = EHPersonality::Unknown; local
128 Per = classifyEHPersonality(F.getPersonalityFn()->stripPointerCasts());
133 if (!isFuncletEHPersonality(Per)) {
141 if (Per == EHPersonality::MSVC_Win64SEH && MF->hasEHFunclets())
154 if (Per == EHPersonality::MSVC_Win64SEH)
156 else if (Per
257 EHPersonality Per = EHPersonality::Unknown; local
986 const auto *Per = cast<Function>(F.getPersonalityFn()->stripPointerCasts()); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMUnwindOpAsm.h45 void setPersonality(const MCSymbol *Per) { argument
H A DARMELFStreamer.cpp453 void emitPersonality(const MCSymbol *Per);
1398 void ARMELFStreamer::emitPersonality(const MCSymbol *Per) {
1399 Personality = Per;
1400 UnwindOpAsm.setPersonality(Per);
/freebsd-13-stable/share/mk/
H A Dsuite.test.mk29 # Per-test program interface definition.
44 # Per-test program metadata properties as a list of key/value pairs.
/freebsd-13-stable/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc358 * Per-function header/control data structure for value profiling
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc358 * Per-function header/control data structure for value profiling
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersSave.S765 @ Per EHABI #4.7 this only saves the core integer registers.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp2341 auto *Per = dyn_cast<Function>(F.getPersonalityFn()->stripPointerCasts()); local
2342 if (Per)
2343 Assert(Per->getParent() == F.getParent(),
2345 &F, F.getParent(), Per, Per->getParent());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp1402 EHPersonality Per = classifyEHPersonality(F.getPersonalityFn()); local
1403 if (isAsynchronousEHPersonality(Per)) {

Completed in 192 milliseconds