Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/XRay/
DInstrumentationMap.cpp43 auto I = FunctionAddresses.find(FuncId); in getFunctionAddr()
44 if (I != FunctionAddresses.end()) in getFunctionAddr()
52 InstrumentationMap::FunctionAddressMap &FunctionAddresses, in loadELF64() argument
120 FunctionAddresses[FuncId] = Entry.Function; in loadELF64()
126 FunctionAddresses[FuncId] = Entry.Function; in loadELF64()
136 InstrumentationMap::FunctionAddressMap &FunctionAddresses, in loadYAML() argument
155 FunctionAddresses[Y.FuncId] = Y.Function; in loadYAML()
192 Map.FunctionAddresses, Map.FunctionIds)) in loadInstrumentationMap()
195 Map.FunctionAddresses, Map.FunctionIds)) { in loadInstrumentationMap()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dfunc-id-helper.h31 const FunctionAddressMap &FunctionAddresses; variable
37 const FunctionAddressMap &FunctionAddresses) in FuncIdConversionHelper() argument
39 FunctionAddresses(FunctionAddresses) {} in FuncIdConversionHelper()
Dfunc-id-helper.cpp27 auto It = FunctionAddresses.find(FuncId); in SymbolOrNumber()
28 if (It == FunctionAddresses.end()) { in SymbolOrNumber()
50 auto It = FunctionAddresses.find(FuncId); in FileLineAndColumn()
51 if (It == FunctionAddresses.end()) in FileLineAndColumn()
Dxray-extract.cpp88 const auto &FunctionAddresses = in __anon6df76ed40202() local
94 FunctionAddresses); in __anon6df76ed40202()
Dxray-converter.cpp372 const auto &FunctionAddresses = Map.getFunctionAddresses(); in __anon8d442b510302() local
377 FunctionAddresses); in __anon8d442b510302()
Dxray-account.cpp460 const auto &FunctionAddresses = Map.getFunctionAddresses(); in __anon9fd330660902() local
465 FunctionAddresses); in __anon9fd330660902()
Dxray-graph.cpp434 const auto &FunctionAddresses = Map.getFunctionAddresses(); in getGraphRenderer() local
442 FunctionAddresses); in getGraphRenderer()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/XRay/
DInstrumentationMap.h81 FunctionAddressMap FunctionAddresses; variable
88 const FunctionAddressMap &getFunctionAddresses() { return FunctionAddresses; } in getFunctionAddresses()