Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DInstrumentationMap.h57 struct YAMLXRaySledEntry { struct
118 template <> struct MappingTraits<xray::YAMLXRaySledEntry> {
119 static void mapping(IO &IO, xray::YAMLXRaySledEntry &Entry) {
136 LLVM_YAML_IS_SEQUENCE_VECTOR(xray::YAMLXRaySledEntry)
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-extract.cpp60 std::vector<YAMLXRaySledEntry> YAMLSleds; in exportAsYAML()
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp234 std::vector<YAMLXRaySledEntry> YAMLSleds; in loadYAML()