Searched refs:SourceBuffer (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | CodeCoverage.cpp | 318 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 D | BaseMemoryLib.h | 37 IN CONST VOID *SourceBuffer, 218 IN CONST VOID *SourceBuffer,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesManager.cpp | 73 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 D | UefiSpec.h | 901 IN VOID *SourceBuffer OPTIONAL,
|
| /freebsd-14.2/stand/efi/include/ |
| H A D | efiapi.h | 339 IN VOID *SourceBuffer OPTIONAL,
|