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/
H A 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/
H A Dwasm-module-sourcemap.h49 bool HasSource(size_t start, size_t end) const;
67 // checked with IsValid, HasSource and HasValidEntry.
72 // with IsValid, HasSource and HasValidEntry.
H A 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/
H A DMCDwarf.cpp353 bool EmitMD5, bool HasSource, in emitOneV5FileEntry()
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()
352 emitOneV5FileEntry(MCStreamer *MCOS, const MCDwarfFile &DwarfFile, bool EmitMD5, bool HasSource, Optional<MCDwarfLineStr> &LineStr) emitOneV5FileEntry() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h57 bool HasSource = false; member
/third_party/node/deps/v8/src/diagnostics/
H A 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/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp57 HasSource = true; in trackContentType()
146 if (ContentTypes.HasSource) { in dump()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A 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/
H A 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/
H A Dlog.cc770 source_map->HasSource(code_offset, code_end_offset)) { in LogRecordedBuffer()

Completed in 30 milliseconds