Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCDwarf.h264 bool HasSource = false; member
304 HasSource = Source.has_value(); in setRootFile()
312 HasSource = false; in resetFileTable()
384 Header.HasSource = Source.has_value(); in setRootFile()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCDwarf.cpp382 bool EmitMD5, bool HasSource, in emitOneV5FileEntry() argument
397 if (HasSource) { in emitOneV5FileEntry()
448 if (HasSource) in emitV5FileDirTables()
460 if (HasSource) { in emitV5FileDirTables()
475 HasAllMD5, HasSource, LineStr); in emitV5FileDirTables()
477 emitOneV5FileEntry(MCOS, MCDwarfFiles[i], HasAllMD5, HasSource, LineStr); in emitV5FileDirTables()
594 HasSource = (Source != std::nullopt); in tryGetFile()
622 if (HasSource != (Source != std::nullopt)) in tryGetFile()
659 HasSource = true; in tryGetFile()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h53 bool HasSource = false; member
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp61 HasSource = true; in trackContentType()
172 if (ContentTypes.HasSource) { in dump()
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3539 bool HasSource = false; in parseDirectiveFile() local
3555 HasSource = true; in parseDirectiveFile()
3591 if (HasSource) { in parseDirectiveFile()
H A DMasmParser.cpp4840 bool HasSource = false; in parseDirectiveFile() local
4856 HasSource = true; in parseDirectiveFile()
4892 if (HasSource) { in parseDirectiveFile()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DVerifier.cpp6281 bool HasSource = F.getSource().has_value(); in verifySourceDebugInfo() local
6283 HasSourceDebugInfo[&U] = HasSource; in verifySourceDebugInfo()
6284 CheckDI(HasSource == HasSourceDebugInfo[&U], in verifySourceDebugInfo()