Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp166 StringRef FirstCppHashFilename; member in __anon42fec27f0111::AsmParser
955 if (!FirstCppHashFilename.empty()) in enabledGenDwarfForAssembly()
957 /*CUID=*/0, getContext().getCompilationDir(), FirstCppHashFilename, in enabledGenDwarfForAssembly()
2437 if (FirstCppHashFilename.empty()) in parseCppHashLineFilenameComment()
2438 FirstCppHashFilename = Filename; in parseCppHashLineFilenameComment()
H A DMasmParser.cpp446 StringRef FirstCppHashFilename; member in __anon4534580c0111::MasmParser
1325 if (!FirstCppHashFilename.empty()) in enabledGenDwarfForAssembly()
1327 /*CUID=*/0, getContext().getCompilationDir(), FirstCppHashFilename, in enabledGenDwarfForAssembly()
2766 if (FirstCppHashFilename.empty()) in parseCppHashLineFilenameComment()
2767 FirstCppHashFilename = Filename; in parseCppHashLineFilenameComment()