Home
last modified time | relevance | path

Searched defs:ExtraFiles (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.h32 ExtraFiles // CV_INLINEE_SOURCE_LINE_SIGNATURE_EX enumerator
46 FixedStreamArray<support::ulittle32_t> ExtraFiles; member
/llvm-project/clang/unittests/Driver/
H A DSanitizerArgsTest.cpp52 std::vector<std::string> ExtraFiles) { in emulateSingleCompilation()
81 prepareFS(llvm::ArrayRef<std::string> ExtraFiles) { in prepareFS()
/llvm-project/clang-tools-extra/clangd/unittests/tweaks/
H A DTweakTesting.h57 llvm::StringMap<std::string> ExtraFiles; variable
/llvm-project/clang/include/clang/Testing/
H A DTestAST.h50 llvm::StringMap<std::string> ExtraFiles = {}; member
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h102 std::vector<StringRef> ExtraFiles; member
/llvm-project/clang-tools-extra/clangd/unittests/
H A DClangdTests.cpp170 parseSourceAndDumpAST(PathRef SourceFileRelPath,llvm::StringRef SourceContents,std::vector<std::pair<PathRef,llvm::StringRef>> ExtraFiles={},bool ExpectErrors=false) parseSourceAndDumpAST() argument
/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1409 ListScope ExtraFiles(W, "ExtraFiles"); printCodeViewInlineeLines() local