Searched defs:Malloc (Results 1 – 9 of 9) sorted by relevance
/llvm-project/mlir/include/mlir/Conversion/LLVMCommon/ |
H A D | LoweringOptions.h | 39 Malloc, enumerator
|
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | chunk.h | 56 Malloc = 0, enumerator
|
/llvm-project/lldb/source/Expression/ |
H A D | IRInterpreter.cpp | 395 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 D | IRMemoryMap.cpp | 314 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 D | wrappers_c_test.cpp | 156 TEST_F(ScudoWrappersCDeathTest, Malloc) { in TEST_F() argument
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | DeadStoreElimination.cpp | 1870 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 D | MemoryBuiltins.cpp | 70 Malloc, global() enumerator
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BuildLibCalls.cpp | 1911 FunctionCallee Malloc = getOrInsertLibFunc(M, *TLI, LibFunc_malloc, emitMalloc() local
|
/llvm-project/compiler-rt/lib/msan/tests/ |
H A D | msan_test.cpp | 343 TEST(MemorySanitizer, Malloc) { in TEST() argument
|