Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp595 parseInvocationList(StringRef FileContent, llvm::sys::path::Style PathStyle) { in parseInvocationList() argument
600 llvm::yaml::Stream InvocationFile(FileContent, SM); in parseInvocationList()
677 llvm::ErrorOr<std::unique_ptr<llvm::MemoryBuffer>> FileContent = in lazyInitInvocationList() local
679 if (!FileContent) { in lazyInitInvocationList()
683 std::unique_ptr<llvm::MemoryBuffer> ContentBuffer = std::move(*FileContent); in lazyInitInvocationList()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp734 if (FileContent.find(FileName) != FileContent.end()) in populateFileContent()
752 FileContent[FileName] = Content; in populateFileContent()
764 if (Line < FileContent[FileName].size()) in constructLineInfo()
765 LineInfo.LineOff = addString(FileContent[FileName][Line]); in constructLineInfo()
H A DBTFDebug.h264 StringMap<std::vector<std::string>> FileContent; variable
/freebsd-13.1/contrib/llvm-project/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h109 StringRef FileContent,