Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h54 bool HasSource = false; member
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDebugLineSectionEmitter.h197 bool HasInlineSources = P.ContentTypes.HasSource; in emitLineTablePrologueV5IncludeAndFileTable()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp61 HasSource = true; in trackContentType()
171 if (ContentTypes.HasSource) { in dump()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp920 bool HasInlineSources = P.ContentTypes.HasSource; in emitLineTablePrologueV5IncludeAndFileTable()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3490 bool HasSource = false; in parseDirectiveFile() local
3506 HasSource = true; in parseDirectiveFile()
3542 if (HasSource) { in parseDirectiveFile()