/external/tcpdump/tests/ |
D | mstp-v.out | 8 MSTI 1, Flags [Learn, Forward, Agreement, Topology change ACK], port-role Designated 9 MSTI regional-root-id 6001.00:1e:f7:05:a8:80, pathcost 0 10 MSTI bridge-prio 6, port-prio 8, hops 20 11 MSTI 2, Flags [Learn, Forward, Agreement, Topology change ACK], port-role Root 12 MSTI regional-root-id 8002.00:16:46:b5:8c:80, pathcost 200000 13 MSTI bridge-prio 8, port-prio 8, hops 20 21 MSTI 1, Flags [Learn, Forward, Agreement, Topology change ACK], port-role Root 22 MSTI regional-root-id 6001.00:1e:f7:05:a8:80, pathcost 200000 23 MSTI bridge-prio 8, port-prio 8, hops 20 24 MSTI 2, Flags [Learn, Forward, Agreement, Topology change ACK], port-role Designated [all …]
|
D | spb_bpduv4-v.out | 8 MSTI 10, Flags [Learn, Forward], port-role Designated 9 MSTI regional-root-id 800a.52:54:00:45:5f:15, pathcost 0 10 MSTI bridge-prio 8, port-prio 8, hops 20 24 MSTI 10, Flags [Learn, Forward], port-role Designated 25 MSTI regional-root-id 800a.52:54:00:45:5f:15, pathcost 0 26 MSTI bridge-prio 8, port-prio 8, hops 20 40 MSTI 10, Flags [Learn, Forward], port-role Designated 41 MSTI regional-root-id 800a.52:54:00:45:5f:15, pathcost 0 42 MSTI bridge-prio 8, port-prio 8, hops 20 56 MSTI 10, Flags [Learn, Forward], port-role Designated [all …]
|
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
D | DwarfGenerator.cpp | 445 MSTI.reset(TheTarget->createMCSubtargetInfo(TripleName, "", "")); in init() 446 if (!MSTI) in init() 450 MAB = TheTarget->createMCAsmBackend(*MSTI, *MRI, MCOptions); in init() 481 *MSTI, MCOptions.MCRelaxAll, MCOptions.MCIncrementalLinkerCompatible, in init()
|
D | DwarfGenerator.h | 249 std::unique_ptr<MCSubtargetInfo> MSTI; variable
|
/external/llvm-project/llvm/lib/DWARFLinker/ |
D | DWARFStreamer.cpp | 57 MSTI.reset(TheTarget->createMCSubtargetInfo(TripleName, "", "")); in init() 58 if (!MSTI) in init() 61 MAB = TheTarget->createMCAsmBackend(*MSTI, *MRI, MCOptions); in init() 87 *MSTI, MCOptions.MCRelaxAll, MCOptions.MCIncrementalLinkerCompatible, in init()
|
/external/llvm-project/llvm/tools/llvm-dwp/ |
D | llvm-dwp.cpp | 736 std::unique_ptr<MCSubtargetInfo> MSTI( in main() local 738 if (!MSTI) in main() 742 auto MAB = TheTarget->createMCAsmBackend(*MSTI, *MRI, Options); in main() 770 MAB->createObjectWriter(*OS), std::unique_ptr<MCCodeEmitter>(MCE), *MSTI, in main()
|
/external/llvm-project/llvm/include/llvm/DWARFLinker/ |
D | DWARFStreamer.h | 180 std::unique_ptr<MCSubtargetInfo> MSTI; variable
|
/external/llvm/tools/llvm-dwp/ |
D | llvm-dwp.cpp | 654 std::unique_ptr<MCSubtargetInfo> MSTI( in main() local 656 if (!MSTI) in main() 671 TheTriple, MC, *MAB, OutFile, MCE, *MSTI, MCOptions.MCRelaxAll, in main()
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 476 std::unique_ptr<MCSubtargetInfo> MSTI; member in llvm::dsymutil::__anondabe43b60111::DwarfStreamer 608 MSTI.reset(TheTarget->createMCSubtargetInfo(TripleName, "", "")); in init() 609 if (!MSTI) in init() 625 TheTriple, *MC, *MAB, *OutFile, MCE, *MSTI, MCOptions.MCRelaxAll, in init()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | MachinePipeliner.cpp | 633 ModuloScheduleTestAnnotater MSTI(MF, MS); in schedule() local 634 MSTI.annotate(); in schedule()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachinePipeliner.cpp | 553 ModuloScheduleTestAnnotater MSTI(MF, MS); in schedule() local 554 MSTI.annotate(); in schedule()
|