Home
last modified time | relevance | path

Searched defs:Contents (Results 1 - 25 of 27) sorted by relevance

12

/third_party/openGLES/xml/
H A Dreadme.tex[all...]
/third_party/skia/third_party/externals/opengl-registry/xml/
H A Dreadme.tex[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsectionRecord.h73 DebugSubsectionRecord Contents; member in llvm::codeview::DebugSubsectionRecordBuilder
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DDebugStringTableSubsection.cpp25 Error DebugStringTableSubsectionRef::initialize(BinaryStreamRef Contents) { in initialize() argument
H A DDebugSubsectionRecord.cpp59 DebugSubsectionRecordBuilder( const DebugSubsectionRecord &Contents, CodeViewContainer Container) DebugSubsectionRecordBuilder() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DIRObjectFile.cpp77 Expected<StringRef> Contents = Sec.getContents(); in findBitcodeInObject() local
H A DCOFFObjectFile.cpp1764 Expected<StringRef> Contents = Section.getContents(); in load() local
1833 ArrayRef<uint8_t> Contents; in getContents() local
1854 Expected<StringRef> Contents = S.getContents(); getContents() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCFragment.cpp353 const SmallVectorImpl<char> &Contents = DF->getContents(); in dump() local
377 const SmallVectorImpl<char> &Contents = CEIF->getContents(); in dump() local
[all...]
H A DMCAssembler.cpp821 MutableArrayRef<char> Contents; in layout() local
H A DMCCodeView.cpp148 SmallVectorImpl<char> &Contents = getStringTableFragment()->getContents(); in addToStringTable() local
611 SmallVectorImpl<char> &Contents = Frag.getContents(); in encodeDefRange() local
H A DWasmObjectWriter.cpp612 const SmallVectorImpl<char> &Contents = LEB->getContents(); in addData() local
616 const SmallVectorImpl<char> &Contents = DataFrag.getContents(); in addData() local
1551 const SmallVectorImpl<char> &Contents = DataFrag.getContents(); in writeObject() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
H A DNaClBitcodeHeader.cpp137 std::string NaClBitcodeHeaderField::Contents() const { in Contents() function in NaClBitcodeHeaderField
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp161 const MDString *Contents = dyn_cast<MDString>(Tuple->getOperand(1)); in EmitEndOfAsmFile() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DAccelTable.h302 void emitAppleAccelTable(AsmPrinter *Asm, AccelTable<DataT> &Contents, in emitAppleAccelTable() argument
H A DMachineOperand.h198 } Contents; variable
[all...]
H A DScheduleDAG.h91 } Contents; member in llvm::SDep
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp95 const AccelTableBase &Contents; ///< Data to emit. member in __anon23971::AccelTableWriter
109 AccelTableWriter(AsmPrinter *Asm, const AccelTableBase &Contents, in AccelTableWriter() argument
168 AppleAccelTableWriter(AsmPrinter *Asm, const AccelTableBase &Contents, in AppleAccelTableWriter() argument
515 Dwarf5AccelTableWriter( AsmPrinter *Asm, const AccelTableBase &Contents, ArrayRef<MCSymbol *> CompUnits, llvm::function_ref<unsigned(const DataT &)> getCUIndexForEntry) Dwarf5AccelTableWriter() argument
544 emitAppleAccelTableImpl(AsmPrinter *Asm, AccelTableBase &Contents, StringRef Prefix, const MCSymbol *SecBegin, ArrayRef<AppleAccelTableData::Atom> Atoms) emitAppleAccelTableImpl() argument
551 emitDWARF5AccelTable( AsmPrinter *Asm, AccelTable<DWARF5AccelTableData> &Contents, const DwarfDebug &DD, ArrayRef<std::unique_ptr<DwarfCompileUnit>> CUs) emitDWARF5AccelTable() argument
584 emitDWARF5AccelTable( AsmPrinter *Asm, AccelTable<DWARF5AccelTableStaticData> &Contents, ArrayRef<MCSymbol *> CUs, llvm::function_ref<unsigned(const DWARF5AccelTableStaticData &)> getCUIndexForEntry) emitDWARF5AccelTable() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssembler.h211 uintptr_t Contents; member in Ice::AssemblerBuffer
H A DIceGlobalInits.h257 DataVecType Contents; member in Ice::VariableDeclaration::DataInitializer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp171 MIRParserImpl::MIRParserImpl(std::unique_ptr<MemoryBuffer> Contents, in MIRParserImpl() argument
951 llvm::createMIRParser(std::unique_ptr<MemoryBuffer> Contents, in createMIRParser() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCFragment.h175 SmallVector<char, ContentsSize> Contents; member in llvm::MCEncodedFragmentWithContents
379 SmallString<8> Contents; member in llvm::MCLEBFragment
466 SmallString<8> Contents; member in llvm::MCCVInlineLineTableFragment
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DJSON.h780 void array(Block Contents) { in array() argument
786 void object(Block Contents) { in object() argument
796 void attribute(llvm::StringRef Key, const Value& Contents) { in attribute() argument
800 void attributeArray(llvm::StringRef Key, Block Contents) { in attributeArray() argument
804 void attributeObject(llvm::StringRef Key, Block Contents) { in attributeObject() argument
819 attributeImpl(llvm::StringRef Key, Block Contents) attributeImpl() argument
[all...]
H A DVirtualFileSystem.h591 std::vector<std::unique_ptr<Entry>> Contents; member in llvm::vfs::RedirectingFileSystem::RedirectingDirectoryEntry
595 RedirectingDirectoryEntry(StringRef Name, std::vector<std::unique_ptr<Entry>> Contents, Status S) RedirectingDirectoryEntry() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h245 std::unique_ptr<char[]> Contents; member in llvm::orc::remote::OrcRemoteTargetClient::RemoteRTDyldMemoryManager::Alloc
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DVirtualFileSystem.cpp1372 auto *Contents = dyn_cast<yaml::SequenceNode>(I.getValue()); in parseEntry() local

Completed in 33 milliseconds

12