Home
last modified time | relevance | path

Searched defs:Malloc (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Conversion/LLVMCommon/
H A DLoweringOptions.h39 Malloc, enumerator
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dchunk.h56 Malloc = 0, enumerator
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dwrappers_c_test.cpp45 TEST(ScudoWrappersCDeathTest, Malloc) { in TEST() argument
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DManagedMemoryRewrite.cpp361 Function *Malloc = M.getFunction("malloc"); in runOnModule() local
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRInterpreter.cpp369 lldb::addr_t Malloc(size_t size, uint8_t byte_alignment) { in Malloc() function in InterpreterStackFrame
382 lldb::addr_t Malloc(llvm::Type *type) { in Malloc() function in InterpreterStackFrame
H A DIRMemoryMap.cpp289 lldb::addr_t IRMemoryMap::Malloc(size_t size, uint8_t alignment, in Malloc() function in IRMemoryMap
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1740 auto *Malloc = const_cast<CallInst *>(dyn_cast<CallInst>(DefUO)); in tryFoldIntoCalloc() local
1751 auto shouldCreateCalloc = [](CallInst *Malloc, CallInst *Memset) { in tryFoldIntoCalloc()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp68 Malloc, enumerator
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1871 FunctionCallee Malloc = getOrInsertLibFunc(M, *TLI, LibFunc_malloc, in emitMalloc() local
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp3482 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildMalloc() local
3493 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildArrayMalloc() local
/llvm-project-15.0.7/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp343 TEST(MemorySanitizer, Malloc) { in TEST() argument