Home
last modified time | relevance | path

Searched defs:Contents (Results 1 – 25 of 64) sorted by relevance

123

/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DOffloadBinary.cpp37 Error extractOffloadFiles(MemoryBufferRef Contents, in extractOffloadFiles() argument
94 MemoryBufferRef Contents(*Buffer, Obj.getFileName()); in extractFromObject() local
136 MemoryBufferRef Contents(CDS->getAsString(), M->getName()); in extractFromBitcode() local
H A DIRObjectFile.cpp76 Expected<StringRef> Contents = Sec.getContents(); in findBitcodeInObject() local
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObjcopy.cpp61 static void addSection(Object &Obj, StringRef Name, ArrayRef<uint8_t> Contents, in addSection()
86 Expected<std::vector<uint8_t>> Contents = in addGnuDebugLink() local
139 ArrayRef<uint8_t> Contents = Section.getContents(); in dumpSection() local
H A DCOFFReader.cpp68 ArrayRef<uint8_t> Contents; in readSections() local
/freebsd-src/contrib/libcbor/doc/source/
H A Dindex.rst26 Contents chapter
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h71 CachedFileContents *Contents) in CachedFileSystemEntry() argument
142 CachedFileContents *Contents; global() variable
325 std::unique_ptr<llvm::MemoryBuffer> Contents; global() member
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsectionRecord.h69 DebugSubsectionRecord Contents; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h1001 array(Block Contents) array() argument
1007 object(Block Contents) object() argument
1015 rawValue(llvm::function_ref<void (raw_ostream &)> Contents) rawValue() argument
1020 rawValue(llvm::StringRef Contents) rawValue() argument
1032 attribute(llvm::StringRef Key,const Value & Contents) attribute() argument
1036 attributeArray(llvm::StringRef Key,Block Contents) attributeArray() argument
1040 attributeObject(llvm::StringRef Key,Block Contents) attributeObject() argument
1057 attributeImpl(llvm::StringRef Key,Block Contents) attributeImpl() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp95 const AccelTableBase &Contents; ///< Data to emit. global() member in __anonf9eed33a0311::AccelTableWriter
109 AccelTableWriter(AsmPrinter * Asm,const AccelTableBase & Contents,bool SkipIdenticalHashes) AccelTableWriter() argument
168 AppleAccelTableWriter(AsmPrinter * Asm,const AccelTableBase & Contents,ArrayRef<Atom> Atoms,const MCSymbol * SecBegin) AppleAccelTableWriter() argument
637 Dwarf5AccelTableWriter(AsmPrinter * Asm,const AccelTableBase & Contents,ArrayRef<std::variant<MCSymbol *,uint64_t>> CompUnits,ArrayRef<std::variant<MCSymbol *,uint64_t>> TypeUnits,llvm::function_ref<std::optional<DWARF5AccelTable::UnitIndexAndEncoding> (const DWARF5AccelTableData &)> getIndexForEntry,bool IsSplitDwarf) Dwarf5AccelTableWriter() argument
674 emitAppleAccelTableImpl(AsmPrinter * Asm,AccelTableBase & Contents,StringRef Prefix,const MCSymbol * SecBegin,ArrayRef<AppleAccelTableData::Atom> Atoms) emitAppleAccelTableImpl() argument
682 emitDWARF5AccelTable(AsmPrinter * Asm,DWARF5AccelTable & Contents,const DwarfDebug & DD,ArrayRef<std::unique_ptr<DwarfCompileUnit>> CUs) emitDWARF5AccelTable() argument
750 emitDWARF5AccelTable(AsmPrinter * Asm,DWARF5AccelTable & Contents,ArrayRef<std::variant<MCSymbol *,uint64_t>> CUs,llvm::function_ref<std::optional<DWARF5AccelTable::UnitIndexAndEncoding> (const DWARF5AccelTableData &)> getIndexForEntry) emitDWARF5AccelTable() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmObject.h28 ArrayRef<uint8_t> Contents; member
H A DWasmObjcopy.cpp44 ArrayRef<uint8_t> Contents = Sec.Contents; in dumpSectionToFile() local
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFObject.h25 ArrayRef<uint8_t> Contents; member
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugSubsectionRecord.cpp56 const DebugSubsectionRecord &Contents) in DebugSubsectionRecordBuilder()
H A DDebugStringTableSubsection.cpp25 Error DebugStringTableSubsectionRef::initialize(BinaryStreamRef Contents) { in initialize()
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp378 ArrayRef<uint8_t> Contents; in printRuntimeFunction() local
404 ArrayRef<uint8_t> Contents; in printData() local
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCFragment.cpp388 const SmallVectorImpl<char> &Contents = DF->getContents(); dump() local
412 const SmallVectorImpl<char> &Contents = CEIF->getContents(); dump() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkLinker.cpp51 if (Expected<StringRef> Contents = Section.getContents()) in getRemarksSectionContents() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp379 printSymbolVersionDefinition(const typename ELFT::Shdr & Shdr,ArrayRef<uint8_t> Contents,StringRef StrTab) printSymbolVersionDefinition() argument
419 ArrayRef<uint8_t> Contents = printSymbolVersion() local
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp50 CachedFileContents *Contents = Entry.getCachedContents(); scanForDirectivesIfNecessary() local
142 getOrEmplaceEntryForUID(llvm::sys::fs::UniqueID UID,llvm::vfs::Status Stat,std::unique_ptr<llvm::MemoryBuffer> Contents) getOrEmplaceEntryForUID() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCELFStreamer.h107 SmallVector<AttributeItem, 64> Contents; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/Debuginfod/
H A DHTTPClient.cpp80 static size_t curlWriteFunction(char *Contents, size_t Size, size_t NMemb, in curlWriteFunction()
/freebsd-src/contrib/bc/
H A DREADME.md460 ## Contents global() section in `bc`
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.h87 std::unique_ptr<uint8_t[]> Contents; member
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-strings/
H A Dllvm-strings.cpp89 static void strings(raw_ostream &OS, StringRef FileName, StringRef Contents) { in strings()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYELFStreamer.h31 SmallVector<AttributeItem, 64> Contents; variable

123