Searched refs:setContent (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyldChecker.h91 assert(Size && "setContent/setZeroFill must be called first");
96 void setContent(StringRef Content) { function in class:llvm::RuntimeDyldChecker::MemoryRegionInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp175 B.setContent(B.getContent().substr(SplitIndex));
H A DJITLinkGeneric.cpp396 B->setContent(StringRef(BlockDataPtr, B->getContent().size()));
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp841 SymInfo.setContent(StringRef(CSymAddr, SymSize));
868 SecInfo.setContent(Dyld.getSectionContent(*SectionID));
887 StubMemInfo.setContent(
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h200 void setContent(StringRef Content) {

Completed in 171 milliseconds