Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DOffloadBinary.cpp34 Error extractOffloadFiles(MemoryBufferRef Contents, in extractOffloadFiles()
91 MemoryBufferRef Contents(*Buffer, Obj.getFileName()); in extractFromObject() local
133 MemoryBufferRef Contents(CDS->getAsString(), M->getName()); in extractFromBitcode() local
H A DIRObjectFile.cpp76 Expected<StringRef> Contents = Sec.getContents(); in findBitcodeInObject() local
H A DOffloadBundle.cpp34 Error extractOffloadBundle(MemoryBufferRef Contents, uint64_t SectionOffset, in extractOffloadBundle()
174 MemoryBufferRef Contents(*Buffer, Obj.getFileName()); in extractOffloadBundleFatBinary() local
/freebsd/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/contrib/libcbor/doc/source/
H A Dindex.rst28 Contents chapter
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsectionRecord.h74 DebugSubsectionRecord Contents; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h1020 void array(Block Contents) { in array()
1026 void object(Block Contents) { in object()
1034 void rawValue(llvm::function_ref<void(raw_ostream &)> Contents) { in rawValue()
1039 void rawValue(llvm::StringRef Contents) { in rawValue()
1051 void attribute(llvm::StringRef Key, const Value& Contents) { in attribute()
1055 void attributeArray(llvm::StringRef Key, Block Contents) { in attributeArray()
1059 void attributeObject(llvm::StringRef Key, Block Contents) { in attributeObject()
1076 void attributeImpl(llvm::StringRef Key, Block Contents) { in attributeImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp82 const AccelTableBase &Contents; ///< Data to emit. member in __anon2660ec280311::AccelTableWriter
96 AccelTableWriter(AsmPrinter *Asm, const AccelTableBase &Contents, in AccelTableWriter()
155 AppleAccelTableWriter(AsmPrinter *Asm, const AccelTableBase &Contents, in AppleAccelTableWriter()
598 AsmPrinter *Asm, const AccelTableBase &Contents, in Dwarf5AccelTableWriter()
635 void llvm::emitAppleAccelTableImpl(AsmPrinter *Asm, AccelTableBase &Contents, in emitAppleAccelTableImpl()
643 AsmPrinter *Asm, DWARF5AccelTable &Contents, const DwarfDebug &DD, in emitDWARF5AccelTable()
711 AsmPrinter *Asm, DWARF5AccelTable &Contents, in emitDWARF5AccelTable()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmObject.h28 ArrayRef<uint8_t> Contents; member
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h72 CachedFileContents *Contents) in CachedFileSystemEntry()
143 CachedFileContents *Contents; variable
432 std::unique_ptr<llvm::MemoryBuffer> Contents; member
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFObject.h25 ArrayRef<uint8_t> Contents; member
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCFragment.cpp92 auto Contents = F->getContents(); in dump() local
H A DMCSection.cpp85 void MCEncodedFragment::setContents(ArrayRef<char> Contents) { in setContents()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugSubsectionRecord.cpp56 const DebugSubsectionRecord &Contents) in DebugSubsectionRecordBuilder()
H A DDebugStringTableSubsection.cpp24 Error DebugStringTableSubsectionRef::initialize(BinaryStreamRef Contents) { in initialize()
/freebsd/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkLinker.cpp51 if (Expected<StringRef> Contents = Section.getContents()) in getRemarksSectionContents() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp400 ArrayRef<uint8_t> Contents; in printRuntimeFunction() local
426 ArrayRef<uint8_t> Contents; in printData() local
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DHTTPClient.cpp80 static size_t curlWriteFunction(char *Contents, size_t Size, size_t NMemb, in curlWriteFunction() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.h89 std::unique_ptr<uint8_t[]> Contents; member
/freebsd/contrib/llvm-project/llvm/lib/CGData/
H A DCodeGenDataReader.cpp51 const StringRef &Contents) { in mergeFromObjectFile()
/freebsd/contrib/bc/
H A DREADME.md468 ## Contents section in `bc`
/freebsd/contrib/llvm-project/llvm/tools/llvm-strings/
H A Dllvm-strings.cpp91 static void strings(raw_ostream &OS, StringRef FileName, StringRef Contents) { in strings()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp50 CachedFileContents *Contents = Entry.getCachedContents(); in ensureDirectiveTokensArePopulated() local
191 std::unique_ptr<llvm::MemoryBuffer> Contents) { in getOrEmplaceEntryForUID()

123