Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPredIteratorCache.h32 BumpPtrAllocator Memory; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIXLog.h20 Memory = Log::ChannelFlag<1>, enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemoteLog.h22 Memory = Log::ChannelFlag<3>, // Log memory reads/writes calls enumerator
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/fuzz/
H A Dget_error_info_fuzzer.cpp28 const char *Memory = MemoryAndTags.c_str(); in LLVMFuzzerTestOneInput() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DMemory.h47 friend class Memory; variable
/freebsd/sys/dev/acpica/Osd/
H A DOsdMemory.c50 AcpiOsFree(void *Memory) in AcpiOsFree()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DDisasm.cpp57 auto Memory = in printArg() local
74 auto Memory = in printArg() local
92 auto Memory = in printArg() local
H A DDynamicAllocator.h43 std::unique_ptr<std::byte[]> Memory; member
H A DDynamicAllocator.cpp73 auto Memory = in allocate() local
H A DInterpState.cpp84 char *Memory = in deallocate() local
H A DIntegralAP.h39 uint64_t *Memory = nullptr; member
98 IntegralAP(uint64_t *Memory, unsigned BitWidth) in IntegralAP()
H A DFloating.h39 uint64_t *Memory; member
60 Floating(uint64_t *Memory, llvm::APFloatBase::Semantics Semantics) in Floating()
H A DInterpFrame.cpp222 auto Memory = std::make_unique<char[]>(BlockSize); in getParamPointer() local
H A DEvalEmitter.cpp99 auto Memory = std::make_unique<char[]>(sizeof(Block) + D->getAllocSize()); in createLocal() local
H A DInterpBuiltinBitCast.cpp439 auto Memory = Buffer.copyBits(BitOffset, BitWidth, FullBitWidth, in DoBitCastPtr() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTrieRawHashMap.cpp121 void *Memory = ::operator new(sizeToAlloc(NumBits)); in create() local
169 void *Memory = ::operator new(Size); in create() local
284 uint8_t *Memory = reinterpret_cast<uint8_t *>( in insert() local
H A DMemoryBuffer.cpp62 static void CopyStringRef(char *Memory, StringRef Data) { in CopyStringRef()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp103 struct Memory { struct in __anon2e2431ce0111::MSP430Operand
104 MCRegister Reg;
105 const MCExpr *Offset;
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp198 for (const wasm::WasmLimits &Memory : Obj->memories()) { in printSectionHeaders() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h82 enum { Unknown = 0, Register, Memory, Implicit }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp375 IO &IO, MemoryDescriptor &Memory, BinaryRef &Content) { in mapping()
381 IO &IO, MemoryDescriptor_64 &Memory, BinaryRef &Content) { in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstPrinter.h99 Memory, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp50 enum class IPOGrouping { Register, Return, Memory }; enumerator
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessingRecord.cpp46 char *Memory = (char *)PPRec.Allocate(FileName.size() + 1, alignof(char)); in InclusionDirective() local
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h900 const char *Memory, const char *MemoryTags, in getErrorInfo()
1486 const char *RegionInfoPtr, const char *Memory, in getInlineErrorInfo()

12