Searched refs:HasSource (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/flang/include/flang/Parser/ |
| H A D | tools.h | 115 template <typename A, typename = int> struct HasSource : std::false_type {}; struct 117 struct HasSource<A, decltype(static_cast<void>(A::source), 0)>
|
| H A D | dump-parse-tree.h | 831 } else if constexpr (HasSource<T>::value) { in AsFortran()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCDwarf.h | 264 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 D | MCDwarf.cpp | 383 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 D | DWARFDebugLine.h | 54 bool HasSource = false; member
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.cpp | 62 HasSource = true; in trackContentType() 172 if (ContentTypes.HasSource) { in dump()
|
| /llvm-project-15.0.7/flang/include/flang/Semantics/ |
| H A D | expression.h | 37 if constexpr (HasSource<A>::value) { in Pre()
|
| /llvm-project-15.0.7/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 3538 bool HasSource = false; in parseDirectiveFile() local 3554 HasSource = true; in parseDirectiveFile() 3590 if (HasSource) { in parseDirectiveFile()
|
| H A D | MasmParser.cpp | 4825 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 D | Verifier.cpp | 6128 bool HasSource = F.getSource().has_value(); in verifySourceDebugInfo() local 6130 HasSourceDebugInfo[&U] = HasSource; in verifySourceDebugInfo() 6131 CheckDI(HasSource == HasSourceDebugInfo[&U], in verifySourceDebugInfo()
|