Searched defs:operator (Results 76 - 100 of 182) sorted by last modified time

12345678

/frameworks/compile/mclinker/include/mcld/MC/
H A DSymbolCategory.h54 LDSymbol& operator[](size_t pPosition)
57 const LDSymbol& operator[](size_t pPosition) const
/frameworks/compile/mclinker/include/mcld/Object/
H A DSectionMap.h140 bool operator()(const Output* LHS, const Output* RHS) const
/frameworks/compile/mclinker/include/mcld/Script/
H A DInputSectDesc.h57 bool operator==(const Spec& pRHS) const {
H A DOutputSectDesc.h86 bool operator==(const Prolog& pRHS) const {
138 bool operator==(const Epilog& pRHS) const {
/frameworks/compile/mclinker/include/mcld/Support/
H A DFileSystem.h65 inline bool operator==(const FileStatus& rhs, const FileStatus& lhs) {
69 inline bool operator!=(const FileStatus& rhs, const FileStatus& lhs ) {
H A DGCFactory.h47 bool operator==(const DataIteratorBase& y) const
50 bool operator!=(const DataIteratorBase& y) const
93 reference operator*() {
99 Self& operator++() {
104 Self operator++(int) {
H A DPath.h97 bool operator==(const Path& pLHS,const Path& pRHS);
98 bool operator!=(const Path& pLHS,const Path& pRHS);
99 Path operator+(const Path& pLHS, const Path& pRHS);
110 operator<<(std::basic_ostream<Char, Traits>& pOS, const Path& pPath)
117 operator>>(std::basic_istream<Char, Traits>& pOS, Path& pPath)
123 operator<<(llvm::raw_ostream& pOS, const Path& pPath)
166 bool operator() (const mcld::sys::fs::Path& pX,const mcld::sys::fs::Path& pY) const {
H A DRealPath.h57 bool operator() (const mcld::sys::fs::RealPath& pX,
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttributeValue.h99 bool operator==(const ELFAttributeValue& pValue) const
101 bool operator!=(const ELFAttributeValue& pValue) const
H A DGNULDBackend.h487 bool operator()(const Relocation* X, const Relocation* Y) const;
497 bool operator()(const LDSymbol* X, const LDSymbol* Y) const;
502 bool operator()(const LDSymbol* X, const LDSymbol* Y) const
508 size_t operator()(const LDSymbol* pKey) const
/frameworks/compile/mclinker/lib/ADT/GraphLite/
H A DDigraph.cpp20 bool Digraph::Arc::operator==(const Digraph::Node& pOther) const
25 bool Digraph::Arc::operator!=(const Digraph::Node& pOther) const
/frameworks/compile/mclinker/lib/LD/
H A DDiagnosticInfos.cpp36 bool operator<(const DiagStaticInfo& pRHS) const
H A DEhFrame.cpp379 bool mcld::operator==(const EhFrame::CIE& p1, const EhFrame::CIE& p2)
H A DLDSymbol.cpp45 LDSymbol& LDSymbol::operator=(const LDSymbol& pCopy)
/frameworks/compile/mclinker/lib/Script/
H A DAssertCmd.cpp31 AssertCmd& AssertCmd::operator=(const AssertCmd& pAssertCmd)
H A DAssignment.cpp43 Assignment& Assignment::operator=(const Assignment& pAssignment)
/frameworks/compile/mclinker/lib/Support/
H A DDirectory.cpp79 Directory& Directory::operator=(const Directory& pCopy)
184 DirIterator& DirIterator::operator=(const DirIterator& pCopy)
192 DirIterator& DirIterator::operator++()
215 DirIterator DirIterator::operator++(int)
237 bool DirIterator::operator==(const DirIterator& y) const
252 bool DirIterator::operator!=(const DirIterator& y) const
254 return !this->operator==(y);
H A DPath.cpp209 bool mcld::sys::fs::operator==(const Path& pLHS,const Path& pRHS)
214 bool mcld::sys::fs::operator!=(const Path& pLHS,const Path& pRHS)
219 Path mcld::sys::fs::operator+(const Path& pLHS, const Path& pRHS)
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp3073 bool GNULDBackend::DynsymCompare::operator()(const LDSymbol* X,
3079 bool GNULDBackend::RelocCompare::operator()(const Relocation* X,
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.cpp76 bool MipsGOT::LocalEntry::operator<(const LocalEntry &O) const
H A DMipsGOT.h134 bool operator<(const LocalEntry &O) const;
182 bool operator<(const GotEntryKey& key) const
H A DMipsLDBackend.cpp303 bool operator()(const LDSymbol* X, const LDSymbol* Y) const
/frameworks/compile/mclinker/unittests/
H A DHashTableTest.cpp45 bool operator()(int X, int Y) const
51 bool operator()(const int* X, const int* Y) const
57 size_t operator()(const int* pKey) const
66 size_t operator()(int pKey) const
72 size_t operator()(int pKey) const
297 size_t operator()(int pKey) const {
/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp178 bool operator()(const std::pair<const Value*, unsigned> &LHS,
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp178 bool operator()(const std::pair<const Value*, unsigned> &LHS,

Completed in 439 milliseconds

12345678