Home
last modified time | relevance | path

Searched refs:EC (Results 1 – 25 of 921) sorted by relevance

12345678910>>...37

/netbsd/sys/arch/ofppc/stand/bootinfo/
H A Dnetbsd.chrp49 EC EC EC EC EC EC EC EC EC EC EC EC FF FF FF FF
56 EC EC EC EC EC EC EC EC EC EC EC EC EC EC EC EC
57 EC EC EC EC EC EC EC FF FF EC EC EC EC EC EC EC
60 EC EC EC EC EC EC EC EC EC EC EC EC EC EC EC EC
61 EC EC EC EC EC EC EC EC EC EC EC EC EC EC EC EC
64 EC EC EC EC EC EC EC EC EC EC EC EC EC EC EC EC
65 EC EC EC EC EC EC EC EC EC EC EC EC EC FF FF FF
68 FF EC EC EC EC EC EC EC EC EC EC EC EC EC EC EC
72 FF EC EC EC EC EC EC EC EC EC EC EC EC EC EC EC
76 6D FF EC EC EC EC EC EC EC EC EC EC EC EC EC EC
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp108 return EC; in mapByteVectorTail()
111 return EC; in mapByteVectorTail()
120 return EC; in mapByteVectorTail()
138 return EC; in mapInteger()
142 return EC; in mapInteger()
166 return EC; in mapEncodedInteger()
179 return EC; in mapEncodedInteger()
183 return EC; in mapEncodedInteger()
214 return EC; in mapStringZ()
217 return EC; in mapStringZ()
[all …]
H A DDebugSubsectionVisitor.cpp35 if (auto EC = Fragment.initialize(Reader)) in visitDebugSubsection() local
36 return EC; in visitDebugSubsection()
43 return EC; in visitDebugSubsection()
50 return EC; in visitDebugSubsection()
55 if (auto EC = Section.initialize(Reader)) in visitDebugSubsection() local
56 return EC; in visitDebugSubsection()
62 return EC; in visitDebugSubsection()
68 return EC; in visitDebugSubsection()
74 return EC; in visitDebugSubsection()
80 return EC; in visitDebugSubsection()
[all …]
H A DCVTypeVisitor.cpp28 return EC; in visitKnownRecord()
38 return EC; in visitKnownMember()
45 return EC; in visitMemberRecord()
50 return EC; in visitMemberRecord()
66 return EC; in visitMemberRecord()
102 return EC; in finishVisitation()
118 return EC; in finishVisitation()
125 return EC; in visitTypeRecord()
132 return EC; in visitTypeRecord()
145 return EC; in visitTypeStream()
[all …]
H A DRecordSerialization.cpp41 return EC; in consume()
53 return EC; in consume()
60 return EC; in consume()
67 return EC; in consume()
74 return EC; in consume()
81 return EC; in consume()
88 return EC; in consume()
95 return EC; in consume()
110 return EC; in consume()
118 return EC; in consume_numeric()
[all …]
H A DCVSymbolVisitor.cpp26 return EC; in visitKnownRecord()
34 if (auto EC = Callbacks.visitUnknownSymbol(Record)) in finishVisitation() local
35 return EC; in finishVisitation()
48 if (auto EC = Callbacks.visitSymbolEnd(Record)) in finishVisitation() local
49 return EC; in finishVisitation()
55 if (auto EC = Callbacks.visitSymbolBegin(Record)) in visitSymbolRecord() local
56 return EC; in visitSymbolRecord()
62 return EC; in visitSymbolRecord()
68 if (auto EC = visitSymbolRecord(I)) in visitSymbolStream() local
69 return EC; in visitSymbolStream()
[all …]
H A DDebugInlineeLinesSubsection.cpp28 return EC; in operator ()()
33 return EC; in operator ()()
35 return EC; in operator ()()
46 if (auto EC = Reader.readEnum(Signature)) in initialize() local
47 return EC; in initialize()
51 return EC; in initialize()
88 if (auto EC = Writer.writeEnum(Sig)) in commit() local
89 return EC; in commit()
93 return EC; in commit()
99 return EC; in commit()
[all …]
H A DDebugLinesSubsection.cpp28 return EC; in operator ()()
45 return EC; in operator ()()
48 return EC; in operator ()()
57 if (auto EC = Reader.readObject(Header)) in initialize() local
58 return EC; in initialize()
62 return EC; in initialize()
110 if (auto EC = Writer.writeObject(Header)) in commit() local
111 return EC; in commit()
124 return EC; in commit()
127 return EC; in commit()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfReader.cpp382 if (EC) { in readNumber()
384 return EC; in readNumber()
397 return EC; in readString()
411 return EC; in readUnencodedNumber()
424 return EC; in readStringIndex()
433 return EC; in readStringFromTable()
445 return EC; in readStringFromTable()
469 return EC; in readStringFromTable()
478 return EC; in readProfile()
484 return EC; in readProfile()
[all …]
H A DSampleProfWriter.cpp63 return EC; in writeFuncProfiles()
71 return EC; in write()
74 return EC; in write()
136 return EC; in write()
141 return EC; in write()
144 return EC; in write()
230 return EC; in writeNameTableSection()
290 return EC; in writeOneSection()
367 return EC; in writeSections()
760 if (EC) in create()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DIntEqClasses.cpp27 EC.reserve(N); in grow()
28 while (EC.size() < N) in grow()
29 EC.push_back(EC.size()); in grow()
41 EC[b] = eca; in join()
43 ecb = EC[b]; in join()
45 EC[a] = ecb; in join()
47 eca = EC[a]; in join()
55 while (a != EC[a]) in findLeader()
56 a = EC[a]; in findLeader()
64 EC[i] = (EC[i] == i) ? NumClasses++ : EC[EC[i]]; in compress()
[all …]
H A DFileCollector.cpp30 std::error_code EC; in addDirectory() local
139 if (EC) in addDirectoryImpl()
149 if (EC) in addDirectoryImpl()
162 if (auto EC = in copyAccessAndModificationTime() local
164 return EC; in copyAccessAndModificationTime()
168 return EC; in copyAccessAndModificationTime()
171 return EC; in copyAccessAndModificationTime()
245 if (EC) in writeMapping()
246 return EC; in writeMapping()
284 if (!EC) { in getRealPath()
[all …]
H A DError.cpp88 if (!EC) in errorCodeToError()
94 std::error_code EC; in errorToErrorCode() local
96 EC = EI.convertToErrorCode(); in errorToErrorCode()
98 if (EC == inconvertibleErrorCode()) in errorToErrorCode()
99 report_fatal_error(EC.message()); in errorToErrorCode()
100 return EC; in errorToErrorCode()
117 : Msg(S.str()), EC(EC) {} in StringError()
120 : Msg(S.str()), EC(EC), PrintMsgOnly(true) {} in StringError()
126 OS << EC.message(); in log()
133 return EC; in convertToErrorCode()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStream.cpp43 return EC; in loadSectionContribs()
101 return EC; in reload()
105 return EC; in reload()
107 return EC; in reload()
109 return EC; in reload()
112 return EC; in reload()
114 return EC; in reload()
117 return EC; in reload()
121 return EC; in reload()
124 return EC; in reload()
[all …]
H A DDbiStreamBuilder.cpp200 return EC; in generateFileInfoSubstream()
202 return EC; in generateFileInfoSubstream()
205 return EC; in generateFileInfoSubstream()
237 return EC; in generateFileInfoSubstream()
259 return EC; in finalize()
325 return EC; in finalizeMsfLayout()
388 return EC; in commit()
395 return EC; in commit()
407 return EC; in commit()
426 return EC; in commit()
[all …]
H A DPDBStringTable.cpp29 return EC; in readHeader()
45 return EC; in readStrings()
48 return joinErrors(std::move(EC), in readStrings()
65 return EC; in readHashTable()
68 return joinErrors(std::move(EC), in readHashTable()
78 return EC; in readEpilogue()
90 return EC; in reload()
94 return EC; in reload()
98 if (auto EC = readHashTable(Reader)) in reload() local
99 return EC; in reload()
[all …]
H A DModuleDebugStream.cpp61 if (auto EC = Reader.readInteger(Signature)) in reloadSerialize() local
62 return EC; in reloadSerialize()
65 return EC; in reloadSerialize()
67 return EC; in reloadSerialize()
69 return EC; in reloadSerialize()
72 if (auto EC = SymbolReader.readArray( in reloadSerialize() local
74 return EC; in reloadSerialize()
79 return EC; in reloadSerialize()
83 return EC; in reloadSerialize()
85 return EC; in reloadSerialize()
[all …]
H A DPDBFileBuilder.cpp141 return EC; in finalizeMsfLayout()
150 return EC; in finalizeMsfLayout()
154 return EC; in finalizeMsfLayout()
162 return EC; in finalizeMsfLayout()
169 return EC; in finalizeMsfLayout()
210 return EC; in finalizeMsfLayout()
265 return EC; in commit()
282 return EC; in commit()
292 return EC; in commit()
297 return EC; in commit()
[all …]
H A DPDBStringTableBuilder.cpp159 if (auto EC = Writer.writeObject(H)) in writeHeader() local
160 return EC; in writeHeader()
166 if (auto EC = Strings.commit(Writer)) in writeStrings() local
167 return EC; in writeStrings()
177 return EC; in writeHashTable()
195 return EC; in writeHashTable()
203 return EC; in writeEpilogue()
213 return EC; in commit()
218 return EC; in commit()
222 return EC; in commit()
[all …]
H A DPDBFile.cpp111 return std::move(EC); in getBlockData()
133 return EC; in parseFileHeaders()
160 return EC; in parseFileHeaders()
176 return EC; in parseFileHeaders()
197 return EC; in parseStreamData()
200 return EC; in parseStreamData()
217 return EC; in parseStreamData()
270 return std::move(EC); in getPDBGlobalsStream()
283 return std::move(EC); in getPDBInfoStream()
296 return std::move(EC); in getPDBDbiStream()
[all …]
H A DDbiModuleDescriptorBuilder.cpp149 if (auto EC = ModiWriter.writeObject(Layout)) in commit() local
150 return EC; in commit()
151 if (auto EC = ModiWriter.writeCString(ModuleName)) in commit() local
152 return EC; in commit()
154 return EC; in commit()
156 return EC; in commit()
171 return EC; in commitSymbolStream()
176 return EC; in commitSymbolStream()
179 return EC; in commitSymbolStream()
197 return EC; in commitSymbolStream()
[all …]
H A DDbiModuleList.cpp164 if (auto EC = initializeModInfo(ModInfo)) in initialize() local
165 return EC; in initialize()
167 return EC; in initialize()
181 return EC; in initializeModInfo()
194 return EC; in initializeFileInfo()
200 return EC; in initializeFileInfo()
202 return EC; in initializeFileInfo()
217 return EC; in initializeFileInfo()
220 return EC; in initializeFileInfo()
276 if (auto EC = Names.readCString(Name)) in getFileName() local
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeVisitorCallbackPipeline.h28 return EC; in visitUnknownType()
36 return EC; in visitUnknownMember()
43 if (auto EC = Visitor->visitTypeBegin(Record)) in visitTypeBegin() local
44 return EC; in visitTypeBegin()
52 return EC; in visitTypeBegin()
59 if (auto EC = Visitor->visitTypeEnd(Record)) in visitTypeEnd() local
60 return EC; in visitTypeEnd()
68 return EC; in visitMemberBegin()
76 return EC; in visitMemberEnd()
102 return EC; in visitKnownRecordImpl()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DReproducer.cpp19 EC = sys::fs::create_directory(Root); in createReproducerDir()
23 return EC ? "" : std::string(Root); in createReproducerDir()
30 : Root(createReproducerDir(EC)), FC() { in ReproducerGenerate()
55 EC = Buffer.getError(); in ReproducerUse()
66 std::error_code EC; in createReproducer() local
68 std::make_unique<ReproducerGenerate>(EC); in createReproducer()
69 if (EC) in createReproducer()
70 return errorCodeToError(EC); in createReproducer()
74 std::error_code EC; in createReproducer() local
77 if (EC) in createReproducer()
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DSerializedDiagnosticReader.cpp91 return EC; in readDiagnostics()
95 return EC; in readDiagnostics()
221 return EC; in readDiagnosticBlock()
244 return EC; in readDiagnosticBlock()
269 return EC; in readDiagnosticBlock()
279 return EC; in readDiagnosticBlock()
286 return EC; in readDiagnosticBlock()
294 return EC; in readDiagnosticBlock()
303 return EC; in readDiagnosticBlock()
312 return EC; in readDiagnosticBlock()
[all …]

12345678910>>...37