OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SPDecl
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp
648
else if (auto *
SPDecl
= SP->getDeclaration()) {
650
getOrCreateSubprogramDIE(
SPDecl
);
822
auto *
SPDecl
= SP->getDeclaration();
823
auto *Context = resolve(
SPDecl
?
SPDecl
->getScope() : SP->getScope());
[
all
...]
DwarfUnit.cpp
[
all
...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp
192
DISubprogram
SPDecl
= SP.getFunctionDeclaration();
193
if (
SPDecl
.isSubprogram())
196
SPCU->getOrCreateSubprogramDIE(
SPDecl
));
[
all
...]
Completed in 71 milliseconds