/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeIndexDiscovery.cpp | 69 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 D | ArchiveYAML.h | 47 Optional<yaml::BinaryRef> Content; member 53 Optional<yaml::BinaryRef> Content; member
|
H A D | MinidumpYAML.h | 99 yaml::BinaryRef Content; member 149 yaml::BinaryRef Content; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/ |
H A D | RuntimeDyldChecker.h | 81 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 D | Object.cpp | 22 Section NewSection, std::unique_ptr<MemoryBuffer> &&Content) { in addSectionWithOwnedContents()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
H A D | elf2yaml.cpp | 812 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 D | AllTUsExecution.h | 58 void mapVirtualFile(StringRef FilePath, StringRef Content) override { in mapVirtualFile()
|
H A D | StandaloneExecution.h | 75 void mapVirtualFile(StringRef FilePath, StringRef Content) override { in mapVirtualFile()
|
/netbsd-src/usr.bin/mail/ |
H A D | def.h | 266 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 D | PDBFileBuilder.h | 75 std::unique_ptr<MemoryBuffer> Content; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
H A D | DwarfCFIEHPrinter.h | 112 Expected<ArrayRef<uint8_t>> Content = Obj.getSegmentContents(*EHFramePHdr); in printEHFrameHdr() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | IssueHash.cpp | 172 static llvm::SmallString<32> GetMD5HashOfContent(StringRef Content) { in GetMD5HashOfContent()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | ELF.cpp | 383 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 D | Host.cpp | 1217 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 D | JITLink.h | 166 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 D | Rewriter.cpp | 266 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 D | BreakableToken.h | 324 SmallVector<StringRef, 16> Content; variable
|
H A D | BreakableToken.cpp | 222 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 D | Diagnostics.cpp | 183 static void printErrorContentToStream(const Diagnostics::ErrorContent &Content, in printErrorContentToStream()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | FileManager.cpp | 346 std::unique_ptr<llvm::MemoryBuffer> Content; in getSTDIN() local
|
H A D | SourceManager.cpp | 1353 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 D | Wasm.h | 113 ArrayRef<uint8_t> Content; // Section content member
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | CommentParser.cpp | 559 SmallVector<InlineContentComment *, 8> Content; in parseParagraphOrBlockCommand() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | Comment.h | 547 ArrayRef<InlineContentComment *> Content; variable 550 ParagraphComment(ArrayRef<InlineContentComment *> Content) : in ParagraphComment()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/ |
H A D | Object.h | 57 StringRef Content; member
|