Searched refs:Sleds (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-extract.cpp55 auto Sleds = Map.sleds(); local
56 YAMLSleds.reserve(std::distance(Sleds.begin(), Sleds.end()));
57 for (const auto &Sled : Sleds) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_interface_internal.h53 const XRaySledEntry *Sleds; member in struct:__xray::XRaySledMap
H A Dxray_init.cpp85 XRayInstrMap.Sleds = __start_xray_instr_map;
H A Dxray_interface.cpp267 auto MinSled = InstrMap.Sleds[0];
268 auto MaxSled = InstrMap.Sleds[InstrMap.Entries - 1];
270 const auto &Sled = InstrMap.Sleds[I];
296 auto &Sled = InstrMap.Sleds[I];
/freebsd-11-stable/contrib/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp55 InstrumentationMap::SledContainer &Sleds,
124 // Copy the instrumentation map data into the Sleds data structure.
150 Sleds.push_back({});
151 auto &Entry = Sleds.back();
189 InstrumentationMap::SledContainer &Sleds,
208 Sleds.reserve(YAMLSleds.size());
212 Sleds.push_back(
249 if (auto E = loadYAML(*FdOrErr, FileSize, Filename, Map.Sleds,
252 } else if (auto E = loadObj(Filename, *ObjectFileOrError, Map.Sleds,
54 loadObj(StringRef Filename, object::OwningBinary<object::ObjectFile> &ObjFile, InstrumentationMap::SledContainer &Sleds, InstrumentationMap::FunctionAddressMap &FunctionAddresses, InstrumentationMap::FunctionAddressReverseMap &FunctionIds) argument
188 loadYAML(sys::fs::file_t Fd, size_t FileSize, StringRef Filename, InstrumentationMap::SledContainer &Sleds, InstrumentationMap::FunctionAddressMap &FunctionAddresses, InstrumentationMap::FunctionAddressReverseMap &FunctionIds) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/XRay/
H A DInstrumentationMap.h79 SledContainer Sleds; member in class:llvm::xray::InstrumentationMap
96 const SledContainer &sleds() const { return Sleds; };
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h281 SmallVector<XRayFunctionEntry, 4> Sleds; member in class:llvm::AsmPrinter
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3157 if (Sleds.empty())
3198 for (const auto &Sled : Sleds)
3212 Sleds.clear();
3224 Sleds.emplace_back(XRayFunctionEntry{Sled, CurrentFnSym, Kind,

Completed in 84 milliseconds