Searched refs:FuncAddrs (Results 1 – 3 of 3) sorted by relevance
29 struct FuncAddrs { struct39 EPCGenericMemoryAccess(ExecutorProcessControl &EPC, FuncAddrs FAs) in EPCGenericMemoryAccess() argument79 FuncAddrs FAs;
337 std::vector<uint64_t> FuncAddrs; in runOnFunctions() local348 FuncAddrs.push_back(BD->getAddress()); in runOnFunctions()354 FuncAddrs.push_back(BD->getAddress()); in runOnFunctions()357 if (FuncAddrs.empty()) { in runOnFunctions()363 for (const uint64_t FuncAddr : FuncAddrs) { in runOnFunctions()
47 EPCGenericMemoryAccess::FuncAddrs FAs; in TEST()