Searched refs:YAMLXRaySledEntry (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/XRay/
H A DInstrumentationMap.h55 struct YAMLXRaySledEntry { struct in namespace:llvm::xray
115 template <> struct MappingTraits<xray::YAMLXRaySledEntry> {
116 static void mapping(IO &IO, xray::YAMLXRaySledEntry &Entry) {
132 LLVM_YAML_IS_SEQUENCE_VECTOR(xray::YAMLXRaySledEntry)
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-extract.cpp53 // First we translate the sleds into the YAMLXRaySledEntry objects in a deque.
54 std::vector<YAMLXRaySledEntry> YAMLSleds;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp200 std::vector<YAMLXRaySledEntry> YAMLSleds;

Completed in 76 milliseconds