Home
last modified time | relevance | path

Searched refs:SimpleReference (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lld/include/lld/Core/
DSimple.h114 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/
DReaderWriterYAML.cpp915 auto node = new (file().allocator()) SimpleReference(ns, arch, kindValue, in addReference()