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

  /external/llvm/include/llvm/Analysis/
DebugInfo.h 866 /// cleanseInlinedVariable - Remove inlined scope from the variable.
867 DIVariable cleanseInlinedVariable(MDNode *DV, LLVMContext &VMContext);
    [all...]
  /external/llvm/lib/Analysis/
DebugInfo.cpp 978 /// cleanseInlinedVariable - Remove inlined scope from the variable.
979 DIVariable llvm::cleanseInlinedVariable(MDNode *DV, LLVMContext &VMContext) {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 862 DIVariable Var = cleanseInlinedVariable(DV, Ctx);
    [all...]

Completed in 79 milliseconds