Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86AsmPrinter.h54 void reset(unsigned RequiredSize) { in reset()
/external/llvm/lib/Target/X86/
DX86AsmPrinter.h51 void reset(unsigned RequiredSize) { in reset()
/external/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp47 uintptr_t RequiredSize = Alignment * ((Size + Alignment - 1)/Alignment + 1); in allocateSection() local
/external/compiler-rt/lib/asan/
Dasan_fake_stack.h81 static uptr RequiredSize(uptr stack_size_log) { in RequiredSize() function
/external/compiler-rt/lib/asan/tests/
Dasan_fake_stack_test.cc34 TEST(FakeStack, RequiredSize) { in TEST() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp50 uintptr_t RequiredSize = Alignment * ((Size + Alignment - 1) / Alignment + 1); in allocateSection() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DBinaryByteStream.h186 uint32_t RequiredSize = Offset + Buffer.size(); in writeBytes() local