HomeSort by: relevance | last modified time | path
    Searched refs:Per (Results 1 - 22 of 22) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
ARMException.cpp 63 const Function *Per = nullptr;
65 Per = dyn_cast<Function>(F.getPersonalityFn()->stripPointerCasts());
67 F.hasPersonalityFn() && !isNoOpWithoutInvoke(classifyEHPersonality(Per)) &&
76 if (Per) {
77 MCSymbol *PerSym = Asm->getSymbol(Per);
AIXException.cpp 72 const GlobalValue *Per =
74 const MCSymbol *PerSym = Asm->TM.getSymbol(Per);
DwarfCFIException.cpp 101 const Function *Per = nullptr;
103 Per = dyn_cast<Function>(F.getPersonalityFn()->stripPointerCasts());
110 !isNoOpWithoutInvoke(classifyEHPersonality(Per)) &&
117 Per;
WinException.cpp 82 EHPersonality Per = EHPersonality::Unknown;
86 Per = classifyEHPersonality(PerFn);
90 !isNoOpWithoutInvoke(Per) &&
104 if (Per == EHPersonality::MSVC_X86SEH && !hasEHFunclets) {
134 EHPersonality Per = EHPersonality::Unknown;
136 Per = classifyEHPersonality(F.getPersonalityFn()->stripPointerCasts());
141 if (!isFuncletEHPersonality(Per)) {
149 if (Per == EHPersonality::MSVC_TableSEH && MF->hasEHFunclets())
162 if (Per == EHPersonality::MSVC_TableSEH)
164 else if (Per == EHPersonality::MSVC_X86SEH
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMUnwindOpAsm.h 45 void setPersonality(const MCSymbol *Per) {
ARMELFStreamer.cpp 453 void emitPersonality(const MCSymbol *Per);
1419 void ARMELFStreamer::emitPersonality(const MCSymbol *Per) {
1420 Personality = Per;
1421 UnwindOpAsm.setPersonality(Per);
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
timers.cc 177 #error Per-thread timing is not available on your system.
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
timers.cc 177 #error Per-thread timing is not available on your system.
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
fission-base.S 321 .byte 0x1 # Maximum Operations Per Instruction
fission-loclists-pie.S 434 .byte 0x1 # Maximum Operations Per Instruction
fission-loclists.S 544 .byte 0x1 # Maximum Operations Per Instruction
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
fission-base.S 321 .byte 0x1 # Maximum Operations Per Instruction
fission-loclists-pie.S 434 .byte 0x1 # Maximum Operations Per Instruction
fission-loclists.S 544 .byte 0x1 # Maximum Operations Per Instruction
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProfData.inc 66 /* Definition of member fields of the per-function control structure. */
348 * Per-function header/control data structure for value profiling
751 /* InstrProfile per-function control data alignment. */
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 2165 const GlobalValue *Per =
2167 assert(Per && "Personality routine is not a GlobalValue type.");
2168 if (isNoOpWithoutInvoke(classifyEHPersonality(Per)))
  /src/share/mk/
bsd.prog.mk 41 # PIE_LDFLAGS added on a per-PROG basis below depending on LDSTATIC.${PROG}
425 # Per-program definitions and targets.
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Verifier.cpp 2529 auto *Per = dyn_cast<Function>(F.getPersonalityFn()->stripPointerCasts());
2530 if (Per)
2531 Assert(Per->getParent() == F.getParent(),
2533 &F, F.getParent(), Per, Per->getParent());
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 1498 EHPersonality Per = classifyEHPersonality(F.getPersonalityFn());
1499 if (isAsynchronousEHPersonality(Per)) {
  /src/external/bsd/jemalloc.old/dist/bin/
jeprof.in 47 # Generates one line per procedure
172 on linux), followed by a list of hex addresses to map, one per line.
228 --maxdegree=<n> Max incoming/outgoing edges per node [default=8]
254 Outputs one line per procedure
264 (Per-line) annotated source listing for getdir()
266 (Per-PC) annotated disassembly for getdir()
271 Outputs one line per procedure for localhost:1234
1400 # "short" symbol names, one per line, in the same order as the input.
1937 # Make array of counts per instruction
2170 # Get edges and counts per edg
    [all...]
  /src/external/bsd/jemalloc/dist/bin/
jeprof 47 # Generates one line per procedure
173 on linux), followed by a list of hex addresses to map, one per line.
229 --maxdegree=<n> Max incoming/outgoing edges per node [default=8]
255 Outputs one line per procedure
265 (Per-line) annotated source listing for getdir()
267 (Per-PC) annotated disassembly for getdir()
272 Outputs one line per procedure for localhost:1234
1401 # "short" symbol names, one per line, in the same order as the input.
1938 # Make array of counts per instruction
2171 # Get edges and counts per edg
    [all...]
jeprof.in 47 # Generates one line per procedure
173 on linux), followed by a list of hex addresses to map, one per line.
229 --maxdegree=<n> Max incoming/outgoing edges per node [default=8]
255 Outputs one line per procedure
265 (Per-line) annotated source listing for getdir()
267 (Per-PC) annotated disassembly for getdir()
272 Outputs one line per procedure for localhost:1234
1401 # "short" symbol names, one per line, in the same order as the input.
1938 # Make array of counts per instruction
2171 # Get edges and counts per edg
    [all...]

Completed in 42 milliseconds