Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DPredIteratorCache.h33 BumpPtrAllocator Memory; variable
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DMemory.h38 friend class Memory; variable
/minix3/minix/drivers/power/acpi/include/platform/
H A Daclinuxex.h102 void *Memory) in AcpiOsFree()
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DPreprocessingRecord.cpp34 char *Memory in InclusionDirective() local
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DMemoryBuffer.cpp60 static void CopyStringRef(char *Memory, StringRef Data) { in CopyStringRef()
/minix3/external/bsd/llvm/dist/llvm/unittests/IR/
H A DLegacyPassManagerTest.cpp370 TEST(PassManager, Memory) { in TEST() argument
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h27 Memory enumerator
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h904 void reclaim(const void *Memory) { in reclaim()
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp976 void *Memory = malloc(MemToAlloc); in visitAllocaInst() local
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp1383 Memory enumerator
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp549 struct MemoryOp Memory; member