Home
last modified time | relevance | path

Searched refs:BlockTag (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp117 static const char *BlockTag; member in __anon32a4dc770211::GCOVRecord
154 const char *GCOVRecord::BlockTag = "\0\0\x41\x01"; member in __anon32a4dc770211::GCOVRecord
288 writeBytes(BlockTag, 4); in writeOut()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
Dparsetree.py457 class BlockTag(Tag): class
464 super(BlockTag, self).__init__(
Dcodegen.py105 self.in_def = isinstance(node, (parsetree.DefTag, parsetree.BlockTag))
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp172 static const char *const BlockTag; member in __anon6b96304b0211::GCOVRecord
209 const char *const GCOVRecord::BlockTag = "\0\0\x41\x01"; member in __anon6b96304b0211::GCOVRecord
387 writeBytes(BlockTag, 4); in writeOut()