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

/gem5/ext/drampower/src/
H A DTraceParser.h61 void parseFile(Data::MemorySpecification memSpec,
H A DTraceParser.cc77 void TraceParser::parseFile(MemorySpecification memSpec, std::ifstream& trace, function in class:TraceParser
123 } // TraceParser::parseFile
/gem5/ext/mcpat/
H A DxmlParser.h257 * <li> XMLNode::parseFile </li>
266 /// Constructors are protected, so use instead one of: XMLNode::parseString, XMLNode::parseFile, XMLNode::openFileHelper, XMLNode::createXMLTopNode
268 /// Constructors are protected, so use instead one of: XMLNode::parseString, XMLNode::parseFile, XMLNode::openFileHelper, XMLNode::createXMLTopNode
293 static XMLNode parseFile(XMLCSTR filename, XMLCSTR tag = NULL,
295 /**< The "parseFile" function parse an XML file and return the root of a XMLNode tree. The "opposite" of this function is
297 * "parseFile" method will initialize the "pResults" variable with some information that can be used to trace the error.
310 * application has its own way to report and deal with errors, you should rather use the "parseFile" function to parse XML files
535 * XMLNode::parseFile and XMLNode::openFileHelper functions will test if the file contains ASCII
540 * XMLNode::parseFile and XMLNode::openFileHelper functions will test if the file contains WideChar
H A DxmlParser.cc571 XMLNode xnode = XMLNode::parseFile(filename, tag, &pResults);
2023 XMLNode XMLNode::parseFile(XMLCSTR filename, XMLCSTR tag, XMLResults *pResults) { function in class:XMLNode

Completed in 21 milliseconds