Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyldChecker.h104 void setContent(ArrayRef<char> Content) { in setContent() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp188 Blocks[I]->setContent( in splitBlockImpl()
192 Blocks.back()->setContent( in splitBlockImpl()
/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp894 SymInfo.setContent(ArrayRef<char>(CSymAddr, SymSize)); in linkAndVerify()
924 SecInfo.setContent(ArrayRef<char>(SecContent)); in linkAndVerify()
948 StubMemInfo.setContent(ArrayRef<char>(SecContent)); in linkAndVerify()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h255 void setContent(ArrayRef<char> Content) { in setContent() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1251 B->setContent(NewBlockContent); in fixTLVSectionsAndEdges()