Home
last modified time | relevance | path

Searched defs:FunctionIds (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp57 InstrumentationMap::FunctionAddressReverseMap &FunctionIds) { in loadObj() argument
225 loadYAML(sys::fs::file_t Fd,size_t FileSize,StringRef Filename,InstrumentationMap::SledContainer & Sleds,InstrumentationMap::FunctionAddressMap & FunctionAddresses,InstrumentationMap::FunctionAddressReverseMap & FunctionIds) loadYAML() argument
/llvm-project/llvm/include/llvm/XRay/
H A DInstrumentationMap.h84 FunctionAddressReverseMap FunctionIds; variable