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

  /external/swiftshader/third_party/LLVM/tools/lto/
LTOModule.h 30 class Mangler;
81 llvm::Mangler& mangler,
84 llvm::Mangler &mangler);
86 llvm::Mangler &mangler);
88 llvm::Mangler &mangler);
LTOModule.cpp 33 #include "llvm/Target/Mangler.h"
185 void LTOModule::addDefinedFunctionSymbol(Function *f, Mangler &mangler) {
187 addDefinedSymbol(f, mangler, true);
283 void LTOModule::addDefinedDataSymbol(GlobalValue *v, Mangler &mangler) {
285 addDefinedSymbol(v, mangler, false);
331 void LTOModule::addDefinedSymbol(GlobalValue *def, Mangler &mangler,
339 mangler.getNameWithPrefix(Buffer, def, false)
    [all...]
LTOCodeGenerator.cpp 31 #include "llvm/Target/Mangler.h"
281 Mangler &mangler) {
283 mangler.getNameWithPrefix(Buffer, &GV, false);
316 Mangler mangler(Context, *_target->getTargetData());
322 applyRestriction(*f, mustPreserveList, asmUsed, mangler);
325 applyRestriction(*v, mustPreserveList, asmUsed, mangler);
328 applyRestriction(*a, mustPreserveList, asmUsed, mangler);
LTOCodeGenerator.h 54 llvm::Mangler &mangler);
  /bionic/tools/versioner/src/
DeclarationDatabase.cpp 38 static bool shouldMangle(MangleContext* mangler, NamedDecl* decl) {
39 // Passing a decl with static linkage to the mangler gives incorrect results.
40 // Check some things ourselves before handing it off to the mangler.
51 return mangler->shouldMangleDeclName(decl);
58 std::unique_ptr<MangleContext> mangler; member in class:Visitor
63 mangler.reset(ItaniumMangleContext::create(ctx, ctx.getDiagnostics()));
80 if (shouldMangle(mangler.get(), decl)) {
83 mangler->mangleName(decl, ss);
  /external/clang/lib/AST/
MicrosoftMangle.cpp 747 // That said, from the mangler's perspective we have a structure like this:
752 // What we do is we create a new mangler, mangle the same type (without
753 // a namespace suffix) to a string using the extra mangler and then use
    [all...]
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /external/error_prone/javac/
javac-9+181-r4173-1.jar 

Completed in 1072 milliseconds