Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp43 virtual void setTargetMemoryRange(SectionRange Range) = 0;
56 void setTargetMemoryRange(SectionRange Range) override;
68 void ELFDebugObjectSection<ELFT>::setTargetMemoryRange(SectionRange Range) { in setTargetMemoryRange() function in llvm::orc::ELFDebugObjectSection
366 DebugObjSection->setTargetMemoryRange(TargetMem); in reportSectionTargetMemoryRange()