Home
last modified time | relevance | path

Searched defs:Err (Results 1 – 25 of 63) sorted by relevance

123

/external/llvm/lib/ProfileData/
DCoverageMappingReader.cpp51 if (auto Err = readULEB128(Result)) in readIntMax() local
59 if (auto Err = readULEB128(Result)) in readSize() local
69 if (auto Err = readSize(Length)) in readString() local
78 if (auto Err = readSize(NumFilenames)) in read() local
82 if (auto Err = readString(Filename)) in read() local
121 if (auto Err = in readCounter() local
124 if (auto Err = decodeCounter(EncodedCounter, C)) in readCounter() local
139 if (auto Err = readSize(NumRegions)) in readMappingRegionsSubArray() local
148 if (auto Err = readIntMax(EncodedCounterAndRegion, in readMappingRegionsSubArray() local
154 if (auto Err = decodeCounter(EncodedCounterAndRegion, C)) in readMappingRegionsSubArray() local
[all …]
/external/llvm/lib/AsmParser/
DParser.cpp25 bool llvm::parseAssemblyInto(MemoryBufferRef F, Module &M, SMDiagnostic &Err, in parseAssemblyInto()
35 SMDiagnostic &Err, in parseAssembly()
48 SMDiagnostic &Err, in parseAssemblyFile()
63 SMDiagnostic &Err, in parseAssemblyString()
70 Constant *llvm::parseConstantValue(StringRef Asm, SMDiagnostic &Err, in parseConstantValue()
/external/llvm/tools/dsymutil/
DBinaryHolder.cpp76 if (auto Err = ErrOrFile.getError()) in GetMemoryBuffersForFile() local
113 if (std::error_code Err = ChildOrErr.getError()) in GetArchiveMemberBuffers() local
127 if (auto Err = ErrOrMem.getError()) in GetArchiveMemberBuffers() local
146 if (auto Err = ErrOrBuff.getError()) in MapArchiveAndGetMemberBuffers() local
167 if (auto Err = ErrOrArchive.getError()) in MapArchiveAndGetMemberBuffers() local
190 if (auto Err = ErrOrMemBufferRefs.getError()) in GetObjectFiles() local
199 if (auto Err = ErrOrObjectFile.getError()) in GetObjectFiles() local
DBinaryHolder.h101 if (auto Err = ErrOrObjFile.getError()) variable
127 if (auto Err = ErrOrObj.getError()) in GetAs() local
/external/llvm/lib/IRReader/
DIRReader.cpp33 getLazyIRModule(std::unique_ptr<MemoryBuffer> Buffer, SMDiagnostic &Err, in getLazyIRModule()
51 SMDiagnostic &Err, in getLazyIRFileModule()
66 std::unique_ptr<Module> llvm::parseIR(MemoryBufferRef Buffer, SMDiagnostic &Err, in parseIR()
85 std::unique_ptr<Module> llvm::parseIRFile(StringRef Filename, SMDiagnostic &Err, in parseIRFile()
/external/llvm/unittests/IR/
DValueTest.cpp37 SMDiagnostic Err; in TEST() local
121 SMDiagnostic Err; in TEST() local
189 SMDiagnostic Err; in TEST() local
224 SMDiagnostic Err; in TEST() local
DUseTest.cpp39 SMDiagnostic Err; in TEST() local
84 SMDiagnostic Err; in TEST() local
DUserTest.cpp67 SMDiagnostic Err; in TEST() local
DDominatorTreeTest.cpp242 SMDiagnostic Err; in makeLLVMModule() local
/external/llvm/tools/llvm-cov/
DTestingSupport.cpp39 if (auto Err = ObjErr.getError()) { in convertForTestingMain() local
77 if (auto Err = in convertForTestingMain() local
/external/giflib/
Dgif_err.c18 const char *Err; in GifErrorString() local
/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp239 DiagnosticInfoUnsupported Err(DL, *MF.getFunction(), in LowerFormalArguments() local
246 DiagnosticInfoUnsupported Err( in LowerFormalArguments() local
288 DiagnosticInfoUnsupported Err(CLI.DL, *MF.getFunction(), in LowerCall() local
298 DiagnosticInfoUnsupported Err(CLI.DL, *MF.getFunction(), in LowerCall() local
401 DiagnosticInfoUnsupported Err(DL, *MF.getFunction(), in LowerReturn() local
446 DiagnosticInfoUnsupported Err(DL, *MF.getFunction(), in LowerCallResult() local
/external/mesa3d/src/gallium/drivers/r600/
Dllvm_wrapper.cpp16 llvm::SMDiagnostic Err; in llvm_parse_bitcode() local
/external/llvm/unittests/Linker/
DLinkModulesTest.cpp188 SMDiagnostic Err; in TEST_F() local
240 auto *Err = reinterpret_cast<std::string *>(C); in diagnosticHandler() local
249 std::string Err; in TEST_F() local
262 SMDiagnostic Err; in TEST_F() local
/external/mesa3d/src/gallium/drivers/radeon/
Dloader.cpp28 SMDiagnostic Err; in main() local
/external/llvm/tools/llvm-split/
Dllvm-split.cpp40 SMDiagnostic Err; in main() local
/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp275 if (std::error_code Err = Section.getName(Name)) in write() local
284 if (auto Err = Section.getContents(Contents)) in write() local
326 if (auto Err = writeStringsAndOffsets(Out, Strings, StringOffset, in write() local
416 if (auto Err = write(*MS, InputFiles)) in main() local
/external/llvm/tools/llvm-as-fuzzer/
Dllvm-as-fuzzer.cpp55 SMDiagnostic Err; in LLVMFuzzerTestOneInput() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_procmaps_freebsd.cc36 int Err = sysctl(Mib, 4, NULL, &Size, NULL, 0); in ReadProcMaps() local
/external/clang/lib/Frontend/
DFrontendActions.cpp196 if (std::error_code Err = addHeaderInclude(H.NameAsWritten, Includes, in collectModuleHeaderIncludes() local
206 if (std::error_code Err = addHeaderInclude(UmbrellaHeader.NameAsWritten, in collectModuleHeaderIncludes() local
249 if (std::error_code Err = addHeaderInclude(RelativeHeader, Includes, in collectModuleHeaderIncludes() local
262 if (std::error_code Err = collectModuleHeaderIncludes( in collectModuleHeaderIncludes() local
353 std::error_code Err = std::error_code(); in BeginSourceFileAction() local
/external/llvm/tools/llvm-as/
Dllvm-as.cpp100 SMDiagnostic Err; in main() local
/external/llvm/lib/LineEditor/
DLineEditor.cpp194 FILE *Out, FILE *Err) in LineEditor()
282 FILE *Out, FILE *Err) in LineEditor()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUMCInstLower.cpp92 StringRef Err; in EmitInstruction() local
/external/llvm/tools/llvm-jitlistener/
Dllvm-jitlistener.cpp116 SMDiagnostic Err; in InitEE() local
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp183 std::string Err; in preallocateSlab() local
227 std::string Err; in allocateCodeSection() local
247 std::string Err; in allocateDataSection() local

123