Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp43 virtual void setTargetMemoryRange(SectionRange Range) = 0;
56 void setTargetMemoryRange(SectionRange Range) override;
66 void ELFDebugObjectSection<ELFT>::setTargetMemoryRange(SectionRange Range) { in setTargetMemoryRange() function in llvm::orc::ELFDebugObjectSection
352 DebugObjSection->setTargetMemoryRange(TargetMem); in reportSectionTargetMemoryRange()