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

  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 292 if (Builder.isNamePreserving())
    [all...]
CGCall.cpp     [all...]
CGExpr.cpp 50 if (!Builder.isNamePreserving())
    [all...]
  /external/llvm/include/llvm/Support/
IRBuilder.h 377 /// isNamePreserving - Return true if this builder is configured to actually
379 bool isNamePreserving() const { return preserveNames; }
    [all...]

Completed in 504 milliseconds