Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/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()
/netbsd/external/apache2/llvm/dist/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()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h57 bool HasSource = false; member
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp62 HasSource = true; in trackContentType()
172 if (ContentTypes.HasSource) { in dump()
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3495 bool HasSource = false; in parseDirectiveFile() local
3511 HasSource = true; in parseDirectiveFile()
3547 if (HasSource) { in parseDirectiveFile()
H A DMasmParser.cpp4550 bool HasSource = false; in parseDirectiveFile() local
4566 HasSource = true; in parseDirectiveFile()
4602 if (HasSource) { in parseDirectiveFile()
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp5638 bool HasSource = F.getSource().hasValue(); in verifySourceDebugInfo() local
5640 HasSourceDebugInfo[&U] = HasSource; in verifySourceDebugInfo()
5641 AssertDI(HasSource == HasSourceDebugInfo[&U], in verifySourceDebugInfo()