Home
last modified time | relevance | path

Searched defs:Sleds (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/tools/llvm-xray/
H A Dxray-extract.cpp61 auto Sleds = Map.sleds(); in exportAsYAML() local
/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp55 InstrumentationMap::SledContainer &Sleds, in loadObj() argument
223 loadYAML(sys::fs::file_t Fd,size_t FileSize,StringRef Filename,InstrumentationMap::SledContainer & Sleds,InstrumentationMap::FunctionAddressMap & FunctionAddresses,InstrumentationMap::FunctionAddressReverseMap & FunctionIds) loadYAML() argument
/llvm-project/compiler-rt/lib/xray/
H A Dxray_interface_internal.h75 const XRaySledEntry *Sleds; global() member
/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h357 SmallVector<XRayFunctionEntry, 4> Sleds; global() variable