Searched defs:ColumnOffset (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/tools/clang-refactor/ |
H A D | TestSupport.cpp | 267 unsigned ColumnOffset) { in addColumnOffset() argument 348 unsigned ColumnOffset = 0; in findTestSelectionRanges() local
|
/llvm-project/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 3027 dumpHotFunctionList(const std::vector<std::string> & ColumnTitle,const std::vector<int> & ColumnOffset,const std::vector<HotFuncInfo> & PrintValues,uint64_t HotFuncCount,uint64_t TotalFuncCount,uint64_t HotProfCount,uint64_t TotalProfCount,const std::string & HotFuncMetric,uint32_t TopNFunctions,raw_fd_ostream & OS) dumpHotFunctionList() argument 3117 std::vector<int> ColumnOffset{0, 24, 42, 58}; showHotFunctionList() local [all...] |