Searched refs:FirstLocScope (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp137 MDNode *FirstLocScope = FirstLoc.getScope(F.getContext()); local
138 DISubprogram FunctionDI = getDISubprogram(FirstLocScope);
141 Filenames.getFullPath(FirstLocScope));
/freebsd-10.1-release/contrib/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp123 MDNode *FirstLocScope = FirstLoc.getScope(F.getContext()); local
124 DISubprogram FunctionDI = getDISubprogram(FirstLocScope);
133 line_info.filename = Filenames.getFilename(FirstLocScope);

Completed in 104 milliseconds