Searched refs:Sleds (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/XRay/ |
| D | InstrumentationMap.cpp | 55 InstrumentationMap::SledContainer &Sleds, in loadObj() argument 172 Sleds.push_back({}); in loadObj() 173 auto &Entry = Sleds.back(); in loadObj() 222 InstrumentationMap::SledContainer &Sleds, in loadYAML() argument 241 Sleds.reserve(YAMLSleds.size()); in loadYAML() 245 Sleds.push_back(SledEntry{Y.Address, Y.Function, Y.Kind, Y.AlwaysInstrument, in loadYAML() 283 if (auto E = loadYAML(*FdOrErr, FileSize, Filename, Map.Sleds, in loadInstrumentationMap() 286 } else if (auto E = loadObj(Filename, *ObjectFileOrError, Map.Sleds, in loadInstrumentationMap()
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-xray/ |
| D | xray-extract.cpp | 61 auto Sleds = Map.sleds(); in exportAsYAML() local 62 YAMLSleds.reserve(std::distance(Sleds.begin(), Sleds.end())); in exportAsYAML() 63 for (const auto &Sled : Sleds) { in exportAsYAML()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/xray/ |
| D | xray_interface.cpp | 189 const auto &Sled = InstrMap.Sleds[I]; in findFunctionSleds() 297 auto *MinSled = &InstrMap.Sleds[0]; in controlPatching() 298 auto *MaxSled = &InstrMap.Sleds[InstrMap.Entries - 1]; in controlPatching() 300 const auto &Sled = InstrMap.Sleds[I]; in controlPatching() 327 auto &Sled = InstrMap.Sleds[I]; in controlPatching()
|
| D | xray_init.cpp | 85 XRayInstrMap.Sleds = __start_xray_instr_map; in __xray_init() 95 const auto &Sled = XRayInstrMap.Sleds[I]; in __xray_init()
|
| D | xray_interface_internal.h | 69 const XRaySledEntry *Sleds; member
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/XRay/ |
| D | InstrumentationMap.h | 82 SledContainer Sleds; 99 const SledContainer &sleds() const { return Sleds; }; in sleds()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| D | AsmPrinter.h | 368 SmallVector<XRayFunctionEntry, 4> Sleds; variable
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| D | AsmPrinter.cpp | 3933 if (Sleds.empty()) in emitXRayTable() 3977 for (const auto &Sled : Sleds) { in emitXRayTable() 4009 Sleds.clear(); in emitXRayTable() 4021 Sleds.emplace_back(XRayFunctionEntry{Sled, CurrentFnSym, Kind, in recordSled()
|