Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp840 bool ProfileHasColumns = false; in readMemprof() local
856 ProfileHasColumns |= AI.CallStack[0].Column; in readMemprof()
866 ProfileHasColumns |= StackFrame.Column; in readMemprof()
916 ProfileHasColumns ? DIL->getColumn() : 0); in readMemprof()