Home
last modified time | relevance | path

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

/llvm-project/lld/ELF/
H A DSymbols.h517 struct ElfSym { global() struct
519 bssElfSym global() argument
522 etext1ElfSym global() argument
523 etext2ElfSym global() argument
526 edata1ElfSym global() argument
527 edata2ElfSym global() argument
530 end1ElfSym global() argument
531 end2ElfSym global() argument
536 globalOffsetTableElfSym global() argument
539 mipsGpElfSym global() argument
540 mipsGpDispElfSym global() argument
541 mipsLocalGpElfSym global() argument
544 riscvGlobalPointerElfSym global() argument
547 relaIpltStartElfSym global() argument
548 relaIpltEndElfSym global() argument
551 tlsModuleBaseElfSym global() argument
/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp592 if (const auto *ElfSym = dyn_cast<const MCSymbolELF>(Sym)) { isMicroMips() local