Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCFragment.cpp152 const SmallVectorImpl<char> &Contents = DF->getContents(); in dump() local
176 const SmallVectorImpl<char> &Contents = CEIF->getContents(); in dump() local
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DOffloadBinary.cpp37 Error extractOffloadFiles(MemoryBufferRef Contents, in extractOffloadFiles()
94 MemoryBufferRef Contents(*Buffer, Obj.getFileName()); in extractFromObject() local
136 MemoryBufferRef Contents(CDS->getAsString(), M->getName()); in extractFromBitcode() local
H A DIRObjectFile.cpp77 if (!Contents) in findBitcodeInObject() 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() argument
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.rst26 Contents chapter
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsectionRecord.h69 DebugSubsectionRecord Contents; variable
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h71 CachedFileContents *Contents) in CachedFileSystemEntry()
142 CachedFileContents *Contents; variable
386 std::unique_ptr<llvm::MemoryBuffer> Contents; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h1003 void array(Block Contents) { in array()
1009 void object(Block Contents) { in object()
1017 void rawValue(llvm::function_ref<void(raw_ostream &)> Contents) { in rawValue()
1022 void rawValue(llvm::StringRef Contents) { in rawValue()
1034 void attribute(llvm::StringRef Key, const Value& Contents) { in attribute()
1038 void attributeArray(llvm::StringRef Key, Block Contents) { in attributeArray()
1042 void attributeObject(llvm::StringRef Key, Block Contents) { in attributeObject()
1059 void attributeImpl(llvm::StringRef Key, Block Contents) { in attributeImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp83 const AccelTableBase &Contents; ///< Data to emit. member in __anon2660ec280311::AccelTableWriter
97 AccelTableWriter(AsmPrinter *Asm, const AccelTableBase &Contents, in AccelTableWriter()
156 AppleAccelTableWriter(AsmPrinter *Asm, const AccelTableBase &Contents, in AppleAccelTableWriter()
599 AsmPrinter *Asm, const AccelTableBase &Contents, in Dwarf5AccelTableWriter()
636 void llvm::emitAppleAccelTableImpl(AsmPrinter *Asm, AccelTableBase &Contents, in emitAppleAccelTableImpl()
644 AsmPrinter *Asm, DWARF5AccelTable &Contents, const DwarfDebug &DD, in emitDWARF5AccelTable()
712 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
H A DWasmObjcopy.cpp44 ArrayRef<uint8_t> Contents = Sec.Contents; in dumpSectionToFile() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFObject.h25 ArrayRef<uint8_t> Contents; member
/freebsd/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/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
[all...]
/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-objdump/
H A DELFDump.cpp384 ArrayRef<uint8_t> Contents, in printSymbolVersionDefinition()
424 ArrayRef<uint8_t> Contents = in printSymbolVersion() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCELFStreamer.h111 SmallVector<AttributeItem, 64> Contents; variable
/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/bc/
H A DREADME.md460 ## Contents global() section in `bc`
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.h87 std::unique_ptr<uint8_t[]> Contents; member
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp51 CachedFileContents *Contents = Entry.getCachedContents(); in ensureDirectiveTokensArePopulated() local
148 std::unique_ptr<llvm::MemoryBuffer> Contents) { in getOrEmplaceEntryForUID()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYELFStreamer.h31 SmallVector<AttributeItem, 64> Contents; variable

123