Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindowsLog.h21 Memory = Log::ChannelFlag<3>, // Log memory reads/writes calls enumerator
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIXLog.h20 Memory = Log::ChannelFlag<1>, enumerator
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDPLog.h23 Memory = Log::ChannelFlag<5>, // Log memory reads/writes calls enumerator
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemoteLog.h22 Memory = Log::ChannelFlag<3>, // Log memory reads/writes calls enumerator
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DPredIteratorCache.h33 BumpPtrAllocator Memory; variable
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/fuzz/
H A Dget_error_info_fuzzer.cpp27 const char *Memory = MemoryAndTags.c_str(); in LLVMFuzzerTestOneInput() local
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DInterpState.cpp63 char *Memory = reinterpret_cast<char *>(malloc(sizeof(DeadBlock) + Size)); in deallocate() local
H A DInterpFrame.cpp201 auto Memory = std::make_unique<char[]>(BlockSize); in getParamPointer() local
H A DEvalEmitter.cpp54 auto Memory = std::make_unique<char[]>(sizeof(Block) + D->getAllocSize()); in createLocal() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DMemory.h45 friend class Memory; variable
/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp104 struct Memory { struct in __anone9cbbf050111::MSP430Operand
105 unsigned Reg;
106 const MCExpr *Offset;
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp198 for (const wasm::WasmLimits &Memory : Obj->memories()) { in printSectionHeaders() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h143 enum { Unknown = 0, Register, Memory, Implicit }; enumerator
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp280 for (const wasm::WasmLimits &Memory : Obj.memories()) { in dump() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp51 enum class IPOGrouping { Register, Return, Memory }; enumerator
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dcombined.h979 const char *Memory, const char *MemoryTags, in getErrorInfo()
1330 const char *RegionInfoPtr, const char *Memory, in getInlineErrorInfo()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPreprocessingRecord.cpp49 char *Memory = (char *)PPRec.Allocate(FileName.size() + 1, alignof(char)); in InclusionDirective() local
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp354 IO &IO, MemoryDescriptor &Memory, BinaryRef &Content) { in mapping()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DMemoryBuffer.cpp63 static void CopyStringRef(char *Memory, StringRef Data) { in CopyStringRef()
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMinidump.h69 LocationDescriptor Memory; member
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp391 std::shared_ptr<PCHBuffer> Memory; member in PrecompiledPreamble::PCHStorage
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DDWARFExpression.cpp750 Memory, enumerator
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h32 enum KindTy { Token, Register, Immediate, Memory, Prefix, DXRegister } Kind; enumerator
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h97 Limits Memory; member
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRDFGraph.h881 NodeAllocator Memory; member

12