HomeSort by: relevance | last modified time | path
    Searched refs:cantFail (Results 1 - 25 of 81) sorted by relevancy

1 2 3 4

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
SimpleTypeSerializer.cpp 25 cantFail(Writer.writeInteger(Pad));
41 cantFail(Writer.writeObject(DummyPrefix));
46 cantFail(Mapping.visitTypeBegin(CVT));
47 cantFail(Mapping.visitKnownRecord(CVT, Record));
48 cantFail(Mapping.visitTypeEnd(CVT));
ContinuationRecordBuilder.cpp 29 cantFail(Writer.writeInteger(Pad));
72 cantFail(Mapping.visitTypeBegin(Type));
74 cantFail(SegmentWriter.writeObject(Prefix));
87 cantFail(SegmentWriter.writeEnum(CVMR.Kind));
90 cantFail(Mapping.visitMemberBegin(CVMR));
91 cantFail(Mapping.visitKnownMember(CVMR, Record));
92 cantFail(Mapping.visitMemberEnd(CVMR));
176 cantFail(Mapping.visitTypeEnd(Type));
SymbolRecordHelpers.cpp 19 cantFail(SymbolDeserializer::deserializeAs<RecordT>(sym, record));
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLTypeHashing.cpp 54 cantFail(Reader.readInteger(DHS.Magic));
55 cantFail(Reader.readInteger(DHS.Version));
56 cantFail(Reader.readInteger(DHS.HashAlgorithm));
60 cantFail(Reader.readBytes(S, 8));
74 cantFail(Writer.writeInteger(DebugH.Magic));
75 cantFail(Writer.writeInteger(DebugH.Version));
76 cantFail(Writer.writeInteger(DebugH.HashAlgorithm));
83 cantFail(Writer.writeFixedString(Hash));
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackendDarwin.h 26 Subtype((MachO::CPUSubTypeARM)cantFail(
32 /*Is64Bit=*/false, cantFail(MachO::getCPUType(TT)), Subtype);
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
TPCEHFrameRegistrar.cpp 60 cantFail(ArgWriter.writeInteger(static_cast<uint64_t>(EHFrameSectionAddr)));
61 cantFail(ArgWriter.writeInteger(static_cast<uint64_t>(EHFrameSectionSize)));
73 cantFail(ArgWriter.writeInteger(static_cast<uint64_t>(EHFrameSectionAddr)));
74 cantFail(ArgWriter.writeInteger(static_cast<uint64_t>(EHFrameSectionSize)));
TPCDebugObjectRegistrar.cpp 29 cantFail(ArgWriter.writeInteger(DebugObjAddr));
30 cantFail(ArgWriter.writeInteger(DebugObjSize));
ThreadSafeModule.cpp 56 auto ClonedModule = cantFail(
CompileUtils.cpp 88 auto TM = cantFail(JTMB.createTargetMachine());
LazyReexports.cpp 211 cantFail(R->notifyResolved(Stubs));
212 cantFail(R->notifyEmitted());
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeEnumInjectedSources.cpp 49 StringRef Ret = cantFail(Strings.getStringForID(Entry.FileNI),
55 StringRef Ret = cantFail(Strings.getStringForID(Entry.ObjNI),
61 StringRef Ret = cantFail(Strings.getStringForID(Entry.VFileNI),
71 cantFail(Strings.getStringForID(Entry.VFileNI),
NativeEnumGlobals.cpp 26 GlobalsStream &GS = cantFail(Session.getPDBFile().getPDBGlobalsStream());
27 SymbolStream &SS = cantFail(Session.getPDBFile().getPDBSymbolStream());
PDBFileBuilder.cpp 227 uint32_t SN = cantFail(getNamedStreamIndex("/src/headerblock"));
237 cantFail(Writer.writeObject(Header));
238 cantFail(InjectedSourceTable.commit(Writer));
251 uint32_t SN = cantFail(getNamedStreamIndex(IS.StreamName));
257 cantFail(SourceWriter.writeBytes(
NativeInlineSiteSymbol.cpp 75 cantFail(TypeDeserializer::deserializeAs<MemberFuncIdRecord>(InlineeType,
82 cantFail(
NativeTypeFunctionSig.cpp 102 TpiStream &Tpi = cantFail(Session.getPDBFile().getPDBTpiStream());
105 cantFail(TypeDeserializer::deserializeAs<ArgListRecord>(CVT, ArgList));
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
TypeReferenceTracker.cpp 45 Tpi = &cantFail(File.pdb().getPDBTpiStream());
65 cantFail(Reader.readArray(Symbols, Reader.getLength()));
77 SymbolStream &SymStream = cantFail(File.pdb().getPDBSymbolStream());
78 GlobalsStream &GS = cantFail(File.pdb().getPDBGlobalsStream());
155 cantFail(Tpi->findFullDeclForForwardRef(RefTI)));
InputFile.cpp 87 cantFail(Reader.readInteger(Magic));
99 cantFail(Reader.readArray(Subsections, Reader.bytesRemaining()));
108 cantFail(Reader.readArray(Types, Reader.bytesRemaining()));
382 auto &Stream = cantFail((Kind == kIds) ? pdb().getPDBIpiStream()
502 auto &Dbi = cantFail(Value.File->pdb().getPDBDbiStream());
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/TargetProcess/
RegisterEHFrames.cpp 171 cantFail(ArgReader.readInteger(EHFrameSectionAddr));
172 cantFail(ArgReader.readInteger(EHFrameSectionSize));
197 cantFail(ArgReader.readInteger(EHFrameSectionAddr));
198 cantFail(ArgReader.readInteger(EHFrameSectionSize));
JITLoaderGDB.cpp 76 cantFail(ArgReader.readInteger(Addr));
77 cantFail(ArgReader.readInteger(Size));
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
COFFImportDumper.cpp 53 cantFail(Sym.printName(OS));
  /src/external/apache2/llvm/dist/llvm/lib/XRay/
Profile.cpp 32 B.PathData.push_back({internPath(cantFail(O.expandPath(PathData.first))),
210 Merged.internPath(cantFail(P.get().expandPath(PathID)));
226 cantFail(
243 Merged.internPath(cantFail(P.get().expandPath(PathId)));
258 cantFail(Merged.addBlock({0, std::move(Block)}));
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
KaleidoscopeJIT.h 58 cantFail(DynamicLibrarySearchGenerator::GetForCurrentProcess(
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
KaleidoscopeJIT.h 65 cantFail(DynamicLibrarySearchGenerator::GetForCurrentProcess(
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/include/
KaleidoscopeJIT.h 58 cantFail(DynamicLibrarySearchGenerator::GetForCurrentProcess(
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldCOFF.cpp 79 return cantFail(Sym.getValue());

Completed in 91 milliseconds

1 2 3 4