Searched refs:Error (Results 251 - 275 of 911) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DInstructionTables.h40 Error execute(InstRef &IR) override;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryItemStream.h15 #include "llvm/Support/Error.h"
41 Error readBytes(uint32_t Offset, uint32_t Size,
52 return Error::success();
55 Error readLongestContiguousChunk(uint32_t Offset,
61 return Error::success();
H A DFileOutputBuffer.h19 #include "llvm/Support/Error.h"
70 virtual Error commit() = 0;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-registry.cpp20 using HandlerType = std::function<Error()>;
28 assert(Command && "Attempting to register an empty std::function<Error()>");
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLoc.h56 virtual Error visitLocationList(
70 Error visitAbsoluteLocationList(
110 Error visitLocationList(
125 Error visitLocationList(
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp53 Error ExecuteStage::issueInstruction(InstRef &IR) {
68 if (Error S = moveToTheNextStage(IR))
80 Error ExecuteStage::issueReadyInstructions() {
83 if (Error Err = issueInstruction(IR))
93 Error ExecuteStage::cycleStart() {
109 if (Error S = moveToTheNextStage(IR))
122 Error ExecuteStage::cycleEnd() {
173 Error ExecuteStage::handleInstructionEliminated(InstRef &IR) {
186 Error ExecuteStage::execute(InstRef &IR) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Initialization/
H A DSystemInitializerCommon.cpp42 llvm::Error SystemInitializerCommon::Initialize() {
76 if (llvm::Error e = FileSystem::Initialize(vfs_mapping))
104 llvm::Error error = Socket::Initialize();
120 return llvm::Error::success();
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dflags_parser.h44 void reportFatalError(const char *Error);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DBugDriver.h19 #include "llvm/Support/Error.h"
89 Error run();
95 Error debugOptimizerCrash(const std::string &ID = "passes");
100 Error debugCodeGeneratorCrash();
105 Error debugMiscompilation();
124 Error debugCodeGenerator();
150 Error compileProgram(Module &M) const;
162 /// (e.g., llc crashes), this will return false and set Error.
170 Error createReferenceFile(Module &M, const std::string &Filename =
176 /// crashes), this will return -1 and set Error
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp67 #include "llvm/Support/Error.h"
103 static Error error(const Twine &Message) {
108 static Error hasInvalidBitcodeHeader(BitstreamCursor &Stream) {
126 return Error::success();
143 if (Error Err = hasInvalidBitcodeHeader(Stream))
174 if (Error Err = Stream.EnterSubBlock(bitc::IDENTIFICATION_BLOCK_ID))
191 case BitstreamEntry::Error:
238 case BitstreamEntry::Error:
246 if (Error Err = Stream.SkipBlock())
259 if (Error Er
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp1827 Error PassBuilder::parseModulePass(ModulePassManager &MPM,
1841 return Error::success();
1849 return Error::success();
1857 return Error::success();
1865 return Error::success();
1870 return Error::success();
1907 return Error::success();
1928 return Error::success();
1935 return Error::success(); \
1942 return Error
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h130 Error JumpToBit(uint64_t BitNo) {
142 return Error::success();
147 return Error::success();
163 Error fillCurWord() {
186 return Error::success();
211 if (Error fillResult = fillCurWord())
308 Error, // Malformed bitcode was found. enumerator in enum:llvm::BitstreamEntry::__anon1451
318 BitstreamEntry E; E.Kind = Error; return E;
427 if (Error Err = ReadAbbrevRecord())
450 if (Error Er
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DReproducer.cpp23 llvm::Error Reproducer::Initialize(ReproducerMode mode,
61 return Error::success();
104 llvm::Error Reproducer::SetCapture(llvm::Optional<FileSpec> root) {
114 return Error::success();
118 return Error::success();
121 llvm::Error Reproducer::SetReplay(llvm::Optional<FileSpec> root) {
131 return Error::success();
138 return Error::success();
216 llvm::Error Loader::LoadIndex() {
218 return llvm::Error
[all...]
/freebsd-11-stable/tools/tools/whereintheworld/
H A Dwhereintheworld.pl45 if ($line =~ /^\*\*\* Error/ && $line !~ /\(ignored\)/) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMSFCommon.cpp12 #include "llvm/Support/Error.h"
19 Error llvm::msf::validateSuperBlock(const SuperBlock &SB) {
59 return Error::success();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleList.cpp14 #include "llvm/Support/Error.h"
162 Error DbiModuleList::initialize(BinaryStreamRef ModInfo,
169 return Error::success();
172 Error DbiModuleList::initializeModInfo(BinaryStreamRef ModInfo) {
176 return Error::success();
183 return Error::success();
186 Error DbiModuleList::initializeFileInfo(BinaryStreamRef FileInfo) {
190 return Error::success();
238 return Error::success();
H A DInjectedSourceStream.cpp28 Error InjectedSourceStream::reload(const PDBStringTable &Strings) {
64 return Error::success();
H A DPublicsStream.cpp31 #include "llvm/Support/Error.h"
58 Error PublicsStream::reload() {
100 return Error::success();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DSymbolRemappingReader.cpp27 Error SymbolRemappingReader::read(MemoryBuffer &B) {
79 return Error::success();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DRegistry.h111 /// the signature. In that case \c Error will contain the description of
116 Diagnostics *Error);
122 /// If the matcher is not bindable, it sets an error in \c Error and returns
128 Diagnostics *Error);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DDiagnostic.h55 Error = DiagnosticsEngine::Error enumerator in enum:clang::tooling::Diagnostic::Level
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringRuleContext.h54 /// Creates an llvm::Error value that contains a diagnostic.
57 llvm::Error createDiagnosticError(SourceLocation Loc, unsigned DiagID) {
61 llvm::Error createDiagnosticError(unsigned DiagID) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSymbolRVASubsection.h16 #include "llvm/Support/Error.h"
39 Error initialize(BinaryStreamReader &Reader);
53 Error commit(BinaryStreamWriter &Writer) const override;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInfoStreamBuilder.h13 #include "llvm/Support/Error.h"
55 Error finalizeMsfLayout();
57 Error commit(const msf::MSFLayout &Layout,
H A DNamedStreamMap.h17 #include "llvm/Support/Error.h"
44 Error load(BinaryStreamReader &Stream);
45 Error commit(BinaryStreamWriter &Writer) const;

Completed in 200 milliseconds

<<11121314151617181920>>