Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
121 ObjectMapper o(value, path); in fromJSON()
146 ObjectMapper o(value, path); in fromJSON()
H A DTraceIntelPTGDBRemotePackets.cpp47 ObjectMapper o(value, path); in fromJSON()
99 ObjectMapper o(value, path); in fromJSON()
111 ObjectMapper o(value, path); in fromJSON()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTJSONStructs.cpp45 ObjectMapper o(value, path); in fromJSON()
60 ObjectMapper o(value, path); in fromJSON()
74 ObjectMapper o(value, path); in fromJSON()
88 ObjectMapper o(value, path); in fromJSON()
107 ObjectMapper o(value, path); in fromJSON()
129 ObjectMapper o(value, path); in fromJSON()
148 ObjectMapper o(value, path); in fromJSON()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTensorSpec.cpp79 json::ObjectMapper Mapper(Value, Root); in getTensorSpecFromJSON()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DJSON.h819 class ObjectMapper {
822 ObjectMapper(const Value &E, Path P) : O(E.getAsObject()), P(P) { in ObjectMapper() function
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTrace.cpp40 json::ObjectMapper o(value, path); in fromJSON()