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

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/XRay/
H A DInstrumentationMap.h57 struct YAMLXRaySledEntry { struct in namespace:llvm::xray
118 template <> struct MappingTraits<xray::YAMLXRaySledEntry> {
119 static void mapping(IO &IO, xray::YAMLXRaySledEntry &Entry) {
136 LLVM_YAML_IS_SEQUENCE_VECTOR(xray::YAMLXRaySledEntry)
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-extract.cpp58 // First we translate the sleds into the YAMLXRaySledEntry objects in a deque.
59 std::vector<YAMLXRaySledEntry> YAMLSleds;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/XRay/
H A DInstrumentationMap.cpp235 std::vector<YAMLXRaySledEntry> YAMLSleds;

Completed in 190 milliseconds