Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/llvm/docs/
H A DBitCodeFormat.rst575 .. _MODULE_CODE_VERSION:
577 MODULE_CODE_VERSION Record
633 MODULE_CODE_TRIPLE Record
641 MODULE_CODE_DATALAYOUT Record
649 MODULE_CODE_ASM Record
660 MODULE_CODE_SECTIONNAME Record
672 MODULE_CODE_DEPLIB Record
682 MODULE_CODE_GLOBALVAR Record
776 MODULE_CODE_FUNCTION Record
846 MODULE_CODE_ALIAS Record
[all …]
/openbsd-src/gnu/llvm/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 Expected<StringRef> Contents = Sec.getContents(); in findBitcodeInObject() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp94 const AccelTableBase &Contents; ///< Data to emit. member in __anonae21389f0311::AccelTableWriter
108 AccelTableWriter(AsmPrinter *Asm, const AccelTableBase &Contents, in AccelTableWriter()
167 AppleAccelTableWriter(AsmPrinter *Asm, const AccelTableBase &Contents, in AppleAccelTableWriter()
510 AsmPrinter *Asm, const AccelTableBase &Contents, in Dwarf5AccelTableWriter()
538 void llvm::emitAppleAccelTableImpl(AsmPrinter *Asm, AccelTableBase &Contents, in emitAppleAccelTableImpl()
546 AsmPrinter *Asm, AccelTable<DWARF5AccelTableData> &Contents, in emitDWARF5AccelTable()
579 AsmPrinter *Asm, AccelTable<DWARF5AccelTableStaticData> &Contents, in emitDWARF5AccelTable()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DJSON.h980 void array(Block Contents) { in array()
986 void object(Block Contents) { in object()
994 void rawValue(llvm::function_ref<void(raw_ostream &)> Contents) { in rawValue()
999 void rawValue(llvm::StringRef Contents) { in rawValue()
1011 void attribute(llvm::StringRef Key, const Value& Contents) { in attribute()
1015 void attributeArray(llvm::StringRef Key, Block Contents) { in attributeArray()
1019 void attributeObject(llvm::StringRef Key, Block Contents) { in attributeObject()
1036 void attributeImpl(llvm::StringRef Key, Block Contents) { in attributeImpl()
H A DVirtualFileSystem.h321 enum class PrintType { Summary, Contents, RecursiveContents }; enumerator
785 std::vector<std::unique_ptr<Entry>> Contents; variable
790 DirectoryEntry(StringRef Name, std::vector<std::unique_ptr<Entry>> Contents, in DirectoryEntry()
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h71 CachedFileContents *Contents) in CachedFileSystemEntry()
142 CachedFileContents *Contents; variable
319 std::unique_ptr<llvm::MemoryBuffer> Contents; member
/openbsd-src/gnu/llvm/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp469 BitVector Contents(Leaves.size()); in repartition() local
493 BitVector Contents(Leaves.size()); in repartition() local
510 BitVector Contents(Leaves.size()); in repartition() local
522 BitVector Contents(Leaves.size()); in repartition() local
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/COFF/
H A DCOFFObjcopy.cpp60 static void addSection(Object &Obj, StringRef Name, ArrayRef<uint8_t> Contents, in addSection()
85 Expected<std::vector<uint8_t>> Contents = in addGnuDebugLink() local
H A DCOFFReader.cpp68 ArrayRef<uint8_t> Contents; in readSections() local
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsectionRecord.h69 DebugSubsectionRecord Contents; variable
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/wasm/
H A DWasmObject.h27 ArrayRef<uint8_t> Contents; member
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp378 ArrayRef<uint8_t> Contents; in printRuntimeFunction() local
404 ArrayRef<uint8_t> Contents; in printData() local
/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp50 CachedFileContents *Contents = Entry.getCachedContents(); in scanForDirectivesIfNecessary() local
140 std::unique_ptr<llvm::MemoryBuffer> Contents) { in getOrEmplaceEntryForUID()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCFragment.cpp388 const SmallVectorImpl<char> &Contents = DF->getContents(); in dump() local
412 const SmallVectorImpl<char> &Contents = CEIF->getContents(); in dump() local
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFObject.h25 ArrayRef<uint8_t> Contents; member
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DELFDump.cpp321 ArrayRef<uint8_t> Contents, in printSymbolVersionDefinition()
361 ArrayRef<uint8_t> Contents = in printSymbolVersionInfo() local
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DDebugSubsectionRecord.cpp56 const DebugSubsectionRecord &Contents) in DebugSubsectionRecordBuilder()
H A DDebugStringTableSubsection.cpp25 Error DebugStringTableSubsectionRef::initialize(BinaryStreamRef Contents) { in initialize()
/openbsd-src/gnu/llvm/llvm/lib/Remarks/
H A DRemarkLinker.cpp51 if (Expected<StringRef> Contents = Section.getContents()) in getRemarksSectionContents() local
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCELFStreamer.h107 SmallVector<AttributeItem, 64> Contents; variable
H A DMCFragment.h187 SmallVector<char, ContentsSize> Contents; variable
434 SmallString<8> Contents; variable
521 SmallString<8> Contents; variable
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.h46 SmallVector<AttributeItem, 64> Contents; variable
/openbsd-src/gnu/llvm/llvm/lib/Debuginfod/
H A DHTTPClient.cpp80 static size_t curlWriteFunction(char *Contents, size_t Size, size_t NMemb, in curlWriteFunction()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.h87 std::unique_ptr<uint8_t[]> Contents; member

123