MCPcopy Create free account
hub / github.com/Samsung/UTopia / DebugInfoMap

Method DebugInfoMap

lib/astirmap/DebugInfoMap.cpp:15–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13namespace ftg {
14
15DebugInfoMap::DebugInfoMap(const SourceCollection &SC)
16 : Mapper(std::make_unique<CalledFunctionMacroMapper>()) {
17 for (auto *Unit : SC.getASTUnits()) {
18 if (!Unit)
19 continue;
20
21 update(*Unit);
22 }
23}
24
25ASTDefNode *DebugInfoMap::getASTDefNode(const llvm::Value &V, int OIdx) {
26 ASTDefNode *Result = nullptr;

Callers

nothing calls this directly

Calls 1

getASTUnitsMethod · 0.45

Tested by

no test coverage detected