HomeSort by relevance Sort by last modified time
    Searched refs:cleanseInlinedVariable (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DebugInfo.h 788 /// cleanseInlinedVariable - Remove inlined scope from the variable.
789 DIVariable cleanseInlinedVariable(MDNode *DV, LLVMContext &VMContext);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
DebugInfo.cpp 913 /// cleanseInlinedVariable - Remove inlined scope from the variable.
914 DIVariable llvm::cleanseInlinedVariable(MDNode *DV, LLVMContext &VMContext) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 768 DIVariable Var = cleanseInlinedVariable(DV, Ctx);
    [all...]

Completed in 683 milliseconds