Home
last modified time | relevance | path

Searched defs:Content (Results 1 – 25 of 44) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp69 static void handleMethodOverloadList(ArrayRef<uint8_t> Content, in handleMethodOverloadList()
209 static void handleFieldList(ArrayRef<uint8_t> Content, in handleFieldList()
265 static void handlePointer(ArrayRef<uint8_t> Content, in handlePointer()
274 static void discoverTypeIndices(ArrayRef<uint8_t> Content, TypeLeafKind Kind, in discoverTypeIndices()
360 static bool discoverTypeIndices(ArrayRef<uint8_t> Content, SymbolKind Kind, in discoverTypeIndices()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DArchiveYAML.h47 Optional<yaml::BinaryRef> Content; member
53 Optional<yaml::BinaryRef> Content; member
H A DMinidumpYAML.h99 yaml::BinaryRef Content; member
149 yaml::BinaryRef Content; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyldChecker.h81 MemoryRegionInfo(ArrayRef<char> Content, JITTargetAddress TargetAddress) in MemoryRegionInfo()
96 void setContent(ArrayRef<char> Content) { in setContent()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/wasm/
H A DObject.cpp22 Section NewSection, std::unique_ptr<MemoryBuffer> &&Content) { in addSectionWithOwnedContents()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Delf2yaml.cpp812 ArrayRef<uint8_t> Content = *ContentOrErr; in dumpStackSizesSection() local
845 ArrayRef<uint8_t> Content = *ContentOrErr; in dumpBBAddrMapSection() local
889 ArrayRef<uint8_t> Content = *ContentOrErr; in dumpAddrsigSection() local
930 ArrayRef<uint8_t> Content = *ContentOrErr; in dumpLinkerOptionsSection() local
961 ArrayRef<uint8_t> Content = *ContentOrErr; in dumpDependentLibrariesSection() local
987 ArrayRef<uint8_t> Content = *ContentOrErr; in dumpCallGraphProfileSection() local
1127 ArrayRef<uint8_t> Content = *ContentOrErr; in dumpContentSection() local
1179 ArrayRef<uint8_t> Content = *ContentOrErr; in dumpNoteSection() local
1214 ArrayRef<uint8_t> Content = *ContentOrErr; in dumpHashSection() local
1256 ArrayRef<uint8_t> Content = *ContentOrErr; in dumpGnuHashSection() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/
H A DAllTUsExecution.h58 void mapVirtualFile(StringRef FilePath, StringRef Content) override { in mapVirtualFile()
H A DStandaloneExecution.h75 void mapVirtualFile(StringRef FilePath, StringRef Content) override { in mapVirtualFile()
/netbsd-src/usr.bin/mail/
H A Ddef.h266 struct Content { struct
273 /* Header strings corresponding to the above Content fields. */ argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFileBuilder.h75 std::unique_ptr<MemoryBuffer> Content; member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DDwarfCFIEHPrinter.h112 Expected<ArrayRef<uint8_t>> Content = Obj.getSegmentContents(*EHFramePHdr); in printEHFrameHdr() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DIssueHash.cpp172 static llvm::SmallString<32> GetMD5HashOfContent(StringRef Content) { in GetMD5HashOfContent()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DELF.cpp383 ArrayRef<uint8_t> Content = *ContentsOrErr; in android_relas() local
621 ArrayRef<uint8_t> Content = *ContentsOrErr; in decodeBBAddrMap() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DHost.cpp1217 StringRef Content = P ? P->getBuffer() : ""; in getHostCPUName() local
1223 StringRef Content = P ? P->getBuffer() : ""; in getHostCPUName() local
1229 StringRef Content = P ? P->getBuffer() : ""; in getHostCPUName() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h166 Block(Section &Parent, ArrayRef<char> Content, JITTargetAddress Address, in Block()
210 void setContent(ArrayRef<char> Content) { in setContent()
895 Block &createContentBlock(Section &Parent, ArrayRef<char> Content, in createContentBlock()
990 Symbol &addAnonymousSymbol(Block &Content, JITTargetAddress Offset, in addAnonymousSymbol()
1000 Symbol &addDefinedSymbol(Block &Content, JITTargetAddress Offset, in addDefinedSymbol()
1103 void makeDefined(Symbol &Sym, Block &Content, JITTargetAddress Offset, in makeDefined()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Rewrite/
H A DRewriter.cpp266 const SrcMgr::ContentCache *Content = in InsertText() local
370 const SrcMgr::ContentCache *Content = in IncreaseIndentation() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DBreakableToken.h324 SmallVector<StringRef, 16> Content; variable
H A DBreakableToken.cpp222 StringRef Content = Token.TokenText.substr(2).ltrim(); in switchesFormatting() local
336 static bool mayReflowContent(StringRef Content) { in mayReflowContent()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp183 static void printErrorContentToStream(const Diagnostics::ErrorContent &Content, in printErrorContentToStream()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DFileManager.cpp346 std::unique_ptr<llvm::MemoryBuffer> Content; in getSTDIN() local
H A DSourceManager.cpp1353 const ContentCache *Content; in getLineNumber() local
1717 const ContentCache *Content = &Entry.getFile().getContentCache(); in translateLineCol() local
2245 StringRef Content) { in SourceManagerForFile()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWasm.h113 ArrayRef<uint8_t> Content; // Section content member
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentParser.cpp559 SmallVector<InlineContentComment *, 8> Content; in parseParagraphOrBlockCommand() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComment.h547 ArrayRef<InlineContentComment *> Content; variable
550 ParagraphComment(ArrayRef<InlineContentComment *> Content) : in ParagraphComment()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DObject.h57 StringRef Content; member

12