Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h226 bool HasSource = false; member
267 HasSource = Source.hasValue(); in setRootFile()
275 HasSource = false; in resetFileTable()
340 Header.HasSource = Source.hasValue(); in setRootFile()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp357 bool EmitMD5, bool HasSource, in emitOneV5FileEntry() argument
373 if (HasSource) { in emitOneV5FileEntry()
419 if (HasSource) in emitV5FileDirTables()
431 if (HasSource) { in emitV5FileDirTables()
446 HasAllMD5, HasSource, LineStr); in emitV5FileDirTables()
448 emitOneV5FileEntry(MCOS, MCDwarfFiles[i], HasAllMD5, HasSource, LineStr); in emitV5FileDirTables()
567 HasSource = (Source != None); in tryGetFile()
595 if (HasSource != (Source != None)) in tryGetFile()
632 HasSource = true; in tryGetFile()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h57 bool HasSource = false; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp62 HasSource = true; in trackContentType()
172 if (ContentTypes.HasSource) { in dump()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3503 bool HasSource = false; in parseDirectiveFile() local
3519 HasSource = true; in parseDirectiveFile()
3555 if (HasSource) { in parseDirectiveFile()
H A DMasmParser.cpp4874 bool HasSource = false; in parseDirectiveFile() local
4890 HasSource = true; in parseDirectiveFile()
4926 if (HasSource) { in parseDirectiveFile()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp5647 bool HasSource = F.getSource().hasValue(); in verifySourceDebugInfo() local
5649 HasSourceDebugInfo[&U] = HasSource; in verifySourceDebugInfo()
5650 AssertDI(HasSource == HasSourceDebugInfo[&U], in verifySourceDebugInfo()