Home
last modified time | relevance | path

Searched defs:tags (Results 1 – 23 of 23) sorted by relevance

/llvm-project/lldb/source/Target/
H A DMemoryTagMap.cpp20 const std::vector<lldb::addr_t> tags) { in InsertTags()
38 std::vector<std::optional<lldb::addr_t>> tags; in GetTags() local
H A DProcess.cpp6437 WriteMemoryTags(lldb::addr_t addr,size_t len,const std::vector<lldb::addr_t> & tags) WriteMemoryTags() argument
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFirAliasTagOpInterface.cpp22 mlir::ArrayAttr tags = iface.getTBAATagsOrNull(); in verifyFirAliasTagOpInterface() local
/llvm-project/lldb/unittests/Process/Utility/
H A DMemoryTagManagerAArch64MTETest.cpp76 std::vector<lldb::addr_t> tags{0, 1, 0xf}; in TEST() local
95 std::vector<lldb::addr_t> tags = in TEST() local
471 test_repeating_tags(const std::vector<lldb::addr_t> & tags,MemoryTagManagerAArch64MTE::TagRange range,const std::vector<lldb::addr_t> & expected_tags) test_repeating_tags() argument
[all...]
/llvm-project/lldb/source/Plugins/Process/Utility/
H A DMemoryTagManagerAArch64MTE.cpp218 MemoryTagManagerAArch64MTE::UnpackTagsData(const std::vector<uint8_t> &tags, in UnpackTagsData() argument
296 std::vector<lldb::addr_t> tags; in UnpackTagsFromCoreFileSegment() local
335 const std::vector<lldb::addr_t> &tags, TagRange range) const { in RepeatTagsForRange() argument
/llvm-project/lldb/source/Commands/
H A DCommandObjectMemoryTag.cpp109 llvm::Expected<std::vector<lldb::addr_t>> tags = process->ReadMemoryTags( in DoExecute() local
215 std::vector<lldb::addr_t> tags; in DoExecute() local
[all...]
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMInterfaces.cpp58 ArrayAttr tags = iface.getTBAATagsOrNull(); in verifyAliasAnalysisOpInterface() local
/llvm-project/lld/wasm/
H A DInputFiles.h123 std::vector<InputTag *> tags; global() variable
/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp59 size_t len, std::vector<uint8_t> &tags) { in ReadMemoryTags() argument
66 const std::vector<uint8_t> &tags) { in WriteMemoryTags() argument
/llvm-project/llvm/include/llvm/Object/
H A DWasm.h149 ArrayRef<wasm::WasmTag> tags() const { return Tags; } in tags() function
/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp300 std::vector<std::optional<lldb::addr_t>> tags = printMemoryTags() local
/llvm-project/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp1473 ReadMemoryTags(int32_t type,lldb::addr_t addr,size_t len,std::vector<uint8_t> & tags) ReadMemoryTags() argument
1528 WriteMemoryTags(int32_t type,lldb::addr_t addr,size_t len,const std::vector<uint8_t> & tags) WriteMemoryTags() argument
[all...]
/llvm-project/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteCommunicationClientTest.cpp550 check_Qmemtags(TestClient & client,MockServer & server,lldb::addr_t addr,size_t len,int32_t type,const std::vector<uint8_t> & tags,const char * packet,llvm::StringRef response,bool should_succeed) check_Qmemtags() argument
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp1076 HasAny(llvm::ArrayRef<dw_tag_t> tags) HasAny() argument
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp755 uptr tags[kMop] = {kExternalTagNone, kExternalTagNone}; in ReportRace() local
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp529 tag_t tags[kShadowDumpSize] = {}; member
[all...]
/llvm-project/mlir/include/mlir/Tools/lsp-server-support/
H A DProtocol.h707 std::vector<DiagnosticTag> tags; member
/llvm-project/clang-tools-extra/clangd/
H A DProtocol.h939 llvm::SmallVector<DiagnosticTag, 1> tags; global() member
1577 std::vector<SymbolTag> tags; global() member
/llvm-project/lldb/include/lldb/Target/
H A DProcess.h3021 DoWriteMemoryTags(lldb::addr_t addr,size_t len,int32_t type,const std::vector<uint8_t> & tags) DoWriteMemoryTags() argument
[all...]
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp3811 std::vector<uint8_t> tags; Handle_qMemTags() local
H A DGDBRemoteCommunicationClient.cpp697 WriteMemoryTags(lldb::addr_t addr,size_t len,int32_t type,const std::vector<uint8_t> & tags) WriteMemoryTags() argument
H A DProcessGDBRemote.cpp2648 DoWriteMemoryTags(lldb::addr_t addr,size_t len,int32_t type,const std::vector<uint8_t> & tags) DoWriteMemoryTags() argument
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3758 const std::pair<const ProgramPointTag *, const ProgramPointTag*> &tags = evalEagerlyAssumeBinOpBifurcation() local