Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h268 bool HasAnySource = false; member
309 HasAnySource |= Source.has_value(); in setRootFile()
317 HasAnySource = false; in resetFileTable()
389 Header.HasAnySource |= Source.has_value(); in setRootFile()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp389 bool EmitMD5, bool HasAnySource, in emitOneV5FileEntry() argument
404 if (HasAnySource) { in emitOneV5FileEntry()
455 if (HasAnySource) in emitV5FileDirTables()
467 if (HasAnySource) { in emitV5FileDirTables()
482 HasAllMD5, HasAnySource, LineStr); in emitV5FileDirTables()
484 emitOneV5FileEntry(MCOS, MCDwarfFiles[i], HasAllMD5, HasAnySource, LineStr); in emitV5FileDirTables()
601 HasAnySource |= Source.has_value(); in tryGetFile()
661 HasAnySource = true; in tryGetFile()