HomeSort by: relevance | last modified time | path
    Searched refs:InSet (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCObjectWriter.cpp 21 bool InSet) const {
35 return isSymbolRefDifferenceFullyResolvedImpl(Asm, SA, SB, InSet);
40 bool InSet) const {
41 return isSymbolRefDifferenceFullyResolvedImpl(Asm, A, *B.getFragment(), InSet,
47 bool InSet, bool IsPCRel) const {
MCExpr.cpp 544 // Setting InSet causes us to absolutize differences across sections and that
565 const SectionAddrMap *Addrs, bool InSet) const {
575 evaluateAsRelocatableImpl(Value, Asm, Layout, nullptr, Addrs, InSet);
586 const SectionAddrMap *Addrs, bool InSet, const MCSymbolRefExpr *&A,
597 if (!Asm->getWriter().isSymbolRefDifferenceFullyResolved(*Asm, A, B, InSet))
675 const MCSymbolRefExpr *B, bool InSet) {
676 if (InSet)
713 const SectionAddrMap *Addrs, bool InSet, const MCValue &LHS,
730 // the InSet flag is set to get the current difference anyway (used for
732 if (Asm && canFold(Asm, LHS_A, LHS_B, InSet)) {
    [all...]
MachObjectWriter.cpp 667 bool InSet) const {
674 InSet);
679 bool InSet, bool IsPCRel) const {
680 if (InSet)
WinCOFFObjectWriter.cpp 207 const MCFragment &FB, bool InSet,
700 bool InSet, bool IsPCRel) const {
711 InSet, IsPCRel);
ELFObjectWriter.cpp 249 const MCFragment &FB, bool InSet,
1511 bool InSet, bool IsPCRel) const {
1514 assert(!InSet);
1520 InSet, IsPCRel);
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCObjectWriter.h 75 bool InSet) const;
80 bool InSet) const;
85 bool InSet,
MCMachObjectWriter.h 259 bool InSet) const override;
263 const MCFragment &FB, bool InSet,
MCExpr.h 58 const SectionAddrMap *Addrs, bool InSet) const;
70 const SectionAddrMap *Addrs, bool InSet) const;
  /src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
DWARFLinker.cpp 826 DIEAbbrev *InSet = AbbreviationsSet.FindNodeOrInsertPos(ID, InsertToken);
829 if (InSet) {
831 Abbrev.setNumber(InSet->getNumber());

Completed in 65 milliseconds