Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp164 StringRef FirstCppHashFilename; member in __anon1888db800111::AsmParser
953 if (!FirstCppHashFilename.empty()) in enabledGenDwarfForAssembly()
955 /*CUID=*/0, getContext().getCompilationDir(), FirstCppHashFilename, in enabledGenDwarfForAssembly()
2441 if (FirstCppHashFilename.empty()) in parseCppHashLineFilenameComment()
2442 FirstCppHashFilename = Filename; in parseCppHashLineFilenameComment()
H A DMasmParser.cpp446 StringRef FirstCppHashFilename; member in __anoncc01912d0111::MasmParser
1325 if (!FirstCppHashFilename.empty()) in enabledGenDwarfForAssembly()
1327 /*CUID=*/0, getContext().getCompilationDir(), FirstCppHashFilename, in enabledGenDwarfForAssembly()
2798 if (FirstCppHashFilename.empty()) in parseCppHashLineFilenameComment()
2799 FirstCppHashFilename = Filename; in parseCppHashLineFilenameComment()