/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/ |
xray-extract.cpp | 56 // First we translate the sleds into the YAMLXRaySledEntry objects in a deque. 58 auto Sleds = Map.sleds(); 59 YAMLSleds.reserve(std::distance(Sleds.begin(), Sleds.end())); 60 for (const auto &Sled : Sleds) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/XRay/ |
InstrumentationMap.cpp | 10 // Implementation of the InstrumentationMap type for XRay sleds. 51 InstrumentationMap::SledContainer &Sleds, 82 // Copy the instrumentation map data into the Sleds data structure. 98 Sleds.push_back({}); 99 auto &Entry = Sleds.back(); 135 InstrumentationMap::SledContainer &Sleds, 153 Sleds.reserve(YAMLSleds.size()); 157 Sleds.push_back( 191 if (auto E = loadYAML(Fd, FileSize, Filename, Map.Sleds, 194 } else if (auto E = loadELF64(Filename, *ObjectFileOrError, Map.Sleds, [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/XRay/ |
InstrumentationMap.h | 80 SledContainer Sleds; 97 const SledContainer &sleds() const { return Sleds; }; function in class:llvm::xray::InstrumentationMap
|
/external/llvm/lib/Target/X86/ |
X86AsmPrinter.h | 92 // All the sleds to be emitted. 93 std::vector<XRayFunctionEntry> Sleds; 116 // Helper function that emits the XRay sleds we've collected for a particular
|
X86MCInstLower.cpp | [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
AsmPrinter.h | 263 // All the sleds to be emitted. 264 SmallVector<XRayFunctionEntry, 4> Sleds;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
AsmPrinter.cpp | [all...] |