Home
last modified time | relevance | path

Searched refs:createAbstractVariable (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h220 void createAbstractVariable(const DILocalVariable *Var, LexicalScope *Scope);
DDwarfDebug.cpp924 CU.createAbstractVariable(Cleansed, LScopes.getOrCreateAbstractScope( in ensureAbstractVariableIsCreated()
936 CU.createAbstractVariable(Cleansed, Scope); in ensureAbstractVariableIsCreatedIfScoped()
DDwarfCompileUnit.cpp855 void DwarfCompileUnit::createAbstractVariable(const DILocalVariable *Var, in createAbstractVariable() function in DwarfCompileUnit
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h318 void createAbstractVariable(const DILocalVariable *DV, LexicalScope *Scope);
DDwarfDebug.cpp690 void DwarfDebug::createAbstractVariable(const DILocalVariable *Var, in createAbstractVariable() function in DwarfDebug
703 createAbstractVariable(Cleansed, LScopes.getOrCreateAbstractScope( in ensureAbstractVariableIsCreated()
715 createAbstractVariable(Cleansed, Scope); in ensureAbstractVariableIsCreatedIfScoped()