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

1 2

  /external/llvm/include/llvm/ExecutionEngine/Orc/
ObjectLinkingLayer.h 122 RTDyld.setProcessAllSections(PFC->ProcessAllSections);
236 void setProcessAllSections(bool ProcessAllSections) {
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 236 void setProcessAllSections(bool ProcessAllSections) override {
237 Dyld.setProcessAllSections(ProcessAllSections);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
RTDyldObjectLinkingLayer.h 131 RTDyld.setProcessAllSections(PFC->ProcessAllSections);
243 void setProcessAllSections(bool ProcessAllSections) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
RTDyldObjectLinkingLayer.h 131 RTDyld.setProcessAllSections(PFC->ProcessAllSections);
243 void setProcessAllSections(bool ProcessAllSections) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
RTDyldObjectLinkingLayer.h 131 RTDyld.setProcessAllSections(PFC->ProcessAllSections);
243 void setProcessAllSections(bool ProcessAllSections) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
RTDyldObjectLinkingLayer.h 131 RTDyld.setProcessAllSections(PFC->ProcessAllSections);
243 void setProcessAllSections(bool ProcessAllSections) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
RTDyldObjectLinkingLayer.h 131 RTDyld.setProcessAllSections(PFC->ProcessAllSections);
243 void setProcessAllSections(bool ProcessAllSections) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
RTDyldObjectLinkingLayer.h 131 RTDyld.setProcessAllSections(PFC->ProcessAllSections);
243 void setProcessAllSections(bool ProcessAllSections) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
RTDyldObjectLinkingLayer.h 131 RTDyld.setProcessAllSections(PFC->ProcessAllSections);
243 void setProcessAllSections(bool ProcessAllSections) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
RTDyldObjectLinkingLayer.h 131 RTDyld.setProcessAllSections(PFC->ProcessAllSections);
243 void setProcessAllSections(bool ProcessAllSections) {
  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 269 void setProcessAllSections(bool ProcessAllSections) {
270 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) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 235 void setProcessAllSections(bool ProcessAllSections) {
236 assert(!Dyld && "setProcessAllSections must be called before loadObject.");
ExecutionEngine.h 418 /// setProcessAllSections (MCJIT Only): By default, only sections that are
429 virtual void setProcessAllSections(bool ProcessAllSections) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 235 void setProcessAllSections(bool ProcessAllSections) {
236 assert(!Dyld && "setProcessAllSections must be called before loadObject.");
ExecutionEngine.h 418 /// setProcessAllSections (MCJIT Only): By default, only sections that are
429 virtual void setProcessAllSections(bool ProcessAllSections) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 235 void setProcessAllSections(bool ProcessAllSections) {
236 assert(!Dyld && "setProcessAllSections must be called before loadObject.");
ExecutionEngine.h 418 /// setProcessAllSections (MCJIT Only): By default, only sections that are
429 virtual void setProcessAllSections(bool ProcessAllSections) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 235 void setProcessAllSections(bool ProcessAllSections) {
236 assert(!Dyld && "setProcessAllSections must be called before loadObject.");
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 235 void setProcessAllSections(bool ProcessAllSections) {
236 assert(!Dyld && "setProcessAllSections must be called before loadObject.");
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 235 void setProcessAllSections(bool ProcessAllSections) {
236 assert(!Dyld && "setProcessAllSections must be called before loadObject.");
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 235 void setProcessAllSections(bool ProcessAllSections) {
236 assert(!Dyld && "setProcessAllSections must be called before loadObject.");
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 235 void setProcessAllSections(bool ProcessAllSections) {
236 assert(!Dyld && "setProcessAllSections must be called before loadObject.");
  /external/llvm/lib/ExecutionEngine/Orc/
OrcMCJITReplacement.h 240 void setProcessAllSections(bool ProcessAllSections) override {
241 ObjectLayer.setProcessAllSections(ProcessAllSections);
  /external/llvm/unittests/ExecutionEngine/Orc/
ObjectLinkingLayerTest.cpp 109 ObjLayer.setProcessAllSections(true);

Completed in 435 milliseconds

1 2