/freebsd-src/contrib/llvm-project/llvm/lib/Object/ |
H A D | OffloadBinary.cpp | 37 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 D | IRObjectFile.cpp | 76 Expected<StringRef> Contents = Sec.getContents(); in findBitcodeInObject() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/COFF/ |
H A D | COFFObjcopy.cpp | 61 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 D | COFFReader.cpp | 68 ArrayRef<uint8_t> Contents; in readSections() local
|
/freebsd-src/contrib/libcbor/doc/source/ |
H A D | index.rst | 26 Contents chapter
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
H A D | DependencyScanningFilesystem.h | 71 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 D | DebugSubsectionRecord.h | 69 DebugSubsectionRecord Contents; variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | JSON.h | 1001 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 D | AccelTable.cpp | 95 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 D | WasmObject.h | 28 ArrayRef<uint8_t> Contents; member
|
H A D | WasmObjcopy.cpp | 44 ArrayRef<uint8_t> Contents = Sec.Contents; in dumpSectionToFile() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/ |
H A D | XCOFFObject.h | 25 ArrayRef<uint8_t> Contents; member
|
/freebsd-src/contrib/llvm-project/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()
|
/freebsd-src/contrib/llvm-project/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
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCFragment.cpp | 388 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 D | RemarkLinker.cpp | 51 if (Expected<StringRef> Contents = Section.getContents()) in getRemarksSectionContents() local
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | ELFDump.cpp | 379 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 D | DependencyScanningFilesystem.cpp | 50 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 D | MCELFStreamer.h | 107 SmallVector<AttributeItem, 64> Contents; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Debuginfod/ |
H A D | HTTPClient.cpp | 80 static size_t curlWriteFunction(char *Contents, size_t Size, size_t NMemb, in curlWriteFunction()
|
/freebsd-src/contrib/bc/ |
H A D | README.md | 460 ## Contents global() section in `bc`
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | EPCGenericRTDyldMemoryManager.h | 87 std::unique_ptr<uint8_t[]> Contents; member
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-strings/ |
H A D | llvm-strings.cpp | 89 static void strings(raw_ostream &OS, StringRef FileName, StringRef Contents) { in strings()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
H A D | CSKYELFStreamer.h | 31 SmallVector<AttributeItem, 64> Contents; variable
|