Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp619 parseInvocationList(StringRef FileContent, llvm::sys::path::Style PathStyle) { in parseInvocationList() argument
624 llvm::yaml::Stream InvocationFile(FileContent, SM); in parseInvocationList()
701 llvm::ErrorOr<std::unique_ptr<llvm::MemoryBuffer>> FileContent = in lazyInitInvocationList() local
703 if (!FileContent) { in lazyInitInvocationList()
707 std::unique_ptr<llvm::MemoryBuffer> ContentBuffer = std::move(*FileContent); in lazyInitInvocationList()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h109 StringRef FileContent,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp986 if (FileContent.contains(FileName)) in populateFileContent()
1004 FileContent[FileName] = Content; in populateFileContent()
1016 if (Line < FileContent[FileName].size()) in constructLineInfo()
1017 LineInfo.LineOff = addString(FileContent[FileName][Line]); in constructLineInfo()
H A DBTFDebug.h302 StringMap<std::vector<std::string>> FileContent; variable