Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCDwarf.h218 bool HasSource = false; member
269 Header.HasSource = Source.hasValue(); in maybeSetRootFile()
312 Header.HasSource = Source.hasValue(); in setRootFile()
319 Header.HasSource = false; in resetRootFile()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCDwarf.cpp354 bool EmitMD5, bool HasSource, in emitOneV5FileEntry() argument
370 if (HasSource) { in emitOneV5FileEntry()
416 if (HasSource) in emitV5FileDirTables()
428 if (HasSource) { in emitV5FileDirTables()
439 HasAllMD5, HasSource, LineStr); in emitV5FileDirTables()
441 emitOneV5FileEntry(MCOS, MCDwarfFiles[i], HasAllMD5, HasSource, LineStr); in emitV5FileDirTables()
559 HasSource = (Source != None); in tryGetFile()
585 if (HasSource != (Source != None)) in tryGetFile()
626 HasSource = true; in tryGetFile()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h57 bool HasSource = false; member
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp59 HasSource = true; in trackContentType()
128 if (ContentTypes.HasSource) { in dump()
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3338 bool HasSource = false; in parseDirectiveFile() local
3354 HasSource = true; in parseDirectiveFile()
3389 if (HasSource) { in parseDirectiveFile()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DVerifier.cpp4798 bool HasSource = F.getSource().hasValue(); in verifySourceDebugInfo() local
4800 HasSourceDebugInfo[&U] = HasSource; in verifySourceDebugInfo()
4801 AssertDI(HasSource == HasSourceDebugInfo[&U], in verifySourceDebugInfo()