Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp318 if (!SourceBuffer) in attachExpansionSubViews()
328 SourceBuffer.get(), ExpansionCoverage); in attachExpansionSubViews()
397 auto SourceBuffer = getSourceFile(FunctionCoverage.getFilename()); in createFunctionView() local
398 if (!SourceBuffer) in createFunctionView()
405 SourceBuffer.get(), ViewOpts, in createFunctionView()
409 SourceBuffer.get(), FunctionCoverage); in createFunctionView()
411 SourceBuffer.get(), FunctionCoverage); in createFunctionView()
419 auto SourceBuffer = getSourceFile(SourceFile); in createSourceFileView() local
420 if (!SourceBuffer) in createSourceFileView()
458 SourceBuffer.get(), SubViewCoverage); in createSourceFileView()
[all …]
/freebsd-14.2/sys/contrib/edk2/Include/Library/
H A DBaseMemoryLib.h37 IN CONST VOID *SourceBuffer,
218 IN CONST VOID *SourceBuffer,
/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp73 auto SourceBuffer = SM.getBufferOrNone(SourceFileID, SourceLocation()); in loadAPINotes() local
74 if (!SourceBuffer) in loadAPINotes()
90 SourceBuffer->getBuffer(), SM.getFileEntryForID(SourceFileID), OS, in loadAPINotes()
/freebsd-14.2/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h901 IN VOID *SourceBuffer OPTIONAL,
/freebsd-14.2/stand/efi/include/
H A Defiapi.h339 IN VOID *SourceBuffer OPTIONAL,