Searched refs:SimpleReference (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/lld/include/lld/Core/ |
D | Simple.h | 114 class SimpleReference : public Reference, 115 public llvm::ilist_node<SimpleReference> { 117 SimpleReference(Reference::KindNamespace ns, Reference::KindArch arch, in SimpleReference() function 122 SimpleReference() in SimpleReference() function 191 *reinterpret_cast<const llvm::ilist_node<SimpleReference> *>(it)); in derefIterator() 196 *reinterpret_cast<const llvm::ilist_node<SimpleReference> *>(it)); in incrementIterator() 206 SimpleReference(ns, arch, kindValue, off, target, a); in addReference() 214 llvm::SmallVector<SimpleReference *, 16> elements; in sortReferences() 215 for (SimpleReference &node : _references) { in sortReferences() 219 [] (const SimpleReference *lhs, const SimpleReference *rhs) -> bool { in sortReferences() [all …]
|
/external/llvm-project/lld/lib/ReaderWriter/YAML/ |
D | ReaderWriterYAML.cpp | 915 auto node = new (file().allocator()) SimpleReference(ns, arch, kindValue, in addReference()
|