Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2433 static uint64_t globalSize(const llvm::GlobalVariable &G) { in globalSize() function
2471 return globalSize(G) > 0; in shouldTagGlobal()
2475 uint64_t SizeInBytes = globalSize(*G); in tagGlobalDefinition()