Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1224 static void applyUTypeImmRISCV(uint8_t *InstrAddr, uint32_t Imm) { in applyUTypeImmRISCV() argument
1226 auto Instr = support::ulittle32_t::ref(InstrAddr); in applyUTypeImmRISCV()
1230 static void applyITypeImmRISCV(uint8_t *InstrAddr, uint32_t Imm) { in applyITypeImmRISCV() argument
1232 auto Instr = support::ulittle32_t::ref(InstrAddr); in applyITypeImmRISCV()