Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
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()
562 HasSource = (Source != None); in tryGetFile()
588 if (HasSource != (Source != None)) in tryGetFile()
629 HasSource = true; in tryGetFile()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h57 bool HasSource = false; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp58 HasSource = true; in trackContentType()
127 if (ContentTypes.HasSource) { in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DAsmParser.cpp3323 bool HasSource = false; in parseDirectiveFile() local
3339 HasSource = true; in parseDirectiveFile()
3370 if (HasSource) { in parseDirectiveFile()