Home
last modified time | relevance | path

Searched refs:FirstCppHashFilename (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp166 StringRef FirstCppHashFilename; member in __anon895679be0111::AsmParser
953 if (!FirstCppHashFilename.empty()) in enabledGenDwarfForAssembly()
955 /*CUID=*/0, getContext().getCompilationDir(), FirstCppHashFilename, in enabledGenDwarfForAssembly()
2435 if (FirstCppHashFilename.empty()) in parseCppHashLineFilenameComment()
2436 FirstCppHashFilename = Filename; in parseCppHashLineFilenameComment()
H A DMasmParser.cpp446 StringRef FirstCppHashFilename; member in __anon5682f72b0111::MasmParser
1325 if (!FirstCppHashFilename.empty()) in enabledGenDwarfForAssembly()
1327 /*CUID=*/0, getContext().getCompilationDir(), FirstCppHashFilename, in enabledGenDwarfForAssembly()
2767 if (FirstCppHashFilename.empty()) in parseCppHashLineFilenameComment()
2768 FirstCppHashFilename = Filename; in parseCppHashLineFilenameComment()