Home
last modified time | relevance | path

Searched refs:MSTI (Results 1 – 11 of 11) sorted by relevance

/external/tcpdump/tests/
Dmstp-v.out8 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 …]
Dspb_bpduv4-v.out8 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/
DDwarfGenerator.cpp445 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()
DDwarfGenerator.h249 std::unique_ptr<MCSubtargetInfo> MSTI; variable
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFStreamer.cpp57 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/
Dllvm-dwp.cpp736 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/
DDWARFStreamer.h180 std::unique_ptr<MCSubtargetInfo> MSTI; variable
/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp654 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/
DDwarfLinker.cpp476 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/
DMachinePipeliner.cpp633 ModuloScheduleTestAnnotater MSTI(MF, MS); in schedule() local
634 MSTI.annotate(); in schedule()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachinePipeliner.cpp553 ModuloScheduleTestAnnotater MSTI(MF, MS); in schedule() local
554 MSTI.annotate(); in schedule()