HomeSort by relevance Sort by last modified time
    Searched refs:WindowsResourceParser (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
WindowsResource.cpp 39 uint32_t WindowsResourceParser::TreeNode::StringCount = 0;
40 uint32_t WindowsResourceParser::TreeNode::DataCount = 0;
129 WindowsResourceParser::WindowsResourceParser() : Root(false) {}
131 Error WindowsResourceParser::parse(WindowsResource *WR) {
170 void WindowsResourceParser::printTree(raw_ostream &OS) const {
175 void WindowsResourceParser::TreeNode::addEntry(const ResourceEntryRef &Entry,
183 WindowsResourceParser::TreeNode::TreeNode(bool IsStringNode) {
188 WindowsResourceParser::TreeNode::TreeNode(uint16_t MajorVersion,
196 std::unique_ptr<WindowsResourceParser::TreeNode
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
WindowsResource.h 148 class WindowsResourceParser {
151 WindowsResourceParser();
179 friend class WindowsResourceParser;
222 const WindowsResourceParser &Parser);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cvtres/
llvm-cvtres.cpp 162 WindowsResourceParser Parser;

Completed in 942 milliseconds