Searched defs:Write8 (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test_util.h87 void Write8(const MemLoc &ml, bool expect_race = false) { function in class:ScopedThread
/external/llvm/include/llvm/MC/
H A DMCObjectWriter.h116 void Write8(uint8_t Value) { function in class:llvm::MCObjectWriter
121 Write8(uint8_t(Value >> 0));
122 Write8(uint8_t(Value >> 8));
136 Write8(uint8_t(Value >> 8));
137 Write8(uint8_t(Value >> 0));

Completed in 175 milliseconds