OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasColumnInfo
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
DebugLinesSubsection.cpp
67
bool DebugLinesSubsectionRef::
hasColumnInfo
() const {
106
Header.Flags =
hasColumnInfo
() ? LF_HaveColumns : 0;
120
if (
hasColumnInfo
())
129
if (
hasColumnInfo
()) {
142
if (
hasColumnInfo
())
158
bool DebugLinesSubsection::
hasColumnInfo
() const {
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
DebugLinesSubsection.h
98
bool
hasColumnInfo
() const;
135
bool
hasColumnInfo
() const;
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
SymbolCache.cpp
490
(Lines.
hasColumnInfo
()) ? Group.Columns.front().StartColumn : 0;
499
if (Lines.
hasColumnInfo
() && ColIt != ColsEnd) {
509
ColNum = (Lines.
hasColumnInfo
()) ? Group.Columns.back().StartColumn : 0;
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLDebugSections.cpp
239
io.bitSetCase(Flags, "
HasColumnInfo
", LF_HaveColumns);
423
if (Result->
hasColumnInfo
()) {
595
if (Lines.
hasColumnInfo
()) {
/src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
DumpOutputStyle.cpp
965
if (Lines.
hasColumnInfo
())
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
COFFDumper.cpp
1192
if (LineInfo.
hasColumnInfo
()) {
Completed in 18 milliseconds
Indexes created Sun Sep 13 00:25:22 UTC 2026