Home
last modified time | relevance | path

Searched refs:FunctionAddresses (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dfunc-id-helper.h30 const FunctionAddressMap &FunctionAddresses; variable
36 const FunctionAddressMap &FunctionAddresses) in FuncIdConversionHelper() argument
38 FunctionAddresses(FunctionAddresses) {} in FuncIdConversionHelper()
H A Dfunc-id-helper.cpp26 auto It = FunctionAddresses.find(FuncId); in SymbolOrNumber()
27 if (It == FunctionAddresses.end()) { in SymbolOrNumber()
54 auto It = FunctionAddresses.find(FuncId); in FileLineAndColumn()
55 if (It == FunctionAddresses.end()) in FileLineAndColumn()
H A Dxray-extract.cpp90 const auto &FunctionAddresses = in __anon70dba6dc0202() local
97 FunctionAddresses); in __anon70dba6dc0202()
H A Dxray-converter.cpp375 const auto &FunctionAddresses = Map.getFunctionAddresses(); in __anonda1685590302() local
378 FunctionAddresses); in __anonda1685590302()
H A Dxray-account.cpp467 const auto &FunctionAddresses = Map.getFunctionAddresses(); in __anona2b7686e0f02() local
470 FunctionAddresses); in __anona2b7686e0f02()
H A Dxray-graph.cpp454 const auto &FunctionAddresses = Map.getFunctionAddresses(); in getGraphRenderer() local
460 FunctionAddresses); in getGraphRenderer()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/XRay/
H A DInstrumentationMap.cpp45 auto I = FunctionAddresses.find(FuncId); in getFunctionAddr()
46 if (I != FunctionAddresses.end()) in getFunctionAddr()
56 InstrumentationMap::FunctionAddressMap &FunctionAddresses, in loadObj() argument
209 FunctionAddresses[FuncId] = Entry.Function; in loadObj()
215 FunctionAddresses[FuncId] = Entry.Function; in loadObj()
225 InstrumentationMap::FunctionAddressMap &FunctionAddresses, in loadYAML() argument
245 FunctionAddresses[Y.FuncId] = Y.Function; in loadYAML()
286 Map.FunctionAddresses, Map.FunctionIds)) in loadInstrumentationMap()
289 Map.FunctionAddresses, Map.FunctionIds)) { in loadInstrumentationMap()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/XRay/
H A DInstrumentationMap.h83 FunctionAddressMap FunctionAddresses; variable
90 const FunctionAddressMap &getFunctionAddresses() { return FunctionAddresses; } in getFunctionAddresses()