Home
last modified time | relevance | path

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

/src/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()
/src/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp395 bool EmitMD5, bool HasAnySource, in emitOneV5FileEntry() argument
410 if (HasAnySource) { in emitOneV5FileEntry()
461 if (HasAnySource) in emitV5FileDirTables()
473 if (HasAnySource) { in emitV5FileDirTables()
488 HasAllMD5, HasAnySource, LineStr); in emitV5FileDirTables()
490 emitOneV5FileEntry(MCOS, MCDwarfFiles[i], HasAllMD5, HasAnySource, LineStr); in emitV5FileDirTables()
607 HasAnySource |= Source.has_value(); in tryGetFile()
667 HasAnySource = true; in tryGetFile()