Searched refs:CppHashFilename (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp154 StringRef CppHashFilename; member in class:__anon10567::AsmParser
1612 // current Dwarf File is for the CppHashFilename if not then emit the
1614 if (CppHashFilename.size()) {
1616 0, StringRef(), CppHashFilename);
1689 CppHashFilename = Filename;
1731 // Use the CppHashFilename and calculate a line number based on the
1734 const std::string &Filename = Parser->CppHashFilename;

Completed in 47 milliseconds