Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DAssembler.cpp33 static const Align kFunctionAlignment(4096); variable
181 MF.ensureAlignment(kFunctionAlignment); in assembleToStream()
314 assert(isAligned(kFunctionAlignment, FunctionAddress) && in ExecutableFunction()