Searched defs:getNameTable (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/ProfileData/ | ||
H A D | SampleProfReader.h | 477 virtual std::vector<FunctionId> *getNameTable() { return nullptr; } getNameTable() function |
H A D | SampleProfWriter.h | 199 virtual MapVector<FunctionId, uint32_t> &getNameTable() { return NameTable; } getNameTable() function |