Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dtools.h115 template <typename A, typename = int> struct HasSource : std::false_type {}; struct
117 struct HasSource<A, decltype(static_cast<void>(A::source), 0)>
H A Ddump-parse-tree.h831 } else if constexpr (HasSource<T>::value) { in AsFortran()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCDwarf.h264 bool HasSource = false; member
305 HasSource = Source.has_value(); in setRootFile()
313 HasSource = false; in resetFileTable()
383 Header.HasSource = Source.has_value(); in setRootFile()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCDwarf.cpp383 bool EmitMD5, bool HasSource, in emitOneV5FileEntry() argument
398 if (HasSource) { in emitOneV5FileEntry()
449 if (HasSource) in emitV5FileDirTables()
461 if (HasSource) { in emitV5FileDirTables()
476 HasAllMD5, HasSource, LineStr); in emitV5FileDirTables()
478 emitOneV5FileEntry(MCOS, MCDwarfFiles[i], HasAllMD5, HasSource, LineStr); in emitV5FileDirTables()
597 HasSource = (Source != None); in tryGetFile()
625 if (HasSource != (Source != None)) in tryGetFile()
662 HasSource = true; in tryGetFile()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h54 bool HasSource = false; member
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp62 HasSource = true; in trackContentType()
172 if (ContentTypes.HasSource) { in dump()
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dexpression.h37 if constexpr (HasSource<A>::value) { in Pre()
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3538 bool HasSource = false; in parseDirectiveFile() local
3554 HasSource = true; in parseDirectiveFile()
3590 if (HasSource) { in parseDirectiveFile()
H A DMasmParser.cpp4825 bool HasSource = false; in parseDirectiveFile() local
4841 HasSource = true; in parseDirectiveFile()
4877 if (HasSource) { in parseDirectiveFile()
/llvm-project-15.0.7/llvm/lib/IR/
H A DVerifier.cpp6128 bool HasSource = F.getSource().has_value(); in verifySourceDebugInfo() local
6130 HasSourceDebugInfo[&U] = HasSource; in verifySourceDebugInfo()
6131 CheckDI(HasSource == HasSourceDebugInfo[&U], in verifySourceDebugInfo()