Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCDwarf.h220 bool HasSource = false; member
261 HasSource = Source.hasValue(); in setRootFile()
269 HasSource = false; in resetFileTable()
334 Header.HasSource = Source.hasValue(); in setRootFile()
/third_party/node/deps/v8/src/wasm/
Dwasm-module-sourcemap.h49 bool HasSource(size_t start, size_t end) const;
Dwasm-module-sourcemap.cc109 bool WasmModuleSourceMap::HasSource(size_t start, size_t end) const { in HasSource() function in v8::internal::wasm::WasmModuleSourceMap
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCDwarf.cpp353 bool EmitMD5, bool HasSource, in emitOneV5FileEntry() argument
369 if (HasSource) { in emitOneV5FileEntry()
415 if (HasSource) in emitV5FileDirTables()
427 if (HasSource) { in emitV5FileDirTables()
442 HasAllMD5, HasSource, LineStr); in emitV5FileDirTables()
444 emitOneV5FileEntry(MCOS, MCDwarfFiles[i], HasAllMD5, HasSource, LineStr); in emitV5FileDirTables()
572 HasSource = (Source != None); in tryGetFile()
600 if (HasSource != (Source != None)) in tryGetFile()
637 HasSource = true; in tryGetFile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h57 bool HasSource = false; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp57 HasSource = true; in trackContentType()
146 if (ContentTypes.HasSource) { in dump()
/third_party/node/deps/v8/src/diagnostics/
Dperf-jit.cc422 !source_map->HasSource(code_offset, code_end_offset)) { in LogWriteDebugInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp3389 bool HasSource = false; in parseDirectiveFile() local
3405 HasSource = true; in parseDirectiveFile()
3441 if (HasSource) { in parseDirectiveFile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DVerifier.cpp5084 bool HasSource = F.getSource().hasValue(); in verifySourceDebugInfo() local
5086 HasSourceDebugInfo[&U] = HasSource; in verifySourceDebugInfo()
5087 AssertDI(HasSource == HasSourceDebugInfo[&U], in verifySourceDebugInfo()
/third_party/node/deps/v8/src/logging/
Dlog.cc770 source_map->HasSource(code_offset, code_end_offset)) { in LogRecordedBuffer()