Home
last modified time | relevance | path

Searched defs:ErrStream (Results 1 – 11 of 11) sorted by relevance

/llvm-project/compiler-rt/lib/orc/
H A Dcoff_platform.cpp196 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 Dmacho_platform.cpp503 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 DRuntimeDyldCheckerImpl.h81 llvm::raw_ostream &ErrStream; variable
H A DRuntimeDyldCOFF.cpp71 logAllUnhandledErrors(ObjSectionToIDOrErr.takeError(), ErrStream); in loadObject() local
H A DRuntimeDyldChecker.cpp54 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 DRuntimeDyldMachO.cpp376 logAllUnhandledErrors(ObjSectionToIDOrErr.takeError(), ErrStream); in loadObject() local
H A DRuntimeDyldELF.cpp254 raw_string_ostream ErrStream(ErrorStr); loadObject() local
/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderPerf.cpp302 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 DError.cpp171 raw_string_ostream ErrStream(ErrMsg); in report_fatal_error() local
/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp384 raw_string_ostream ErrStream(ErrMsg); makeTargetOutOfRangeError() local
/llvm-project/third-party/benchmark/src/
H A Dbenchmark_register.cc116 std::ostream* ErrStream) { in FindBenchmarks()