Home
last modified time | relevance | path

Searched refs:FileContent (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp620 parseInvocationList(StringRef FileContent, llvm::sys::path::Style PathStyle) { in parseInvocationList() argument
625 llvm::yaml::Stream InvocationFile(FileContent, SM); in parseInvocationList()
702 llvm::ErrorOr<std::unique_ptr<llvm::MemoryBuffer>> FileContent = in lazyInitInvocationList() local
704 if (!FileContent) { in lazyInitInvocationList()
708 std::unique_ptr<llvm::MemoryBuffer> ContentBuffer = std::move(*FileContent); in lazyInitInvocationList()
/freebsd/contrib/llvm-project/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h109 StringRef FileContent,
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h302 StringMap<std::vector<std::string>> FileContent; variable
H A DBTFDebug.cpp1104 if (FileContent.contains(FileName)) in populateFileContent()
1122 FileContent[FileName] = Content; in populateFileContent()
1134 const auto &Content = FileContent[FileName]; in constructLineInfo()