Searched defs:Content (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/clang/lib/Index/
H A DSimpleFormatContext.h45 FileID createInMemoryFile(StringRef Name, StringRef Content) { argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyldChecker.h81 MemoryRegionInfo(StringRef Content, JITTargetAddress TargetAddress) argument
96 void setContent(StringRef Content) { argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFileBuilder.h77 std::unique_ptr<MemoryBuffer> Content; member in struct:llvm::pdb::PDBFileBuilder::InjectedSourceDescriptor
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DIssueHash.cpp170 static llvm::SmallString<32> GetHashOfContent(StringRef Content) { argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp68 static void handleMethodOverloadList(ArrayRef<uint8_t> Content, argument
208 static void handleFieldList(ArrayRef<uint8_t> Content, argument
264 handlePointer(ArrayRef<uint8_t> Content, SmallVectorImpl<TiReference> &Refs) argument
273 discoverTypeIndices(ArrayRef<uint8_t> Content, TypeLeafKind Kind, SmallVectorImpl<TiReference> &Refs) argument
359 discoverTypeIndices(ArrayRef<uint8_t> Content, SymbolKind Kind, SmallVectorImpl<TiReference> &Refs) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp353 mapping( IO &IO, MemoryDescriptor &Memory, BinaryRef &Content) argument
H A DMachOEmitter.cpp304 yaml::BinaryRef Content = *Sec.content; local
H A DELFEmitter.cpp511 writeContent(raw_ostream &OS, const Optional<yaml::BinaryRef> &Content, const Optional<llvm::yaml::Hex64> &Size) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp173 static void printErrorContentToStream(const Diagnostics::ErrorContent &Content, argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.h324 SmallVector<StringRef, 16> Content; member in class:clang::format::BreakableComment
H A DBreakableToken.cpp189 StringRef Content = Token.TokenText.substr(2).ltrim(); local
303 static bool mayReflowContent(StringRef Content) { argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMinidumpYAML.h99 yaml::BinaryRef Content; member in struct:llvm::MinidumpYAML::detail::ParsedMemoryDescriptor
149 yaml::BinaryRef Content; member in struct:llvm::MinidumpYAML::RawContentStream
H A DELFYAML.h219 Optional<yaml::BinaryRef> Content; member in struct:llvm::ELFYAML::StackSizesSection
236 Optional<yaml::BinaryRef> Content; member in struct:llvm::ELFYAML::DynamicSection
244 Optional<yaml::BinaryRef> Content; member in struct:llvm::ELFYAML::RawContentSection
264 Optional<yaml::BinaryRef> Content; member in struct:llvm::ELFYAML::NoteSection
274 Optional<yaml::BinaryRef> Content; member in struct:llvm::ELFYAML::HashSection
305 Optional<yaml::BinaryRef> Content; member in struct:llvm::ELFYAML::GnuHashSection
331 Optional<yaml::BinaryRef> Content; member in struct:llvm::ELFYAML::VerneedSection
352 Optional<yaml::BinaryRef> Content; member in struct:llvm::ELFYAML::AddrsigSection
368 Optional<yaml::BinaryRef> Content; member in struct:llvm::ELFYAML::LinkerOptionsSection
379 Optional<yaml::BinaryRef> Content; member in struct:llvm::ELFYAML::DependentLibrariesSection
406 Optional<yaml::BinaryRef> Content; member in struct:llvm::ELFYAML::VerdefSection
446 Optional<yaml::BinaryRef> Content; member in struct:llvm::ELFYAML::RelrSection
[all...]
H A DWasmYAML.h119 yaml::BinaryRef Content; member in struct:llvm::WasmYAML::DataSegment
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp136 llvm::SmallString<64> Content; local
139 Stream << Content << "\n"; local
153 llvm::SmallString<64> Content; local
172 llvm::SmallString<64> Content; local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Rewrite/
H A DRewriter.cpp267 Content = SourceMgr->getSLocEntry(FID).getFile().getContentCache(); local
371 Content = SourceMgr->getSLocEntry(FID).getFile().getContentCache(); local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp309 void ToolInvocation::mapVirtualFile(StringRef FilePath, StringRef Content) { argument
424 void ClangTool::mapVirtualFile(StringRef FilePath, StringRef Content) { argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h109 ArrayRef<uint8_t> Content; // Section content member in struct:llvm::object::WasmSection
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h605 void addContent(std::unique_ptr<Entry> Content) { argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DHost.cpp1219 StringRef Content = P ? P->getBuffer() : ""; local
1225 StringRef Content = P ? P->getBuffer() : ""; local
1231 StringRef Content = P ? P->getBuffer() : ""; local
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DCommentParser.cpp559 SmallVector<InlineContentComment *, 8> Content; local
[all...]
H A DCommentSema.cpp44 actOnParagraphComment( ArrayRef<InlineContentComment *> Content) argument
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DObject.h54 StringRef Content; member in struct:llvm::objcopy::macho::Section
61 Section(StringRef SegName, StringRef SectName, StringRef Content) argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h144 ArrayRef<uint8_t> Content; member in struct:llvm::wasm::WasmDataSegment
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h803 Block &createContentBlock(Section &Parent, StringRef Content, argument
883 Symbol &addAnonymousSymbol(Block &Content, JITTargetAddress Offset, argument
893 addDefinedSymbol(Block &Content, JITTargetAddress Offset, StringRef Name, JITTargetAddress Size, Linkage L, Scope S, bool IsCallable, bool IsLive) argument
[all...]

Completed in 394 milliseconds

12