/llvm-project/compiler-rt/test/builtins/Unit/ |
H A D | sme-string-test.cpp | 17 template <unsigned N> class Memory { class 22 Memory(unsigned stride = 0) { in Memory() function in Memory
|
/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
H A D | ProcessWindowsLog.h | 21 Memory = Log::ChannelFlag<3>, // Log memory reads/writes calls enumerator
|
/llvm-project/lldb/source/Plugins/Process/POSIX/ |
H A D | ProcessPOSIXLog.h | 20 Memory = Log::ChannelFlag<1>, enumerator
|
/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/ |
H A D | ProcessKDPLog.h | 23 Memory = Log::ChannelFlag<5>, // Log memory reads/writes calls enumerator
|
/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemoteLog.h | 22 Memory = Log::ChannelFlag<3>, // Log memory reads/writes calls enumerator
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | PredIteratorCache.h | 33 BumpPtrAllocator Memory; global() variable
|
/llvm-project/compiler-rt/lib/scudo/standalone/fuzz/ |
H A D | get_error_info_fuzzer.cpp | 28 const char *Memory = MemoryAndTags.c_str(); in LLVMFuzzerTestOneInput() local
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpState.cpp |
|
H A D | EvalEmitter.cpp |
|
H A D | InterpFrame.cpp |
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | Memory.h | 45 friend class Memory; global() variable [all...] |
/llvm-project/bolt/include/bolt/Passes/ |
H A D | RetpolineInsertion.h | 40 MemOpInfo Memory; member
|
/llvm-project/llvm/lib/Target/MSP430/AsmParser/ |
H A D | MSP430AsmParser.cpp | 103 struct Memory { global() struct in __anon0a319ea10111::MSP430Operand 104 Reg__anon0a319ea10111::MSP430Operand::Memory global() argument 105 Offset__anon0a319ea10111::MSP430Operand::Memory global() argument
|
/llvm-project/llvm/tools/llvm-readobj/ |
H A D | WasmDumper.cpp | 198 for (const wasm::WasmLimits &Memory : Obj->memories()) { in printSectionHeaders() local
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfExpression.h | 82 enum { Unknown = 0, Register, Memory, Implicit }; enumerator
|
/llvm-project/llvm/tools/obj2yaml/ |
H A D | wasm2yaml.cpp | 282 for (const wasm::WasmLimits &Memory : Obj.memories()) { in dump() local
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCInstPrinter.h | 96 Memory, global() enumerator
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | CalledValuePropagation.cpp | 50 enum class IPOGrouping { Register, Return, Memory }; enumerator
|
/llvm-project/clang/lib/Lex/ |
H A D | PreprocessingRecord.cpp | 49 this->FileName = StringRef(Memory, FileName.size()); in InclusionDirective() local
|
/llvm-project/clang-tools-extra/clangd/tool/ |
H A D | ClangdMain.cpp | 396 enum PCHStorageFlag { Disk, Memory }; enumerator
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | SparsePropagation.cpp | 23 enum class IPOGrouping { Register, Return, Memory }; enumerator
|
/llvm-project/openmp/docs/design/ |
H A D | Runtimes.rst | 1486 libomptarget_device_debuggingDynamic Shared Memory global() argument
|
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | combined.h | 889 getErrorInfo(struct scudo_error_info * ErrorInfo,uintptr_t FaultAddr,const char * DepotPtr,size_t DepotSize,const char * RegionInfoPtr,const char * RingBufferPtr,size_t RingBufferSize,const char * Memory,const char * MemoryTags,uintptr_t MemoryAddr,size_t MemorySize) getErrorInfo() argument 1467 getInlineErrorInfo(struct scudo_error_info * ErrorInfo,size_t & NextErrorReport,uintptr_t FaultAddr,const StackDepot * Depot,const char * RegionInfoPtr,const char * Memory,const char * MemoryTags,uintptr_t MemoryAddr,size_t MemorySize,size_t MinDistance,size_t MaxDistance) getInlineErrorInfo() argument
|
/llvm-project/llvm/lib/Support/ |
H A D | MemoryBuffer.cpp | 65 CopyStringRef(char * Memory,StringRef Data) CopyStringRef() argument
|
/llvm-project/llvm/lib/ObjectYAML/ |
H A D | MinidumpYAML.cpp | 354 mapping(IO & IO,MemoryDescriptor & Memory,BinaryRef & Content) mapping() argument [all...] |