/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | BitCodeFormat.rst | 573 .. _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 D | index.rst | 19 Contents chapter
|
/netbsd-src/external/bsd/unbound/dist/libunbound/python/doc/ |
H A D | index.rst | 7 Contents chapter
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AccelTable.cpp | 95 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 D | index.rst | 26 Contents chapter
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | DebugSubsectionRecord.h | 69 DebugSubsectionRecord Contents; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
H A D | ELFDump.cpp | 281 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 D | JSON.h | 910 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 D | Object.h | 27 ArrayRef<uint8_t> Contents; member
|
H A D | WasmObjcopy.cpp | 27 ArrayRef<uint8_t> Contents = Sec.Contents; in dumpSectionToFile() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-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 | Reader.cpp | 68 ArrayRef<uint8_t> Contents; in readSections() local
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
H A D | Win64EHDumper.cpp | 339 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 D | main.c | 38 char *Contents = NULL; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugSubsectionRecord.cpp | 57 const DebugSubsectionRecord &Contents) in DebugSubsectionRecordBuilder()
|
H A D | DebugStringTableSubsection.cpp | 25 Error DebugStringTableSubsectionRef::initialize(BinaryStreamRef Contents) { in initialize()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCFragment.cpp | 384 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 D | llvm-strings.cpp | 60 static void strings(raw_ostream &OS, StringRef FileName, StringRef Contents) { in strings()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/ |
H A D | RemarkLinker.cpp | 45 if (Expected<StringRef> Contents = Section.getContents()) in getRemarksSectionContents() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVELFStreamer.h | 29 SmallVector<AttributeItem, 64> Contents; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | IRObjectFile.cpp | 77 Expected<StringRef> Contents = Sec.getContents(); in findBitcodeInObject() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/ |
H A D | DependencyScanningFilesystem.h | 101 llvm::SmallString<1> Contents; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/ |
H A D | ProfiledBinary.cpp | 195 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 D | MCFragment.h | 188 SmallVector<char, ContentsSize> Contents; variable 422 SmallString<8> Contents; variable 509 SmallString<8> Contents; variable
|