/llvm-project/compiler-rt/lib/orc/ |
H A D | coff_platform.cpp | 196 std::ostringstream ErrStream; registerJITDylib() local 202 std::ostringstream ErrStream; registerJITDylib() local 219 std::ostringstream ErrStream; deregisterJITDylib() local 333 std::ostringstream ErrStream; dlopenFull() local 366 std::ostringstream ErrStream; dlopenInitialize() local 397 std::ostringstream ErrStream; dlcloseImpl() local 463 std::ostringstream ErrStream; registerObjectSections() local 507 std::ostringstream ErrStream; deregisterObjectSections() local 562 std::ostringstream ErrStream; registerAtExit() local [all...] |
H A D | macho_platform.cpp | 503 std::ostringstream ErrStream; registerJITDylib() local 509 std::ostringstream ErrStream; registerJITDylib() local 526 std::ostringstream ErrStream; deregisterJITDylib() local 580 std::ostringstream ErrStream; registerObjectSymbolTable() local 601 std::ostringstream ErrStream; deregisterObjectSymbolTable() local 629 std::ostringstream ErrStream; registerObjectPlatformSections() local 706 std::ostringstream ErrStream; deregisterObjectPlatformSections() local 813 std::ostringstream ErrStream; dlsym() local 980 std::ostringstream ErrStream; lookupSymbols() local 1158 std::ostringstream ErrStream; dlopenFull() local 1192 std::ostringstream ErrStream; dlopenInitialize() local 1209 std::ostringstream ErrStream; dlopenInitialize() local 1246 std::ostringstream ErrStream; dlcloseImpl() local [all...] |
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldCheckerImpl.h | 81 llvm::raw_ostream &ErrStream; variable
|
H A D | RuntimeDyldCOFF.cpp | 71 logAllUnhandledErrors(ObjSectionToIDOrErr.takeError(), ErrStream); in loadObject() local
|
H A D | RuntimeDyldChecker.cpp | 54 RuntimeDyldCheckerExprEval(const RuntimeDyldCheckerImpl & Checker,raw_ostream & ErrStream) RuntimeDyldCheckerExprEval() argument 826 RuntimeDyldCheckerImpl(IsSymbolValidFunction IsSymbolValid,GetSymbolInfoFunction GetSymbolInfo,GetSectionInfoFunction GetSectionInfo,GetStubInfoFunction GetStubInfo,GetGOTInfoFunction GetGOTInfo,llvm::endianness Endianness,Triple TT,StringRef CPU,SubtargetFeatures TF,raw_ostream & ErrStream) RuntimeDyldCheckerImpl() argument 1039 RuntimeDyldChecker(IsSymbolValidFunction IsSymbolValid,GetSymbolInfoFunction GetSymbolInfo,GetSectionInfoFunction GetSectionInfo,GetStubInfoFunction GetStubInfo,GetGOTInfoFunction GetGOTInfo,llvm::endianness Endianness,Triple TT,StringRef CPU,SubtargetFeatures TF,raw_ostream & ErrStream) RuntimeDyldChecker() argument
|
H A D | RuntimeDyldMachO.cpp | 376 logAllUnhandledErrors(ObjSectionToIDOrErr.takeError(), ErrStream); in loadObject() local
|
H A D | RuntimeDyldELF.cpp | 254 raw_string_ostream ErrStream(ErrorStr); loadObject() local
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
H A D | JITLoaderPerf.cpp | 302 ErrStream << "could not create jit cache directory " << Path << ": " in InitDebuggingDir() local 320 ErrStream << "could not create unique jit cache directory " in InitDebuggingDir() local 352 ErrStream << "could not open JIT dump file " << Filename << ": " in registerJITLoaderPerfStartImpl() local
|
/llvm-project/llvm/lib/Support/ |
H A D | Error.cpp | 171 raw_string_ostream ErrStream(ErrMsg); in report_fatal_error() local
|
/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | JITLink.cpp | 384 raw_string_ostream ErrStream(ErrMsg); makeTargetOutOfRangeError() local
|
/llvm-project/third-party/benchmark/src/ |
H A D | benchmark_register.cc | 116 std::ostream* ErrStream) { in FindBenchmarks()
|