Home
last modified time | relevance | path

Searched refs:cleanseInlinedVariable (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDebugInfo.h789 DIVariable cleanseInlinedVariable(MDNode *DV, LLVMContext &VMContext);
/external/swiftshader/third_party/LLVM/lib/Analysis/
DDebugInfo.cpp914 DIVariable llvm::cleanseInlinedVariable(MDNode *DV, LLVMContext &VMContext) { in cleanseInlinedVariable() function in llvm
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp768 DIVariable Var = cleanseInlinedVariable(DV, Ctx); in findAbstractVariable()