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

  /external/clang/lib/CodeGen/
CGDebugInfo.h 86 /// ReplaceMap - Cache of forward declared types to RAUW at the end of
88 std::vector<std::pair<const TagType *, llvm::WeakVH>> ReplaceMap;
CGDebugInfo.cpp 630 ReplaceMap.push_back(std::make_pair(Ty, static_cast<llvm::Value *>(RetTy)));
    [all...]

Completed in 5772 milliseconds