OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsDataNode
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
WindowsResource.h
172
bool checkIsDataNode() const { return
IsDataNode
; }
199
TreeNode &addChild(uint32_t ID, bool
IsDataNode
= false,
204
bool
IsDataNode
= false;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
WindowsResource.cpp
191
:
IsDataNode
(true), MajorVersion(MajorVersion), MinorVersion(MinorVersion),
240
uint32_t ID, bool
IsDataNode
, uint16_t MajorVersion, uint16_t MinorVersion,
245
IsDataNode
? createDataNode(MajorVersion, MinorVersion, Characteristics)
299
if (
IsDataNode
) {
Completed in 249 milliseconds