Home
last modified time | relevance | path

Searched refs:source_map (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/coreFile/
H A DTestVSCode_coreFile.py54 source_map = [["/home/labath/test", current_dir]]
55 self.attach(exe_file, coreFile=core_file, sourceMap=source_map)
/llvm-project-15.0.7/polly/lib/External/isl/include/isl/
H A Dflow.h29 __isl_take isl_map *source_map);
31 __isl_take isl_map *source_map);
40 __isl_keep isl_map *source_map, __isl_keep isl_set *sink,
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_flow.c47 __isl_take isl_map *source_map, enum isl_restriction_type type) in isl_restriction_alloc() argument
52 if (!source_map) in isl_restriction_alloc()
55 ctx = isl_map_get_ctx(source_map); in isl_restriction_alloc()
62 isl_map_free(source_map); in isl_restriction_alloc()
65 isl_map_free(source_map); in isl_restriction_alloc()
79 __isl_take isl_map *source_map) in isl_restriction_empty() argument
584 isl_map *source_map; in restricted_partial_lexmax() local
593 source_map = isl_map_copy(dep); in restricted_partial_lexmax()
594 source_map = isl_map_apply_domain(source_map, in restricted_partial_lexmax()
598 restr = acc->restrict_fn(source_map, sink_domain, in restricted_partial_lexmax()
[all …]
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/breakpoint/
H A DTestVSCode_setBreakpoints.py56 source_map = [
60 self.launch(program, sourceMap=source_map)
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DVSCode.cpp64 auto pos = source_map.find(sourceReference); in GetLineForPC()
65 if (pos != source_map.end()) in GetLineForPC()
H A DVSCode.h135 llvm::DenseMap<int64_t, SourceReference> source_map; member
H A DJSONUtils.cpp690 g_vsc.source_map[sourceReference] = std::move(source); in CreateSource()
H A Dlldb-vscode.cpp2389 auto pos = g_vsc.source_map.find((lldb::addr_t)sourceReference); in request_source()
2390 if (pos != g_vsc.source_map.end()) { in request_source()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp1421 llvm::DenseMap<const D *, O> &source_map, in ImportOffsetMap() argument
1431 sorted_items.reserve(source_map.size()); in ImportOffsetMap()
1432 sorted_items.assign(source_map.begin(), source_map.end()); in ImportOffsetMap()
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A Duser.pod11001 __isl_keep isl_map *source_map,
11036 __isl_take isl_map *source_map);
11038 __isl_take isl_map *source_map);
11047 isl_space_range(isl_map_get_space(source_map))),
11049 isl_space_domain(isl_map_get_space(source_map))));
11054 isl_space_range(isl_map_get_space(source_map))),
11056 isl_space_domain(isl_map_get_space(source_map))));