HomeSort by: relevance | last modified time | path
    Searched refs:Alias (Results 1 - 25 of 89) sorted by relevancy

1 2 3 4

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Weak.h 25 IdentifierInfo *alias; // alias (optional) member in class:clang::WeakInfo
30 : alias(nullptr), loc(SourceLocation()), used(false) {}
31 WeakInfo(IdentifierInfo *Alias, SourceLocation Loc)
32 : alias(Alias), loc(Loc), used(false) {}
33 inline IdentifierInfo * getAlias() const { return alias; }
38 return alias == RHS.getAlias() && loc == RHS.getLocation();
  /src/external/apache2/llvm/dist/llvm/include/llvm/Option/
Arg.h 61 /// If this arg was created through an alias, this is the original alias arg.
62 /// For example, *this might be "-finput-charset=utf-8" and Alias might
64 std::unique_ptr<Arg> Alias;
99 /// came from an alias, this returns the alias the arg was produced from.
100 const Arg* getAlias() const { return Alias.get(); }
101 void setAlias(std::unique_ptr<Arg> Alias) { this->Alias = std::move(Alias); }
    [all...]
Option.h 47 /// of (if any), if the option is an alias, and a number of
115 /// Get the alias arguments as a \0 separated list.
187 /// aliases (itself, if the option has no alias).
189 const Option Alias = getAlias();
190 if (Alias.isValid()) return Alias.getUnaliasedOption();
203 /// Note that matches against options which are an alias should never be
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
LazyReexports.cpp 162 assert(I != CallableAliases.end() && "Symbol not found in alias map?");
177 for (auto &Alias : RequestedAliases) {
180 SourceJD, Alias.second.Aliasee,
182 StubSym = Alias.first](JITTargetAddress ResolvedAddr) -> Error {
193 StubInits[*Alias.first] =
194 std::make_pair(*CallThroughTrampoline, Alias.second.AliasFlags);
207 for (auto &Alias : RequestedAliases)
208 Stubs[Alias.first] = ISManager.findStub(*Alias.first, false);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
AliasSetTracker.cpp 1 //===- AliasSetTracker.cpp - Alias Sets Tracker implementation-------------===//
41 SaturationThreshold("alias-set-saturation-threshold", cl::Hidden,
43 cl::desc("The maximum number of pointers may-alias "
46 /// mergeSetIn - Merge the specified alias set into this alias set.
49 assert(!AS.Forward && "Alias set is already forwarding!");
52 bool WasMustAlias = (Alias == SetMustAlias);
53 // Update the alias and access types of this set...
55 Alias |= AS.Alias;
    [all...]
BasicAliasAnalysis.cpp 1 //===- BasicAliasAnalysis.cpp - Stateless Alias Analysis Impl -------------===//
10 // Alias Analysis interface that implements identities (two different
11 // globals cannot alias, etc), but does no stateful analysis.
82 /// of basic alias analysis.
202 /// location size and the fact that null pointers cannot alias here.
391 /// that rely on two's complement wrap-arounds for precise alias information
789 AliasResult BasicAAResult::alias(const MemoryLocation &LocA, function in class:BasicAAResult
857 // is impossible to alias the pointer we're checking.
858 AliasResult AR = getBestAAResults().alias(
863 // Operand doesn't alias 'Object', continue looking for other aliase
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCXX.cpp 32 /// Try to emit a base destructor as an alias to its primary
38 // Producing an alias to a base class ctor/dtor can degrade debug quality
44 // an alias, unless this class owns no members.
115 // The alias will use the linkage of the referent. If we can't
119 // We can't use an alias if the linkage is not valid for one.
134 // Derive the type for the alias.
146 // Instead of creating as alias to a linkonce_odr, replace all of the uses
160 // If we have a weak, non-discardable alias (weak, weak_odr), like an extern
162 // A COFF weak external alias cannot satisfy a normal undefined symbol
171 // avaialable_externally, don't emit an alias. We can't emit aliases t
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Option/
Option.cpp 34 assert(getAlias().isValid() && "Only alias options can have alias args.");
35 assert(getKind() == FlagClass && "Only Flag aliases can have alias args.");
37 "Cannot provide alias args to a flag option.");
77 const Option Alias = getAlias();
78 if (Alias.isValid()) {
79 O << " Alias:";
80 Alias.print(O);
95 const Option Alias = getAlias();
96 if (Alias.isValid()
    [all...]
Arg.cpp 69 if (Alias)
70 return Alias->getAsString(Args);
  /src/external/apache2/llvm/dist/llvm/lib/Object/
RecordStreamer.cpp 154 // for each alias.
210 // Set the detected binding on each alias with this aliasee.
221 MCSymbol *Alias = getContext().getOrCreateSymbol(AliasName);
226 markDefined(*Alias);
227 // Don't use EmitAssignment override as it always marks alias as defined.
228 MCStreamer::emitAssignment(Alias, Value);
230 emitSymbolAttribute(Alias, Attr);
ModuleSymbolTable.cpp 173 for (auto &Alias : KV.second)
174 AsmSymver(KV.first->getName(), Alias);
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangOptionDocEmitter.cpp 78 if (auto *A = dyn_cast<DefInit>(R->getValueInit("Alias"))) {
272 Record *Alias = Option->getValueAsDef("Alias");
275 Alias->getValueAsListOfStrings("Prefixes").front(), Alias,
296 for (auto *Alias : Option.Aliases)
297 if (!isExcluded(Alias, DocInfo) && canSphinxCopeWithOption(Option.Option))
298 F(Alias);
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCWasmStreamer.h 46 void emitWeakReference(MCSymbol *Alias, const MCSymbol *Symbol) override;
MCELFStreamer.h 48 void emitWeakReference(MCSymbol *Alias, const MCSymbol *Symbol) override;
MCWinCOFFStreamer.h 61 void emitWeakReference(MCSymbol *Alias, const MCSymbol *Symbol) override;
  /src/external/apache2/llvm/dist/llvm/lib/Linker/
LinkModules.cpp 138 "': COMDAT key involves incomputable alias size.");
439 auto &Alias = cast<GlobalAlias>(GV);
440 Module &M = *Alias.getParent();
441 PointerType &Ty = *cast<PointerType>(Alias.getType());
443 if (auto *FTy = dyn_cast<FunctionType>(Alias.getValueType())) {
451 Declaration->takeName(&Alias);
452 Alias.replaceAllUsesWith(Declaration);
453 Alias.eraseFromParent();
484 // Alias have to go first, since we are not able to find their comdats
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 127 /// unknown or may alias anything.
147 // For now, ignore PseudoSourceValues which may alias LLVM IR values
245 for (MCRegAliasIterator Alias(MO.getReg(), TRI, true);
246 Alias.isValid(); ++Alias) {
247 for (Reg2SUnitsMap::iterator I = Uses.find(*Alias); I != Uses.end(); ++I) {
263 Dep = SDep(SU, SDep::Data, *Alias);
270 !UseMIDesc->hasImplicitUseOfPhysReg(*Alias));
308 for (MCRegAliasIterator Alias(Reg, TRI, true); Alias.isValid(); ++Alias)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCWinCOFFStreamer.cpp 312 auto *Alias = cast<MCSymbolCOFF>(AliasS);
313 emitSymbolAttribute(Alias, MCSA_Weak);
316 Alias->setVariableValue(MCSymbolRefExpr::create(
MCWasmStreamer.cpp 72 void MCWasmStreamer::emitWeakReference(MCSymbol *Alias,
77 Alias->setVariableValue(Value);
  /src/external/apache2/llvm/dist/clang/lib/AST/
FormatString.cpp 543 std::string Alias;
546 Alias = Name;
549 Alias += (Alias[Alias.size()-1] == '*') ? "*" : " *";
551 // If Alias is the same as the underlying type, e.g. wchar_t, then drop it.
552 if (S == Alias)
553 Alias.clear();
556 if (!Alias.empty())
557 return std::string("'") + Alias + "' (aka '" + S + "')"
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
AliasSetTracker.h 1 //===- llvm/Analysis/AliasSetTracker.h - Build Alias Sets -------*- C++ -*-===//
124 assert(!AS && "Already have an alias set!");
145 /// All instructions without a specific address in this alias set.
155 // Signifies that this set should be considered to alias any pointer.
159 /// The kinds of access this alias set models.
161 /// We keep track of whether this alias set merely refers to the locations of
173 /// The kind of alias relationship between pointers of the set.
175 /// These represent conservatively correct alias results between any members
176 /// of the set. We represent these independently of the values of alias
182 unsigned Alias : 1
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiInstPrinter.h 57 bool printInst(const MCInst *MI, raw_ostream &Ostream, StringRef Alias,
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
meta.d 6 * (also known as $(I alias sequences)).
8 * Some operations on alias sequences are built into the language,
10 * sequence. `S[low .. high]` returns a new alias
24 * $(LREF Alias)
28 * $(TR $(TD Alias sequence filtering) $(TD
35 * $(TR $(TD Alias sequence type hierarchy) $(TD
39 * $(TR $(TD Alias sequence transformation) $(TD
47 * $(TR $(TD Alias sequence searching) $(TD
89 alias AliasSeq(TList...) = TList;
95 alias TL = AliasSeq!(int, double)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
NestedNameSpecifier.h 86 /// A namespace alias, stored as a NamespaceAliasDecl*.
134 /// Builds a nested name specifier that names a namespace alias.
137 NamespaceAliasDecl *Alias);
187 /// Retrieve the namespace alias stored in this nested name
435 /// nested-name-specifier component of the form 'namespace-alias::'.
440 /// \param Alias The namespace alias.
442 /// \param AliasLoc The location of the namespace alias
446 void Extend(ASTContext &Context, NamespaceAliasDecl *Alias,
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
Speculation.h 40 using Alias = SymbolStringPtr;
41 using ImapTy = DenseMap<Alias, AliaseeDetails>;

Completed in 54 milliseconds

1 2 3 4