Home
last modified time | relevance | path

Searched refs:ObjectMapper (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DTraceGDBRemotePackets.cpp19 ObjectMapper o(value, path); in fromJSON()
35 ObjectMapper o(value, path); in fromJSON()
57 ObjectMapper o(value, path); in fromJSON()
70 ObjectMapper o(value, path); in fromJSON()
79 ObjectMapper o(value, path); in fromJSON()
88 ObjectMapper o(value, path); in fromJSON()
100 ObjectMapper o(value, path); in fromJSON()
123 ObjectMapper o(value, path); in fromJSON()
H A DTraceIntelPTGDBRemotePackets.cpp18 ObjectMapper o(value, path); in fromJSON()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/common/
H A DTraceSessionFileParser.cpp189 ObjectMapper o(value, path); in fromJSON()
198 ObjectMapper o(value, path); in fromJSON()
204 ObjectMapper o(value, path); in fromJSON()
212 ObjectMapper o(value, path); in fromJSON()
219 ObjectMapper o(value, path); in fromJSON()
H A DTraceSessionFileParser.h168 ObjectMapper o(value, path); in fromJSON()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTSessionFileParser.cpp81 ObjectMapper o(value, path); in fromJSON()
92 ObjectMapper o(value, path); in fromJSON()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTrace.cpp42 json::ObjectMapper o(value, path); in fromJSON()
47 json::ObjectMapper o(value, path); in fromJSON()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h749 class ObjectMapper {
752 ObjectMapper(const Value &E, Path P) : O(E.getAsObject()), P(P) { in ObjectMapper() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTFUtils.cpp120 json::ObjectMapper Mapper(Value, Root); in getTensorSpecFromJSON()