Searched defs:mangler (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/tools/lto/ |
D | LTOCodeGenerator.cpp | 281 Mangler &mangler) { in applyRestriction() 316 Mangler mangler(Context, *_target->getTargetData()); in applyScopeRestrictions() local
|
D | LTOModule.cpp | 185 void LTOModule::addDefinedFunctionSymbol(Function *f, Mangler &mangler) { in addDefinedFunctionSymbol() 283 void LTOModule::addDefinedDataSymbol(GlobalValue *v, Mangler &mangler) { in addDefinedDataSymbol() 331 void LTOModule::addDefinedSymbol(GlobalValue *def, Mangler &mangler, in addDefinedSymbol() 430 Mangler &mangler) { in addPotentialUndefinedSymbol() 675 Mangler mangler(Context, *_target->getTargetData()); in ParseSymbols() local
|
/external/clang/lib/AST/ |
D | MicrosoftMangle.cpp | 2815 MicrosoftCXXNameMangler mangler(*this, MHO, D, Type); in mangleCXXCtor() local 2823 MicrosoftCXXNameMangler mangler(*this, MHO, D, Type); in mangleCXXDtor() local
|