Home
last modified time | relevance | path

Searched refs:OutputString (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp489 std::string OutputString; in WriteEdgeToMutationGraphFile() local
492 OutputString.append("\""); in WriteEdgeToMutationGraphFile()
493 OutputString.append(Sha1); in WriteEdgeToMutationGraphFile()
494 OutputString.append("\"\n"); in WriteEdgeToMutationGraphFile()
499 OutputString.append("\""); in WriteEdgeToMutationGraphFile()
500 OutputString.append(BaseSha1); in WriteEdgeToMutationGraphFile()
501 OutputString.append("\" -> \""); in WriteEdgeToMutationGraphFile()
502 OutputString.append(Sha1); in WriteEdgeToMutationGraphFile()
503 OutputString.append("\" [label=\""); in WriteEdgeToMutationGraphFile()
504 OutputString.append(MS); in WriteEdgeToMutationGraphFile()
[all …]
/openbsd/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProf.cpp445 std::string OutputString; in write() local
447 OutputString.append(Sym.str()); in write()
448 OutputString.append(1, '\0'); in write()
451 OS << OutputString; in write()
/openbsd/gnu/llvm/llvm/tools/llvm-mc-assemble-fuzzer/
H A Dllvm-mc-assemble-fuzzer.cpp200 std::string OutputString; in AssembleOneInput() local
201 raw_string_ostream Out(OutputString); in AssembleOneInput()
/openbsd/sys/stand/efi/include/
H A Deficon.h147 EFI_TEXT_OUTPUT_STRING OutputString; member
/openbsd/sys/arch/riscv64/stand/efiboot/
H A Defiboot.c195 conout->OutputString(conout, buf); in efi_cons_putc()
/openbsd/sys/arch/armv7/stand/efiboot/
H A Defiboot.c191 conout->OutputString(conout, buf); in efi_cons_putc()
/openbsd/sys/arch/amd64/stand/efiboot/
H A Defiboot.c559 conout->OutputString(conout, buf); in efi_cons_putc()
/openbsd/sys/arch/arm64/stand/efiboot/
H A Defiboot.c206 conout->OutputString(conout, buf); in efi_cons_putc()