Home
last modified time | relevance | path

Searched defs:DataRefImpl (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DSymbolicFile.h33 union DataRefImpl { union
41 DataRefImpl() { std::memset(this, 0, sizeof(DataRefImpl)); } in DataRefImpl() function