HomeSort by relevance Sort by last modified time
    Searched refs:setProcessAllSections (Results 1 - 9 of 9) sorted by null

  /external/llvm/unittests/ExecutionEngine/Orc/
ObjectLinkingLayerTest.cpp 86 ObjLayer.setProcessAllSections(true);
  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 239 void setProcessAllSections(bool ProcessAllSections) {
240 assert(!Dyld && "setProcessAllSections must be called before loadObject.");
ExecutionEngine.h 407 /// setProcessAllSections (MCJIT Only): By default, only sections that are
418 virtual void setProcessAllSections(bool ProcessAllSections) {
  /external/llvm/include/llvm/ExecutionEngine/Orc/
ObjectLinkingLayer.h 46 RTDyld->setProcessAllSections(ProcessAllSections);
156 void setProcessAllSections(bool ProcessAllSections) {
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 237 void setProcessAllSections(bool ProcessAllSections) override {
238 Dyld.setProcessAllSections(ProcessAllSections);
  /external/llvm/lib/ExecutionEngine/Orc/
OrcMCJITReplacement.h 233 void setProcessAllSections(bool ProcessAllSections) override {
234 ObjectLayer.setProcessAllSections(ProcessAllSections);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp     [all...]
RuntimeDyldImpl.h 438 void setProcessAllSections(bool ProcessAllSections) {
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 649 Dyld.setProcessAllSections(true);

Completed in 186 milliseconds