Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/ELF/
H A DSymbols.h495 struct ElfSym { struct
497 static Defined *bss;
500 static Defined *data;
503 static Defined *etext1;
504 static Defined *etext2;
507 static Defined *edata1;
508 static Defined *edata2;
511 static Defined *end1;
512 static Defined *end2;
520 static Defined *mipsGp;
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp591 if (const auto *ElfSym = dyn_cast<const MCSymbolELF>(Sym)) { in isMicroMips() local