Home
last modified time | relevance | path

Searched refs:YAMLSleds (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-extract.cpp57 std::vector<YAMLXRaySledEntry> YAMLSleds; in exportAsYAML() local
59 YAMLSleds.reserve(std::distance(Sleds.begin(), Sleds.end())); in exportAsYAML()
64 YAMLSleds.push_back({*FuncId, Sled.Address, Sled.Function, Sled.Kind, in exportAsYAML()
69 Out << YAMLSleds; in exportAsYAML()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/XRay/
DInstrumentationMap.cpp145 std::vector<YAMLXRaySledEntry> YAMLSleds; in loadYAML() local
147 In >> YAMLSleds; in loadYAML()
153 Sleds.reserve(YAMLSleds.size()); in loadYAML()
154 for (const auto &Y : YAMLSleds) { in loadYAML()