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

12

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsectionRecord.h73 DebugSubsectionRecord Contents; member in class:llvm::codeview::DebugSubsectionRecordBuilder
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-strings/
H A Dllvm-strings.cpp60 static void strings(raw_ostream &OS, StringRef FileName, StringRef Contents) { argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugStringTableSubsection.cpp25 Error DebugStringTableSubsectionRef::initialize(BinaryStreamRef Contents) { argument
H A DDebugSubsectionRecord.cpp59 DebugSubsectionRecordBuilder( const DebugSubsectionRecord &Contents, CodeViewContainer Container) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DIRObjectFile.cpp77 Expected<StringRef> Contents = Sec.getContents(); local
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DReader.cpp67 ArrayRef<uint8_t> Contents; local
H A DCOFFObjcopy.cpp60 static void addSection(Object &Obj, StringRef Name, ArrayRef<uint8_t> Contents, argument
85 std::vector<uint8_t> Contents = local
H A DWriter.cpp306 ArrayRef<uint8_t> Contents = S.getContents(); local
/freebsd-12-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h101 llvm::SmallString<1> Contents; member in class:clang::tooling::dependencies::CachedFileSystemEntry
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DDwarfCFIEHPrinter.h189 auto Contents = Result.get(); local
H A DWin64EHDumper.cpp340 ArrayRef<uint8_t> Contents; local
366 ArrayRef<uint8_t> Contents; local
[all...]
H A DARMEHABIPrinter.h436 Expected<ArrayRef<uint8_t>> Contents = ELF->getSectionContents(EHT); local
503 Expected<ArrayRef<uint8_t>> Contents = ELF->getSectionContents(IT); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCFragment.cpp353 const SmallVectorImpl<char> &Contents = DF->getContents(); local
377 const SmallVectorImpl<char> &Contents = CEIF->getContents(); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAccelTable.h302 void emitAppleAccelTable(AsmPrinter *Asm, AccelTable<DataT> &Contents, argument
H A DMachineOperand.h198 } Contents; variable in typeref:union:llvm::MachineOperand::ContentsUnion
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp258 void printSymbolVersionDependency(ArrayRef<uint8_t> Contents, argument
323 ArrayRef<uint8_t> Contents = local
283 printSymbolVersionDefinition(const typename ELFT::Shdr &Shdr, ArrayRef<uint8_t> Contents, StringRef StrTab) argument
H A DCOFFDump.cpp462 ArrayRef<uint8_t> Contents; local
192 getSectionContents(const COFFObjectFile *Obj, const std::vector<RelocationRef> &Rels, uint64_t Offset, ArrayRef<uint8_t> &Contents, uint64_t &Addr) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp161 const MDString *Contents = dyn_cast<MDString>(Tuple->getOperand(1)); local
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h96 llvm::ArrayRef<uint8_t> Contents; member in struct:lldb_private::ObjectFile::LoadableData
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp95 const AccelTableBase &Contents; ///< Data to emit. member in class:__anon4505::AccelTableWriter
109 AccelTableWriter(AsmPrinter *Asm, const AccelTableBase &Contents, argument
168 AppleAccelTableWriter(AsmPrinter *Asm, const AccelTableBase &Contents, argument
515 Dwarf5AccelTableWriter( AsmPrinter *Asm, const AccelTableBase &Contents, ArrayRef<MCSymbol *> CompUnits, llvm::function_ref<unsigned(const DataT &)> getCUIndexForEntry) argument
544 emitAppleAccelTableImpl(AsmPrinter *Asm, AccelTableBase &Contents, StringRef Prefix, const MCSymbol *SecBegin, ArrayRef<AppleAccelTableData::Atom> Atoms) argument
551 emitDWARF5AccelTable( AsmPrinter *Asm, AccelTable<DWARF5AccelTableData> &Contents, const DwarfDebug &DD, ArrayRef<std::unique_ptr<DwarfCompileUnit>> CUs) argument
584 emitDWARF5AccelTable( AsmPrinter *Asm, AccelTable<DWARF5AccelTableStaticData> &Contents, ArrayRef<MCSymbol *> CUs, llvm::function_ref<unsigned(const DWARF5AccelTableStaticData &)> getCUIndexForEntry) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp171 MIRParserImpl::MIRParserImpl(std::unique_ptr<MemoryBuffer> Contents, argument
951 llvm::createMIRParser(std::unique_ptr<MemoryBuffer> Contents, argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h175 SmallVector<char, ContentsSize> Contents; member in class:llvm::MCEncodedFragmentWithContents
379 SmallString<8> Contents; member in class:llvm::MCLEBFragment
466 SmallString<8> Contents; member in class:llvm::MCCVInlineLineTableFragment
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h780 void array(Block Contents) { argument
786 void object(Block Contents) { argument
796 void attribute(llvm::StringRef Key, const Value& Contents) { argument
800 void attributeArray(llvm::StringRef Key, Block Contents) { argument
804 void attributeObject(llvm::StringRef Key, Block Contents) { argument
819 attributeImpl(llvm::StringRef Key, Block Contents) argument
[all...]
H A DVirtualFileSystem.h591 std::vector<std::unique_ptr<Entry>> Contents; member in class:llvm::vfs::RedirectingFileSystem::RedirectingDirectoryEntry
595 RedirectingDirectoryEntry(StringRef Name, std::vector<std::unique_ptr<Entry>> Contents, Status S) argument

Completed in 308 milliseconds

12