Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLiveDebugVariables.cpp382 static void printExtendedName(raw_ostream &OS, const DILocalVariable *V, in printExtendedName() function
400 printExtendedName(OS, DV, dl); in print()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveDebugVariables.cpp432 static void printExtendedName(raw_ostream &OS, const DILocalVariable *V, in printExtendedName() function
450 printExtendedName(OS, DV, dl); in print()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDebugInfo.h682 void printExtendedName(raw_ostream &OS) const;
/external/swiftshader/third_party/LLVM/lib/Analysis/
DDebugInfo.cpp776 void DIVariable::printExtendedName(raw_ostream &OS) const { in printExtendedName() function in DIVariable
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveDebugVariables.cpp353 DV.printExtendedName(OS); in print()