Home
last modified time | relevance | path

Searched defs:ColumnOffset (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/tools/clang-refactor/
H A DTestSupport.cpp267 unsigned ColumnOffset) { in addColumnOffset() argument
348 unsigned ColumnOffset = 0; in findTestSelectionRanges() local
/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp3027 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...]