Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp1280 Value symAddr = threadprivateOp.sym_addr(); in convertOmpThreadprivate() local
1281 auto *symOp = symAddr.getDefiningOp(); in convertOmpThreadprivate()
/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.cpp800 uint64_t symAddr = getMipsPageAddr(sym.getVA(addend)); in getPageEntryOffset() local
801 index = g.pagesMap.lookup(outSec).firstIndex + (symAddr - secAddr) / 0xffff; in getPageEntryOffset()