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

  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
StackMapPrinter.h 19 void prettyPrintStackMap(ScopedPrinter &W, const StackMapParserT &SMP) {
21 W.printNumber("LLVM StackMap Version", SMP.getVersion());
22 W.printNumber("Num Functions", SMP.getNumFunctions());
25 for (const auto &F : SMP.functions())
31 W.printNumber("Num Constants", SMP.getNumConstants());
33 for (const auto &C : SMP.constants())
37 W.printNumber("Num Records", SMP.getNumRecords());
38 for (const auto &R : SMP.records()) {
64 << SMP.getConstant(Loc.getConstantIndex()).getValue() << ")";
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCContext.cpp 906 const SourceMgr *SMP = nullptr;
908 SMP = SrcMgr;
910 SMP = InlineSrcMgr.get();
914 DiagHandler(SMD, UseInlineSrcMgr, *SMP, LocInfos);
926 const SourceMgr *SMP = &SM;
935 SMP = SrcMgr;
937 SMP = InlineSrcMgr.get();
944 GetMessage(D, SMP);
945 DiagHandler(D, UseInlineSrcMgr, *SMP, LocInfos);
950 reportCommon(Loc, [&](SMDiagnostic &D, const SourceMgr *SMP) {
    [all...]
  /src/sys/arch/arm/arm/
cpufunc_asm_pj4b.S 44 #define MV_FMC0_SMP (1 << 1) /* SMP/nAMP enable */
95 orr r0, r0, #(PJ4B_AUXFMC0_SMPNAMP) @ enable SMP/nAMP
  /src/sys/arch/x86/conf/
files.x86 133 # MP configuration using Intel SMP specification 1.4
136 # MP configuration using either ACPI or Intel SMP specification 1.4
  /src/sys/arch/sparc/sparc/
bsd_fdintr.s 312 ! SMP: consider which CPU to ping?

Completed in 22 milliseconds