Home
last modified time | relevance | path

Searched defs:SymbolAnchor (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.h121 struct SymbolAnchor { struct
130 SmallVector<SymbolAnchor, 0> anchors; argument
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp477 struct SymbolAnchor { struct
478 uint64_t Offset;
479 Symbol *Sym;
480 bool End; // true for the anchor of getOffset() + getSize()