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

/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp162 StringRef CppHashFilename; member in class:__anon25885::AsmParser
1603 // current Dwarf File is for the CppHashFilename if not then emit the
1605 if (CppHashFilename.size() != 0) {
1607 0, StringRef(), CppHashFilename);
1680 CppHashFilename = Filename;
1722 // Use the CppHashFilename and calculate a line number based on the
1725 const std::string &Filename = Parser->CppHashFilename;

Completed in 242 milliseconds