/openbsd-src/gnu/llvm/llvm/docs/ |
H A D | BitCodeFormat.rst | 575 .. _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 D | OffloadBinary.cpp | 37 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 D | IRObjectFile.cpp | 77 Expected<StringRef> Contents = Sec.getContents(); in findBitcodeInObject() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AccelTable.cpp | 94 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 D | JSON.h | 980 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 D | VirtualFileSystem.h | 321 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 D | DependencyScanningFilesystem.h | 71 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 D | GIMatchTree.cpp | 469 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 D | COFFObjcopy.cpp | 60 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 D | COFFReader.cpp | 68 ArrayRef<uint8_t> Contents; in readSections() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | DebugSubsectionRecord.h | 69 DebugSubsectionRecord Contents; variable
|
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/wasm/ |
H A D | WasmObject.h | 27 ArrayRef<uint8_t> Contents; member
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | Win64EHDumper.cpp | 378 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 D | DependencyScanningFilesystem.cpp | 50 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 D | MCFragment.cpp | 388 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 D | XCOFFObject.h | 25 ArrayRef<uint8_t> Contents; member
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ |
H A D | ELFDump.cpp | 321 ArrayRef<uint8_t> Contents, in printSymbolVersionDefinition() 361 ArrayRef<uint8_t> Contents = in printSymbolVersionInfo() local
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugSubsectionRecord.cpp | 56 const DebugSubsectionRecord &Contents) in DebugSubsectionRecordBuilder()
|
H A D | DebugStringTableSubsection.cpp | 25 Error DebugStringTableSubsectionRef::initialize(BinaryStreamRef Contents) { in initialize()
|
/openbsd-src/gnu/llvm/llvm/lib/Remarks/ |
H A D | RemarkLinker.cpp | 51 if (Expected<StringRef> Contents = Section.getContents()) in getRemarksSectionContents() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
H A D | MCELFStreamer.h | 107 SmallVector<AttributeItem, 64> Contents; variable
|
H A D | MCFragment.h | 187 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 D | RISCVELFStreamer.h | 46 SmallVector<AttributeItem, 64> Contents; variable
|
/openbsd-src/gnu/llvm/llvm/lib/Debuginfod/ |
H A D | HTTPClient.cpp | 80 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 D | EPCGenericRTDyldMemoryManager.h | 87 std::unique_ptr<uint8_t[]> Contents; member
|