/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | DXContainer.cpp | 68 if (Error Err = readStruct(Part, Current, Header)) in parseDXILHeader() local 79 if (Error Err = readInteger(Part, Part.begin(), FlagValue)) in parseShaderFeatureFlags() local 89 if (Error Err = readStruct(Part, Part.begin(), ReadHash)) in parseHash() local 106 if (Error Err = readStruct(Part, Part.begin(), SigHeader)) in initialize() local 135 if (Error Err = readInteger(Data.getBuffer(), Current, PartOffset)) in parsePartOffsets() local 159 if (Error Err = readInteger(Data.getBuffer(), in parsePartOffsets() local 167 if (Error Err = parseDXILHeader(PartData)) in parsePartOffsets() local 171 if (Error Err = parseShaderFeatureFlags(PartData)) in parsePartOffsets() local 175 if (Error Err = parseHash(PartData)) in parsePartOffsets() local 179 if (Error Err = parsePSVInfo(PartData)) in parsePartOffsets() local [all …]
|
H A D | COFFModuleDefinition.cpp | 149 if (Error Err = parseOne()) in parse() local 193 if (Error Err = parseExport()) in parseOne() local 204 if (Error Err = parseName(&Name, &Info.ImageBase)) in parseOne() local 304 if (Error Err = readAsInt(Reserve)) in parseNumbers() local 312 if (Error Err = readAsInt(Commit)) in parseNumbers() local 329 if (Error Err = expect(Equal, "'=' expected")) in parseName() local 331 if (Error Err = readAsInt(Baseaddr)) in parseName() local
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | EHFrameSupport.cpp | 66 if (auto Err = PC.AddrToBlock.addBlocks(Sec.blocks(), in operator ()() local 82 if (auto Err = processBlock(PC, *B)) in operator ()() local 91 if (auto Err = R.readInteger(Length)) in readCFIRecordLength() local 100 if (auto Err = R.readInteger(ExtendedLength)) in readCFIRecordLength() local 166 if (auto Err = BlockReader.readInteger(CIEDelta)) in processBlock() local 170 if (auto Err = processCIE(PC, B, RecordStartOffset, processBlock() local 175 if (auto Err = processFDE(PC, B, RecordStartOffset, processBlock() local 209 if (auto Err = RecordReader.readInteger(Version)) processCIE() local 222 if (auto Err = RecordReader.skip(PC.G.getPointerSize())) processCIE() local 228 if (auto Err = RecordReader.readULEB128(CodeAlignmentFactor)) processCIE() local 235 if (auto Err = RecordReader.readSLEB128(DataAlignmentFactor)) processCIE() local 240 if (auto Err = RecordReader.skip(1)) processCIE() local 248 if (auto Err = RecordReader.readULEB128(AugmentationDataLength)) processCIE() local 268 if (auto Err = processCIE() local 397 if (auto Err = skipEncodedPointer(CIEInfo->AddressEncoding, RecordReader)) processFDE() local 402 if (auto Err = RecordReader.readULEB128(AugmentationDataSize)) processFDE() local 406 if (auto Err = getOrCreateEncodedPointerEdge( processFDE() local 424 if (auto Err = RecordReader.readInteger(NextChar)) parseAugmentationString() local 433 if (auto Err = RecordReader.readInteger(NextChar)) parseAugmentationString() local 452 if (auto Err = RecordReader.readInteger(NextChar)) parseAugmentationString() local 465 if (auto Err = R.readInteger(PointerEncoding)) readPointerEncoding() local 508 if (auto Err = RecordReader.skip(4)) skipEncodedPointer() local 513 if (auto Err = RecordReader.skip(8)) skipEncodedPointer() local 544 if (auto Err = skipEncodedPointer(PointerEncoding, RecordReader)) getOrCreateEncodedPointerEdge() local 560 if (auto Err = RecordReader.readInteger(Val)) getOrCreateEncodedPointerEdge() local 567 if (auto Err = RecordReader.readInteger(Val)) getOrCreateEncodedPointerEdge() local 575 if (auto Err = RecordReader.readInteger(FieldValue)) getOrCreateEncodedPointerEdge() local [all...] |
H A D | JITLinkGeneric.cpp | 32 if (auto Err = runPasses(Passes.PrePrunePasses)) in linkPhase1() local 48 if (auto Err = runPasses(Passes.PostPrunePasses)) in linkPhase1() local 155 return abandonAllocAndBailOut(std::move(Self), std::move(Err)); in linkPhase3() local 77 if (auto Err = runPasses(Passes.PostAllocationPasses)) linkPhase2() local 83 if (auto Err = Ctx->notifyResolved(*G)) linkPhase2() local 146 if (auto Err = runPasses(Passes.PreFixupPasses)) linkPhase3() local 163 if (auto Err = runPasses(Passes.PostFixupPasses)) linkPhase3() local 192 if (auto Err = P(*G)) runPasses() local 258 abandonAllocAndBailOut(std::unique_ptr<JITLinkerBase> Self,Error Err) abandonAllocAndBailOut() argument [all...] |
H A D | DWARFRecordSectionSplitter.cpp | 56 if (auto Err = processBlock(G, B, BCache)) in operator ()() local 90 if (auto Err = BlockReader.readInteger(Length)) in processBlock() local 93 if (auto Err = BlockReader.skip(Length)) in processBlock() local 97 if (auto Err = BlockReader.readInteger(ExtendedLength)) in processBlock() local 99 if (auto Err = BlockReader.skip(ExtendedLength)) in processBlock() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/ |
H A D | llvm-dwarfutil.cpp | 269 return std::move(Err); in saveSeparateDebugInfo() local 266 if (Error Err = writeToOutput( saveSeparateDebugInfo() local 291 if (Error Err = writeToOutput( saveNonDebugInfo() local 293 if (Error Err = saveNonDebugInfo() local 311 if (Error Err = splitDebugIntoSeparateFile() local 329 if (Error Err = setConfigToAddNewDebugSections(Config, *MemFile)) addSectionsFromLinkedData() local 337 if (Error Err = setConfigToAddNewDebugSections(Config, *MemFile)) addSectionsFromLinkedData() local 345 if (Error Err = setConfigToAddNewDebugSections(Config, *MemFile)) addSectionsFromLinkedData() local 353 if (Error Err = setConfigToAddNewDebugSections(Config, *MemFile)) addSectionsFromLinkedData() local 373 if (Error Err = saveSeparateLinkedDebugInfo() local 377 if (Error Err = writeToOutput( saveSeparateLinkedDebugInfo() local 381 if (Error Err = objcopy::executeObjcopyOnBinary(Config, InputFile, saveSeparateLinkedDebugInfo() local 401 if (Error Err = saveSingleLinkedDebugInfo() local 405 if (Error Err = writeToOutput( saveSingleLinkedDebugInfo() local 423 if (Error Err = saveLinkedDebugInfo() local 427 if (Error Err = saveSingleLinkedDebugInfo(Opts, InputFile, saveLinkedDebugInfo() local 441 if (Error Err = writeToOutput( saveCopyOfFile() local 458 if (Error Err = linkDebugInfo(InputFile, Opts, OutStream)) applyCLOptions() local 461 if (Error Err = applyCLOptions() local 467 if (Error Err = splitDebugIntoSeparateFile(Opts, InputFile)) applyCLOptions() local 470 if (Error Err = saveCopyOfFile(Opts, InputFile)) applyCLOptions() local 506 if (Error Err = validateAndSetOptions(Args, Opts)) main() local 533 if (Error Err = main() local 540 if (Error Err = PermsApplierOrErr->apply(Opts.OutputFileName)) main() local 544 if (Error Err = PermsApplierOrErr->apply(Opts.getSeparateDebugFileName())) main() local 548 if (Error Err = verifyOutput(Opts)) main() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMappingReader.cpp | 78 if (auto Err = readULEB128(Result)) in readIntMax() local 88 if (auto Err = readULEB128(Result)) in readSize() local 98 if (auto Err = readSize(Length)) in readString() local 107 if (auto Err = readSize(NumFilenames)) in read() local 119 if (auto Err = readULEB128(UncompressedLen)) in read() local 123 if (auto Err = readSize(CompressedLen)) in read() local 137 auto Err = compression::zlib::decompress( in read() local 160 if (auto Err = readString(Filename)) in readUncompressed() local 166 if (auto Err = readString(CWD)) in readUncompressed() local 172 if (auto Err = readString(Filename)) in readUncompressed() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DataLayout.cpp | 212 if (Error Err = setAlignment(Kind, Layout.ABIAlign, Layout.PrefAlign, in reset() local 216 if (Error Err = setPointerAlignmentInBits(0, Align(8), Align(8), 64, 64)) in reset() local 219 if (Error Err = parseSpecifier(Desc)) in reset() local 225 if (Error Err = Layout.parseSpecifier(LayoutDescription)) in parse() local 258 if (Error Err = getInt<IntTy>(R, Result)) in getIntInBytes() local 267 if (Error Err = getInt(R, AddrSpace)) in getAddrSpace() local 279 if (Error Err = ::split(Desc, '-', Split)) in parseSpecifier() local 284 if (Error Err = ::split(Split.first, ':', Split)) in parseSpecifier() local 293 if (Error Err = ::split(Rest, ':', Split)) in parseSpecifier() local 297 if (Error Err = getInt(Split.first, AS)) in parseSpecifier() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/ |
H A D | LVReaderHandler.cpp | 30 if (Error Err = createReaders()) in process() local 32 if (Error Err = printReaders()) in process() local 34 if (Error Err = compareReaders()) in process() local 76 Error Err = Error::success(); in handleArchive() local 79 if (Error Err = BuffOrErr.takeError()) in handleArchive() local 83 if (Error Err = NameOrErr.takeError()) in handleArchive() local 87 if (Error Err = handleBuffer(Readers, Name, BuffOrErr.get())) in handleArchive() local 102 if (Error Err = loadDataForEXE(PDB_ReaderType::Native, ExePath, Session)) { in searchForExe() local 155 if (Error Err = handleObject(Readers, Filename, Buffer.getBuffer(), in handleBuffer() local 168 if (Error Err = handleFile(Readers, ObjectImage)) { in handleBuffer() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | Parser.cpp | 25 ModuleSummaryIndex *Index, SMDiagnostic &Err, in parseAssemblyInto() 39 ModuleSummaryIndex *Index, SMDiagnostic &Err, in parseAssemblyInto() 47 llvm::parseAssembly(MemoryBufferRef F, SMDiagnostic &Err, LLVMContext &Context, in parseAssembly() 60 SMDiagnostic &Err, in parseAssemblyFile() 75 parseAssemblyWithIndex(MemoryBufferRef F, SMDiagnostic &Err, in parseAssemblyWithIndex() 92 SMDiagnostic &Err, in parseAssemblyWithIndex() 102 parseAssemblyFileWithIndex(StringRef Filename, SMDiagnostic &Err, in parseAssemblyFileWithIndex() 120 llvm::parseAssemblyFileWithIndex(StringRef Filename, SMDiagnostic &Err, in parseAssemblyFileWithIndex() 129 StringRef Filename, SMDiagnostic &Err, LLVMContext &Context, in parseAssemblyFileWithIndexNoUpgradeDebugInfo() 137 SMDiagnostic &Err, in parseAssemblyString() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | fallible_iterator.h | 84 static fallible_iterator itr(Underlying I, Error &Err) { in itr() 127 if (auto Err = I.inc()) variable 143 if (auto Err = I.dec()) variable 195 fallible_iterator(Underlying I, Error *Err) in fallible_iterator() 204 void handleError(Error Err) { in handleError() 221 fallible_iterator<Underlying> make_fallible_itr(Underlying I, Error &Err) { in make_fallible_itr() 234 make_fallible_range(Underlying I, Underlying E, Error &Err) { in make_fallible_range()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTImporter.cpp | 650 template <typename T> T importChecked(Error &Err, const T &From) { in importChecked() 714 if (auto Err = ImportTemplateArgumentListInfo(Container, ToTAInfo)) in ImportTemplateArgumentListInfo() local 745 if (Error Err = importInto(std::get<0>(Result), FTSInfo->getTemplate())) in ImportFunctionTemplateWithTemplateArgsFromSpecialization() local 749 if (Error Err = ImportTemplateArguments(FTSInfo->TemplateArguments->asArray(), in ImportFunctionTemplateWithTemplateArgsFromSpecialization() local 760 if (Error Err = ImportContainerChecked(*From, To)) in import() local 865 if (Error Err = ImportTemplateArguments(From.pack_elements(), ToPack)) in import() local 978 Error Err = Error::success(); in import() local 991 if (Error Err = ImportTemplateArgumentListInfo(*ASTTemplateArgs, ToTAInfo)) in import() local 1019 if (Error Err = importInto(EllipsisLoc, From.getEllipsisLoc())) in import() local 1215 Error Err = Error::success(); in VisitConstantArrayType() local [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/opt/ |
H A D | NewPMDriver.cpp | 242 if (auto Err = PB.parsePassPipeline(PM, PipelineOpt)) { in tryParsePipelineText() local 257 ExitOnError Err("Unable to parse PeepholeEP pipeline: "); in registerEPCallbacks() local 264 ExitOnError Err("Unable to parse LateLoopOptimizationsEP pipeline: "); in registerEPCallbacks() local 270 ExitOnError Err("Unable to parse LoopOptimizerEndEP pipeline: "); in registerEPCallbacks() local 277 ExitOnError Err("Unable to parse ScalarOptimizerLateEP pipeline: "); in registerEPCallbacks() local 283 ExitOnError Err("Unable to parse CGSCCOptimizerLateEP pipeline: "); in registerEPCallbacks() local 289 ExitOnError Err("Unable to parse VectorizerStartEP pipeline: "); in registerEPCallbacks() local 295 ExitOnError Err("Unable to parse PipelineStartEP pipeline: "); in registerEPCallbacks() local 302 ExitOnError Err("Unable to parse EarlySimplification pipeline: "); in registerEPCallbacks() local 308 ExitOnError Err("Unable to parse OptimizerEarlyEP pipeline: "); in registerEPCallbacks() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | COFFVCRuntimeSupport.cpp | 44 if (auto Err = loadVCRuntime(JD, ImportedLibraries, ArrayRef(VCLibs), in loadStaticVCRuntime() local 56 if (auto Err = loadVCRuntime(JD, ImportedLibraries, ArrayRef(VCLibs), in loadDynamicVCRuntime() local 97 if (auto Err = LoadLibrary(Path.UCRTSdkLib, Lib)) in loadVCRuntime() local 101 if (auto Err = LoadLibrary(Path.VCToolchainLib, Lib)) in loadVCRuntime() local 113 if (auto Err = lookupAndRecordAddrs( in initializeStaticVCRuntime() local 136 if (auto Err = RunVoidInitFunc(jit_scrt_dllmain_before_initialize_c)) in initializeStaticVCRuntime() local 139 if (auto Err = RunVoidInitFunc(jit_scrt_initialize_type_info)) in initializeStaticVCRuntime() local 142 if (auto Err = in initializeStaticVCRuntime() local 149 if (auto Err = JD.define(symbolAliases(Alias))) in initializeStaticVCRuntime() local
|
H A D | SimpleRemoteEPC.cpp | 68 if (auto Err = callSPSWrapper<rt::SPSRunAsMainSignature>( in runAsMain() local 76 if (auto Err = callSPSWrapper<rt::SPSRunAsVoidFunctionSignature>( in runAsVoidFunction() local 85 if (auto Err = callSPSWrapper<rt::SPSRunAsIntFunctionSignature>( in runAsIntFunction() local 102 if (auto Err = sendMessage(SimpleRemoteEPCOpcode::CallWrapper, SeqNo, in callWrapperAsync() local 173 if (auto Err = handleSetup(SeqNo, TagAddr, std::move(ArgBytes))) in handleMessage() local 178 if (auto Err = handleHangup(std::move(ArgBytes))) in handleMessage() local 182 if (auto Err = handleResult(SeqNo, TagAddr, std::move(ArgBytes))) in handleMessage() local 192 void SimpleRemoteEPC::handleDisconnect(Error Err) { in handleDisconnect() 218 if (auto Err = SREPC.getBootstrapSymbols( in createDefaultMemoryManager() local 262 auto Err = T->sendMessage(OpC, SeqNo, TagAddr, ArgBytes); in sendMessage() local [all …]
|
H A D | COFFPlatform.cpp | 197 if (auto Err = PlatformJD.define(symbolAliases(std::move(*RuntimeAliases)))) in Create() local 203 if (auto Err = HostFuncJD.define( in Create() local 215 Error Err = Error::success(); in Create() local 268 if (auto Err = JD.define(std::make_unique<COFFHeaderMaterializationUnit>( in setupJITDylib() local 272 if (auto Err = ES.lookup({&JD}, COFFHeaderStartSymbol).takeError()) setupJITDylib() local 278 if (auto Err = JD.define(symbolAliases(std::move(CXXAliases)))) setupJITDylib() local 289 if (auto Err = ObjLinkingLayer.add( setupJITDylib() local 300 if (auto Err = LoadDynLibrary(JD, Lib)) setupJITDylib() local 303 if (auto Err = VCRuntimeBootstrap->initializeStaticVCRuntime(JD)) setupJITDylib() local 391 COFFPlatform(ExecutionSession & ES,ObjectLinkingLayer & ObjLinkingLayer,JITDylib & PlatformJD,std::unique_ptr<StaticLibraryDefinitionGenerator> OrcRuntimeGenerator,std::unique_ptr<MemoryBuffer> OrcRuntimeArchiveBuffer,std::unique_ptr<object::Archive> OrcRuntimeArchive,LoadDynamicLibrary LoadDynLibrary,bool StaticVCRuntime,const char * VCRuntimePath,Error & Err) COFFPlatform() argument 554 __anone93e189f0502(Error Err) pushInitializersLoop() argument 661 if (auto Err = runBootstrapInitializers() local 665 if (auto Err = runSymbolIfExists(*BState.JD, "__run_after_c_init")) runBootstrapInitializers() local 668 if (auto Err = runBootstrapInitializers() local 691 if (auto Err = lookupAndRecordAddrs( bootstrapCOFFRuntime() local 710 if (auto Err = ES.callSPSWrapper<void()>(orc_rt_coff_platform_bootstrap)) bootstrapCOFFRuntime() local 717 if (auto Err = ES.callSPSWrapper<void(SPSString, SPSExecutorAddr)>( bootstrapCOFFRuntime() local 723 if (auto Err = ES.callSPSWrapper<void(SPSExecutorAddr, bootstrapCOFFRuntime() local 733 if (auto Err = runBootstrapInitializers(JDBState)) bootstrapCOFFRuntime() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeAnalyzer.cpp | 441 if (Error Err = tryRead(Signature[0], 8)) in ReadSignature() local 443 if (Error Err = tryRead(Signature[1], 8)) in ReadSignature() local 448 if (Error Err = tryRead(Signature[2], 8)) in ReadSignature() local 450 if (Error Err = tryRead(Signature[3], 8)) in ReadSignature() local 455 if (Error Err = tryRead(Signature[2], 8)) in ReadSignature() local 457 if (Error Err = tryRead(Signature[3], 8)) in ReadSignature() local 462 if (Error Err = tryRead(Signature[2], 8)) in ReadSignature() local 464 if (Error Err = tryRead(Signature[3], 8)) in ReadSignature() local 469 if (Error Err = tryRead(Signature[2], 4)) in ReadSignature() local 471 if (Error Err = tryRead(Signature[3], 4)) in ReadSignature() local [all …]
|
H A D | BitcodeReader.cpp | 166 if (Error Err = hasInvalidBitcodeHeader(Stream)) in initStream() local 196 if (Error Err = Stream.EnterSubBlock(bitc::IDENTIFICATION_BLOCK_ID)) in readIdentificationBlock() local 264 if (Error Err = Stream.SkipBlock()) in readIdentificationCode() local 276 if (Error Err = Stream.EnterSubBlock(bitc::MODULE_BLOCK_ID)) in hasObjCCategoryInModule() local 342 if (Error Err = Stream.SkipBlock()) in hasObjCCategory() local 355 if (Error Err = Stream.EnterSubBlock(bitc::MODULE_BLOCK_ID)) in readModuleTriple() local 419 if (Error Err = Stream.SkipBlock()) in readTriple() local 1012 Error Err) { in errorToErrorCodeAndEmitErrors() 1058 if (Error Err = materialize(F)) in materializeForwardReferencedFunctions() local 1064 if (Error Err = materialize(F)) in materializeForwardReferencedFunctions() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | DWARFEmitter.cpp | 176 if (Error Err = writeVariableSizedInteger(Descriptor.Address, AddrSize, in emitDebugAranges() local 211 if (Error Err = writeVariableSizedInteger(Entry.LowOffset, AddrSize, OS, in emitDebugRanges() local 304 if (Error Err = writeVariableSizedInteger( in writeDIE() local 310 if (Error Err = writeVariableSizedInteger(FormVal->Value, in writeDIE() local 654 if (Error Err = writeVariableSizedInteger(Pair.Segment, in emitDebugAddr() local 661 if (Error Err = writeVariableSizedInteger(Pair.Address, AddrSize, OS, in emitDebugAddr() local 898 if (Error Err = writeVariableSizedInteger(Addr, AddrSize, OS, IsLittleEndian)) in writeListEntryAddress() local 920 if (Error Err = CheckOperands(1)) in writeDWARFExpression() local 925 if (Error Err = CheckOperands(0)) in writeDWARFExpression() local 960 if (Error Err = CheckOperands(0)) in writeListEntry() local [all …]
|
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
H A D | DirectoryScanner.cpp | 54 if (Error Err = scanHeaders(DirPublic->getName(), Lib, HeaderType::Public, in scanForUnwrappedLibraries() local 59 if (Error Err = scanHeaders(DirPrivate->getName(), Lib, HeaderType::Private, in scanForUnwrappedLibraries() local 162 if (Error Err = scanFrameworkDirectory(Curr, Framework)) in scanMultipleFrameworks() local 208 if (Error Err = scanFrameworkDirectory(Curr, VersionedFramework)) in scanFrameworkVersionsDirectory() local 246 if (Error Err = scanHeaders(Curr, Framework, HeaderType::Public, Curr)) in scanFrameworkDirectory() local 252 if (Error Err = scanHeaders(Curr, Framework, HeaderType::Private, Curr)) in scanFrameworkDirectory() local 258 if (Error Err = scanSubFrameworksDirectory(Curr, Framework.SubFrameworks)) in scanFrameworkDirectory() local 264 if (Error Err = scanFrameworkVersionsDirectory(Curr, Framework)) in scanFrameworkDirectory() local 284 if (Error Err = scanFrameworkDirectory(Directory, Framework)) in scanForFrameworks() local 294 if (Error Err = scanMultipleFrameworks(Path, Libraries)) in scanForFrameworks() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewReader.cpp | 401 if (Error Err = loadDataForPDB(PDB_ReaderType::Native, ServerName, Session)) loadTypeServer() local 423 if (Error Err = traverseTypes(Pdb, Types, Ids)) loadTypeServer() local 476 if (Error Err = consume(*DataOrErr, Magic)) loadPrecompiledObject() local 545 if (Error Err = consume(*DataOrErr, Magic)) traverseTypeSection() local 601 if (Error Err = VisitTypes(Types, Ids, StreamTPI)) traverseTypes() local 668 if (Error Err = initializeFileAndStringTables(FSReader)) traverseSymbolSection() local 699 if (Error Err = traverseSymbolSection() local 705 if (Error Err = traverseInlineeLines(Contents)) traverseSymbolSection() local 724 if (Error Err = resolveSymbolName(getObj().getCOFFSection(Section), traverseSymbolSection() local 784 if (Error Err = createLines(Block.LineNumbers, Addendum, Segment, Begin, traverseSymbolSection() local 791 if (Error Err = createInstructions(Function, SectionIndex)) traverseSymbolSection() local 853 if (Error Err = loadTargetInfo(Obj)) createScopes() local 870 if (Error Err = traverseTypeSection(*SectionNameOrErr, Section)) createScopes() local 882 if (Error Err = traverseSymbolSection(*SectionNameOrErr, Section)) createScopes() local 901 if (Error Err = loadTargetInfo(Pdb)) createScopes() local 955 if (Error Err = traverseTypes(Pdb, Types, Ids)) createScopes() local 971 if (Error Err = iterateModuleSubsections<DebugInlineeLinesSubsectionRef>( createScopes() local 996 if (Error Err = Traverser.visitSymbolBegin(Symbol, Offset)) createScopes() local 1014 if (Error Err = Visitor.visitSymbolRecord(*Sym, PubSymOff)) createScopes() local 1051 if (Error Err = createScopes() local 1063 if (Error Err = iterateSymbolGroups(Input, HeaderScope, VisitSymbolGroup)) createScopes() local 1091 if (Error Err = processModule()) createScopes() local 1098 if (Error Err = createLines(Block.LineNumbers, /*Addendum=*/0, Segment, createScopes() local 1105 if (Error Err = iterateModuleSubsections<DebugLinesSubsectionRef>( createScopes() local 1141 if (Error Err = createInstructions()) processModule() local 1168 if (Error Err = LVReader::createScopes()) createScopes() local 1174 if (Error Err = createScopes(getObj())) createScopes() local 1177 if (Error Err = createScopes(getPdb())) createScopes() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVCompare.cpp | 156 if (Error Err = LHS->doPrint(/*Split=*/false, /*Match=*/false, in execute() local 172 if (Error Err = CompareViews(ReferenceRoot, TargetRoot)) in execute() local 179 if (Error Err = CompareViews(TargetRoot, ReferenceRoot)) in execute() local 255 return Err; in execute() local 241 if (Error Err = Element->doPrint(/*Split=*/false, /*Match=*/false, execute() local 258 if (Error Err = execute() local 262 if (Error Err = FindMatch(LHS->getTypes(), RHS->getTypes(), "Types")) execute() local 265 if (Error Err = FindMatch(LHS->getLines(), RHS->getLines(), "Lines")) execute() local 282 if (Error Err = CompareReaders(ReferenceReader, TargetReader, ElementsToAdd, execute() local 286 if (Error Err = CompareReaders(TargetReader, ReferenceReader, ElementsToAdd, execute() local 335 if (Error Err = ReferenceReader->doPrint()) execute() local [all...] |
H A D | LVReader.cpp | 174 if (Error Err = SplitContext.createSplitFolder(SplitFolder)) in createSplitFolder() local 236 if (Error Err = createScopes()) in doLoad() local 264 if (Error Err = printMatchedElements(/*UseMatchedElements=*/true)) in doPrint() local 268 if (Error Err = printMatchedElements(/*UseMatchedElements=*/false)) in doPrint() local 272 if (Error Err = printScopes()) in doPrint() local 284 if (Error Err = createSplitFolder()) in printScopes() local 298 if (Error Err = createSplitFolder()) in printMatchedElements() local
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | SerializedDiagnosticReader.cpp | 98 if (llvm::Error Err = Stream.SkipBlock()) { in readDiagnostics() local 146 if (llvm::Error Err = Stream.ReadAbbrevRecord()) in skipUntilRecordOrBlock() local 163 if (llvm::Error Err = in readMetaBlock() local 182 if (llvm::Error Err = Stream.SkipBlock()) { in readMetaBlock() local 212 if (llvm::Error Err = in readDiagnosticBlock() local 236 } else if (llvm::Error Err = Stream.SkipBlock()) { in readDiagnosticBlock() local
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerImpl.cpp | 94 if (Error Err = validateAndUpdateOptions()) in link() local 187 if (Error Err = Context->link(ArtificialTypeUnit.get())) in link() local 197 if (Error Err = Context->link(ArtificialTypeUnit.get())) in link() local 212 if (Error Err = ArtificialTypeUnit->finishCloningAndEmit( in link() local 406 std::string Err = in loadClangModule() local 505 if (Error Err = finiteLoop([&]() -> Expected<bool> { in link() local 528 if (Error Err = finiteLoop([&]() -> Expected<bool> { in link() local 572 if (Error Err = emitInvariantSections()) in link() local 582 if (Error Err = cloneAndEmitDebugFrame()) in link() local 597 if (Error Err = finiteLoop([&]() -> Expected<bool> { in linkSingleCompileUnit() local [all …]
|