Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp55 InstrumentationMap::SledContainer &Sleds, in loadObj()
223 InstrumentationMap::SledContainer &Sleds, in loadYAML()
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-extract.cpp61 auto Sleds = Map.sleds(); in exportAsYAML() local
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_interface_internal.h75 const XRaySledEntry *Sleds; member
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h357 SmallVector<XRayFunctionEntry, 4> Sleds; variable