Home
last modified time | relevance | path

Searched refs:SectionAddrMap (Results 1 – 25 of 54) sorted by relevance

123

/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/include/llvm/MC/
H A DMCExpr.h30 typedef DenseMap<const MCSection *, uint64_t> SectionAddrMap; typedef
52 const SectionAddrMap *Addrs) const;
56 const SectionAddrMap *Addrs, bool InSet) const;
64 const SectionAddrMap *Addrs, bool InSet, bool &valid) const;
91 const SectionAddrMap &Addrs) const;
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/MC/
H A DMCExpr.h31 using SectionAddrMap = DenseMap<const MCSection *, uint64_t>; variable
51 const SectionAddrMap *Addrs) const;
55 const SectionAddrMap *Addrs, bool InSet) const;
63 const SectionAddrMap *Addrs, bool InSet) const;
95 const SectionAddrMap &Addrs) const;
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/MC/
H A DMCExpr.h32 using SectionAddrMap = DenseMap<const MCSection *, uint64_t>;
52 const SectionAddrMap *Addrs) const;
56 const SectionAddrMap *Addrs, bool InSet) const;
64 const SectionAddrMap *Addrs, bool InSet) const;
96 const SectionAddrMap &Addrs) const; in MCDwarfLoc()
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/MC/
H A DMCExpr.h32 using SectionAddrMap = DenseMap<const MCSection *, uint64_t>;
52 const SectionAddrMap *Addrs) const;
56 const SectionAddrMap *Addrs, bool InSet) const;
64 const SectionAddrMap *Addrs, bool InSet) const;
96 const SectionAddrMap &Addrs) const;
/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/lib/MC/
H A DMCExpr.cpp417 const SectionAddrMap &Addrs) const { in evaluateAsAbsolute()
433 const SectionAddrMap *Addrs) const { in evaluateAsAbsolute()
442 const SectionAddrMap *Addrs, bool InSet) const in evaluateAsAbsolute()
465 const SectionAddrMap *Addrs, bool InSet, const MCSymbolRefExpr *&A, in AttemptToFoldSymbolOffsetDifference()
544 const SectionAddrMap *Addrs, bool InSet, const MCValue &LHS, in EvaluateSymbolicAdd()
637 const SectionAddrMap *Addrs, in evaluateAsRelocatableImpl()
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/MC/
H A DMCExpr.h31 using SectionAddrMap = DenseMap<const MCSection *, uint64_t>; variable
51 const SectionAddrMap *Addrs, bool InSet) const;
59 const SectionAddrMap *Addrs, bool InSet) const;
91 const SectionAddrMap &Addrs) const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCExpr.h31 using SectionAddrMap = DenseMap<const MCSection *, uint64_t>; variable
51 const SectionAddrMap *Addrs, bool InSet) const;
59 const SectionAddrMap *Addrs, bool InSet) const;
91 const SectionAddrMap &Addrs) const;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h31 using SectionAddrMap = DenseMap<const MCSection *, uint64_t>; variable
51 const SectionAddrMap *Addrs, bool InSet) const;
59 const SectionAddrMap *Addrs, bool InSet) const;
91 const SectionAddrMap &Addrs) const;
/dports/devel/binaryen/binaryen-version_98/third_party/llvm-project/include/llvm/MC/
H A DMCExpr.h31 using SectionAddrMap = DenseMap<const MCSection *, uint64_t>; variable
51 const SectionAddrMap *Addrs, bool InSet) const;
59 const SectionAddrMap *Addrs, bool InSet) const;
91 const SectionAddrMap &Addrs) const;
/dports/devel/llvm90/llvm-9.0.1.src/lib/MC/
H A DMCExpr.cpp466 const SectionAddrMap &Addrs) const { in evaluateAsAbsolute()
486 const SectionAddrMap *Addrs) const { in evaluateAsAbsolute()
495 const SectionAddrMap *Addrs, bool InSet) const { in evaluateAsAbsolute()
516 const SectionAddrMap *Addrs, bool InSet, const MCSymbolRefExpr *&A, in AttemptToFoldSymbolOffsetDifference()
601 const SectionAddrMap *Addrs, bool InSet, const MCValue &LHS, in EvaluateSymbolicAdd()
685 const SectionAddrMap *Addrs, in evaluateAsRelocatableImpl()
/dports/devel/llvm80/llvm-8.0.1.src/lib/MC/
H A DMCExpr.cpp458 const SectionAddrMap &Addrs) const { in evaluateAsAbsolute()
478 const SectionAddrMap *Addrs) const { in evaluateAsAbsolute()
487 const SectionAddrMap *Addrs, bool InSet) const { in evaluateAsAbsolute()
508 const SectionAddrMap *Addrs, bool InSet, const MCSymbolRefExpr *&A, in AttemptToFoldSymbolOffsetDifference()
593 const SectionAddrMap *Addrs, bool InSet, const MCValue &LHS, in EvaluateSymbolicAdd()
677 const SectionAddrMap *Addrs, in evaluateAsRelocatableImpl()
/dports/devel/llvm70/llvm-7.0.1.src/lib/MC/
H A DMCExpr.cpp454 const SectionAddrMap &Addrs) const { in evaluateAsAbsolute()
474 const SectionAddrMap *Addrs) const { in evaluateAsAbsolute()
483 const SectionAddrMap *Addrs, bool InSet) const { in evaluateAsAbsolute()
504 const SectionAddrMap *Addrs, bool InSet, const MCSymbolRefExpr *&A, in AttemptToFoldSymbolOffsetDifference()
584 const SectionAddrMap *Addrs, bool InSet, const MCValue &LHS, in EvaluateSymbolicAdd()
668 const SectionAddrMap *Addrs, in evaluateAsRelocatableImpl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/MC/
H A DMCExpr.h31 using SectionAddrMap = DenseMap<const MCSection *, uint64_t>; variable
58 const SectionAddrMap *Addrs, bool InSet) const;
70 const SectionAddrMap *Addrs, bool InSet) const;
104 const SectionAddrMap &Addrs) const;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/MC/
H A DMCExpr.h31 using SectionAddrMap = DenseMap<const MCSection *, uint64_t>; variable
58 const SectionAddrMap *Addrs, bool InSet) const;
70 const SectionAddrMap *Addrs, bool InSet) const;
104 const SectionAddrMap &Addrs) const;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/MC/
H A DMCExpr.h31 using SectionAddrMap = DenseMap<const MCSection *, uint64_t>;
58 const SectionAddrMap *Addrs, bool InSet) const;
70 const SectionAddrMap *Addrs, bool InSet) const;
104 const SectionAddrMap &Addrs) const;
H A DMCMachObjectWriter.h111 SectionAddrMap SectionAddress;
152 SectionAddrMap &getSectionAddressMap() { return SectionAddress; } in getSectionAddressMap()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/MC/
H A DMCExpr.h31 using SectionAddrMap = DenseMap<const MCSection *, uint64_t>; variable
58 const SectionAddrMap *Addrs, bool InSet) const;
70 const SectionAddrMap *Addrs, bool InSet) const;
104 const SectionAddrMap &Addrs) const;
H A DMCMachObjectWriter.h111 SectionAddrMap SectionAddress;
152 SectionAddrMap &getSectionAddressMap() { return SectionAddress; } in getSectionAddressMap()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/MC/
H A DMCExpr.h31 using SectionAddrMap = DenseMap<const MCSection *, uint64_t>; variable
58 const SectionAddrMap *Addrs, bool InSet) const;
70 const SectionAddrMap *Addrs, bool InSet) const;
104 const SectionAddrMap &Addrs) const;
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/MC/
H A DMCExpr.h31 using SectionAddrMap = DenseMap<const MCSection *, uint64_t>; variable
58 const SectionAddrMap *Addrs, bool InSet) const;
70 const SectionAddrMap *Addrs, bool InSet) const;
104 const SectionAddrMap &Addrs) const;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h31 using SectionAddrMap = DenseMap<const MCSection *, uint64_t>; variable
58 const SectionAddrMap *Addrs, bool InSet) const;
70 const SectionAddrMap *Addrs, bool InSet) const;
104 const SectionAddrMap &Addrs) const;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/MC/
H A DMCExpr.h31 using SectionAddrMap = DenseMap<const MCSection *, uint64_t>; variable
58 const SectionAddrMap *Addrs, bool InSet) const;
70 const SectionAddrMap *Addrs, bool InSet) const;
104 const SectionAddrMap &Addrs) const;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/MC/
H A DMCExpr.h31 using SectionAddrMap = DenseMap<const MCSection *, uint64_t>; variable
58 const SectionAddrMap *Addrs, bool InSet) const;
70 const SectionAddrMap *Addrs, bool InSet) const;
104 const SectionAddrMap &Addrs) const;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/MC/
H A DMCExpr.h31 using SectionAddrMap = DenseMap<const MCSection *, uint64_t>; variable
58 const SectionAddrMap *Addrs, bool InSet) const;
70 const SectionAddrMap *Addrs, bool InSet) const;
104 const SectionAddrMap &Addrs) const;
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/MC/
H A DMCExpr.h31 using SectionAddrMap = DenseMap<const MCSection *, uint64_t>; in unicode_return()
58 const SectionAddrMap *Addrs, bool InSet) const; in unicode_return()
70 const SectionAddrMap *Addrs, bool InSet) const; in unicode_return()
104 const SectionAddrMap &Addrs) const; in unicode_return()

123