Home
last modified time | relevance | path

Searched refs:MSTI (Results 1 – 9 of 9) 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/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDwarfGenerator.cpp413 MSTI.reset(TheTarget->createMCSubtargetInfo(TripleName, "", "")); in init()
414 if (!MSTI) in init()
419 MAB = TheTarget->createMCAsmBackend(*MSTI, *MRI, MCOptions); in init()
450 *MSTI, MCOptions.MCRelaxAll, MCOptions.MCIncrementalLinkerCompatible, in init()
DDwarfGenerator.h244 std::unique_ptr<MCSubtargetInfo> MSTI; variable
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfStreamer.cpp69 MSTI.reset(TheTarget->createMCSubtargetInfo(TripleName, "", "")); in init()
70 if (!MSTI) in init()
74 MAB = TheTarget->createMCAsmBackend(*MSTI, *MRI, MCOptions); in init()
100 *MSTI, MCOptions.MCRelaxAll, MCOptions.MCIncrementalLinkerCompatible, in init()
DDwarfStreamer.h151 std::unique_ptr<MCSubtargetInfo> MSTI; variable
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp679 std::unique_ptr<MCSubtargetInfo> MSTI( in main() local
681 if (!MSTI) in main()
685 auto MAB = TheTarget->createMCAsmBackend(*MSTI, *MRI, Options); in main()
707 *MSTI, MCOptions.MCRelaxAll, MCOptions.MCIncrementalLinkerCompatible, in main()
/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::__anond69ad1180111::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()