Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Conversion/LLVMCommon/
H A DLoweringOptions.h39 Malloc, enumerator
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dchunk.h56 Malloc = 0, enumerator
/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp395 lldb::addr_t Malloc(size_t size, uint8_t byte_alignment) { Malloc() function in InterpreterStackFrame
408 lldb::addr_t Malloc(llvm::Type *type) { Malloc() function in InterpreterStackFrame
H A DIRMemoryMap.cpp314 lldb::addr_t IRMemoryMap::Malloc(size_t size, uint8_t alignment, Malloc() function in IRMemoryMap
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dwrappers_c_test.cpp156 TEST_F(ScudoWrappersCDeathTest, Malloc) { in TEST_F() argument
/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1870 auto *Malloc = const_cast<CallInst *>(dyn_cast<CallInst>(DefUO)); tryFoldIntoCalloc() local
1885 __anonc753f93a0c02(CallInst *Malloc, CallInst *Memset) tryFoldIntoCalloc() argument
[all...]
/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp70 Malloc, global() enumerator
/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1911 FunctionCallee Malloc = getOrInsertLibFunc(M, *TLI, LibFunc_malloc, emitMalloc() local
/llvm-project/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp343 TEST(MemorySanitizer, Malloc) { in TEST() argument