Home
last modified time | relevance | path

Searched defs:getAllocationSize (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp236 getAllocationSize(const CallBase *CB, const TargetLibraryInfo *TLI) { in getAllocationSize() function
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h2230 std::optional<TypeSize> getAllocationSize(const DataLayout &DL) const { in getAllocationSize() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp65 AllocaInst::getAllocationSize(const DataLayout &DL) const { in getAllocationSize() function in AllocaInst