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

  /external/clang/lib/CodeGen/
CGCXXABI.h 95 MangleContext &getMangleContext() {
ItaniumCXXABI.cpp 49 ItaniumMangleContext &getMangleContext() {
50 return cast<ItaniumMangleContext>(CodeGen::CGCXXABI::getMangleContext());
    [all...]
MicrosoftCXXABI.cpp 316 getMangleContext().mangleCXXVirtualDisplacementMap(SrcRD, DstRD, Out);
542 MicrosoftMangleContext &getMangleContext() {
543 return cast<MicrosoftMangleContext>(CodeGen::CGCXXABI::getMangleContext());
    [all...]
  /frameworks/compile/slang/
slang_rs_context.h 151 inline clang::MangleContext &getMangleContext() const {

Completed in 163 milliseconds