Searched refs:SourceBuffer (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | CodeCoverage.cpp | 303 auto SourceBuffer = getSourceFile(ExpansionCoverage.getFilename()); in attachExpansionSubViews() local 304 if (!SourceBuffer) in attachExpansionSubViews() 314 SourceBuffer.get(), ExpansionCoverage); in attachExpansionSubViews() 352 auto SourceBuffer = getSourceFile(FunctionCoverage.getFilename()); in createFunctionView() local 353 if (!SourceBuffer) in createFunctionView() 359 SourceBuffer.get(), ViewOpts, in createFunctionView() 363 SourceBuffer.get(), FunctionCoverage); in createFunctionView() 371 auto SourceBuffer = getSourceFile(SourceFile); in createSourceFileView() local 372 if (!SourceBuffer) in createSourceFileView() 383 attachBranchSubViews(*View, SourceFile, Branches, SourceBuffer.get(), in createSourceFileView() [all …]
|
| /freebsd-13.1/sys/contrib/edk2/Include/Library/ |
| H A D | BaseMemoryLib.h | 37 IN CONST VOID *SourceBuffer, 218 IN CONST VOID *SourceBuffer,
|
| /freebsd-13.1/sys/contrib/edk2/Include/Uefi/ |
| H A D | UefiSpec.h | 901 IN VOID *SourceBuffer OPTIONAL,
|
| /freebsd-13.1/stand/efi/include/ |
| H A D | efiapi.h | 340 IN VOID *SourceBuffer OPTIONAL,
|