Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.h52 void reset(unsigned RequiredSize) { in reset()
/llvm-project/compiler-rt/lib/asan/
H A Dasan_fake_stack.h80 static uptr RequiredSize(uptr stack_size_log) { in RequiredSize() function
/llvm-project/compiler-rt/lib/asan/tests/
H A Dasan_fake_stack_test.cpp33 TEST(FakeStack, RequiredSize) { in TEST() argument
/llvm-project/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp49 uintptr_t RequiredSize = Alignment * ((Size + Alignment - 1) / Alignment + 1); allocateSection() local
/llvm-project/llvm/include/llvm/Support/
H A DBinaryByteStream.h183 uint64_t RequiredSize = Offset + Buffer.size(); in writeBytes() local