Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DBitCodeFormat.rst573 .. _MODULE_CODE_VERSION:
575 MODULE_CODE_VERSION Record
631 MODULE_CODE_TRIPLE Record
639 MODULE_CODE_DATALAYOUT Record
647 MODULE_CODE_ASM Record
658 MODULE_CODE_SECTIONNAME Record
670 MODULE_CODE_DEPLIB Record
680 MODULE_CODE_GLOBALVAR Record
774 MODULE_CODE_FUNCTION Record
844 MODULE_CODE_ALIAS Record
[all …]
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/
H A Dindex.rst19 Contents chapter
/netbsd-src/external/bsd/unbound/dist/libunbound/python/doc/
H A Dindex.rst7 Contents chapter
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp95 const AccelTableBase &Contents; ///< Data to emit. member in __anon66e006530311::AccelTableWriter
109 AccelTableWriter(AsmPrinter *Asm, const AccelTableBase &Contents, in AccelTableWriter()
168 AppleAccelTableWriter(AsmPrinter *Asm, const AccelTableBase &Contents, in AppleAccelTableWriter()
511 AsmPrinter *Asm, const AccelTableBase &Contents, in Dwarf5AccelTableWriter()
539 void llvm::emitAppleAccelTableImpl(AsmPrinter *Asm, AccelTableBase &Contents, in emitAppleAccelTableImpl()
547 AsmPrinter *Asm, AccelTable<DWARF5AccelTableData> &Contents, in emitDWARF5AccelTable()
580 AsmPrinter *Asm, AccelTable<DWARF5AccelTableStaticData> &Contents, in emitDWARF5AccelTable()
/netbsd-src/external/mit/libcbor/dist/doc/source/
H A Dindex.rst26 Contents chapter
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsectionRecord.h69 DebugSubsectionRecord Contents; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DELFDump.cpp281 static void printSymbolVersionDependency(ArrayRef<uint8_t> Contents, in printSymbolVersionDependency()
307 ArrayRef<uint8_t> Contents, in printSymbolVersionDefinition()
347 ArrayRef<uint8_t> Contents = in printSymbolVersionInfo() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DJSON.h910 void array(Block Contents) { in array()
916 void object(Block Contents) { in object()
924 void rawValue(llvm::function_ref<void(raw_ostream &)> Contents) { in rawValue()
929 void rawValue(llvm::StringRef Contents) { in rawValue()
941 void attribute(llvm::StringRef Key, const Value& Contents) { in attribute()
945 void attributeArray(llvm::StringRef Key, Block Contents) { in attributeArray()
949 void attributeObject(llvm::StringRef Key, Block Contents) { in attributeObject()
966 void attributeImpl(llvm::StringRef Key, Block Contents) { in attributeImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/wasm/
H A DObject.h27 ArrayRef<uint8_t> Contents; member
H A DWasmObjcopy.cpp27 ArrayRef<uint8_t> Contents = Sec.Contents; in dumpSectionToFile() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-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 DReader.cpp68 ArrayRef<uint8_t> Contents; in readSections() local
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp339 ArrayRef<uint8_t> Contents; in printRuntimeFunction() local
365 ArrayRef<uint8_t> Contents; in printData() local
/netbsd-src/external/bsd/pkg_install/dist/create/
H A Dmain.c38 char *Contents = NULL; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DDebugSubsectionRecord.cpp57 const DebugSubsectionRecord &Contents) in DebugSubsectionRecordBuilder()
H A DDebugStringTableSubsection.cpp25 Error DebugStringTableSubsectionRef::initialize(BinaryStreamRef Contents) { in initialize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCFragment.cpp384 const SmallVectorImpl<char> &Contents = DF->getContents(); in dump() local
408 const SmallVectorImpl<char> &Contents = CEIF->getContents(); in dump() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-strings/
H A Dllvm-strings.cpp60 static void strings(raw_ostream &OS, StringRef FileName, StringRef Contents) { in strings()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DRemarkLinker.cpp45 if (Expected<StringRef> Contents = Section.getContents()) in getRemarksSectionContents() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.h29 SmallVector<AttributeItem, 64> Contents; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DIRObjectFile.cpp77 Expected<StringRef> Contents = Sec.getContents(); in findBitcodeInObject() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h101 llvm::SmallString<1> Contents; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp195 StringRef Contents = unwrapOrError(Section.getContents(), FileName); in decodePseudoProbe() local
199 StringRef Contents = unwrapOrError(Section.getContents(), FileName); in decodePseudoProbe() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCFragment.h188 SmallVector<char, ContentsSize> Contents; variable
422 SmallString<8> Contents; variable
509 SmallString<8> Contents; variable

123