OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dbgout
(Results
1 - 4
of
4
) sorted by null
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
print.c
208
SIMPLE_TEXT_OUTPUT_INTERFACE *
DbgOut
;
229
DbgOut
= LibRuntimeDebugOut;
231
if (!
DbgOut
) {
232
DbgOut
= ST->StdErr;
235
if (
DbgOut
) {
236
ps.Attr =
DbgOut
->Mode->Attribute;
237
ps.Context =
DbgOut
;
238
ps.SetAttr = (INTN EFIAPI (*)(VOID *, UINTN))
DbgOut
->SetAttribute;
296
SIMPLE_TEXT_OUTPUT_INTERFACE *
DbgOut
;
298
DbgOut
= Context
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Support/
Debug.cpp
79
llvm::circular_raw_ostream *
dbgout
=
local
81
dbgout
->flushBufferWithBanner();
/external/llvm/lib/Support/
Debug.cpp
119
llvm::circular_raw_ostream &
dbgout
=
local
121
dbgout
.flushBufferWithBanner();
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Debug.cpp
119
llvm::circular_raw_ostream &
dbgout
=
local
121
dbgout
.flushBufferWithBanner();
Completed in 290 milliseconds