Searched refs:MallocF (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Instructions.cpp | 463 Function *MallocF, const Twine &Name) { in createMalloc() argument 506 Value *MallocFunc = MallocF; in createMalloc() 549 Function *MallocF, in CreateMalloc() argument 552 ArraySize, None, MallocF, Name); in CreateMalloc() 558 Function *MallocF, in CreateMalloc() argument 561 ArraySize, OpB, MallocF, Name); in CreateMalloc() 575 Function *MallocF, const Twine &Name) { in CreateMalloc() argument 577 ArraySize, None, MallocF, Name); in CreateMalloc() 583 Function *MallocF, const Twine &Name) { in CreateMalloc() argument 585 ArraySize, OpB, MallocF, Name); in CreateMalloc()
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 494 Function *MallocF = M.getFunction("malloc"); in canLongjmp() local 496 if (Callee == SetjmpF || Callee == MallocF || Callee == FreeF) in canLongjmp()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Instructions.h | 1618 Function *MallocF = nullptr, 1623 Function *MallocF = nullptr, 1629 Function *MallocF = nullptr, 1635 Function *MallocF = nullptr,
|