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

  /external/llvm/include/llvm/ExecutionEngine/Orc/
ObjectLinkingLayer.h 105 bool ProcessAllSections)
110 ProcessAllSections)) {
122 RTDyld.setProcessAllSections(PFC->ProcessAllSections);
181 FinalizerFtor Finalizer, bool ProcessAllSections)
184 ProcessAllSections(ProcessAllSections) {}
189 bool ProcessAllSections;
206 bool ProcessAllSections) {
211 ProcessAllSections);
228 ProcessAllSections(false) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
RTDyldObjectLinkingLayer.h 68 /// Set the 'ProcessAllSections' flag.
74 void setProcessAllSections(bool ProcessAllSections) {
75 this->ProcessAllSections = ProcessAllSections;
83 bool ProcessAllSections;
167 bool ProcessAllSections)
173 ProcessAllSections)) {
190 PFC->RTDyld->setProcessAllSections(PFC->ProcessAllSections);
263 bool ProcessAllSections)
266 ProcessAllSections(ProcessAllSections) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 228 void setProcessAllSections(bool ProcessAllSections) {
230 this->ProcessAllSections = ProcessAllSections;
258 bool ProcessAllSections;
ExecutionEngine.h 430 virtual void setProcessAllSections(bool ProcessAllSections) {
431 llvm_unreachable("No support for ProcessAllSections option");
  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 269 void setProcessAllSections(bool ProcessAllSections) {
271 this->ProcessAllSections = ProcessAllSections;
299 bool ProcessAllSections;
ExecutionEngine.h 418 virtual void setProcessAllSections(bool ProcessAllSections) {
419 llvm_unreachable("No support for ProcessAllSections option");
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
RTDyldObjectLinkingLayer.cpp 86 NotifyFinalized(std::move(NotifyFinalized)), ProcessAllSections(false) {}
105 RTDyld->setProcessAllSections(ProcessAllSections);
OrcMCJITReplacement.h 374 void setProcessAllSections(bool ProcessAllSections) override {
375 ObjectLayer.setProcessAllSections(ProcessAllSections);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 279 bool ProcessAllSections;
425 ProcessAllSections(false), HasError(false) {
430 void setProcessAllSections(bool ProcessAllSections) {
431 this->ProcessAllSections = ProcessAllSections;
RuntimeDyld.cpp 303 if (I == E && !ProcessAllSections)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 302 bool ProcessAllSections;
473 ProcessAllSections(false), HasError(false) {
478 void setProcessAllSections(bool ProcessAllSections) {
479 this->ProcessAllSections = ProcessAllSections;
RuntimeDyld.cpp 354 if (I == E && !ProcessAllSections)
479 bool IsRequired = isRequiredForExecution(Section) || ProcessAllSections;
755 if (IsRequired || ProcessAllSections) {
    [all...]
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 236 void setProcessAllSections(bool ProcessAllSections) override {
237 Dyld.setProcessAllSections(ProcessAllSections);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 236 void setProcessAllSections(bool ProcessAllSections) override {
237 Dyld.setProcessAllSections(ProcessAllSections);
  /external/llvm/lib/ExecutionEngine/Orc/
OrcMCJITReplacement.h 240 void setProcessAllSections(bool ProcessAllSections) override {
241 ObjectLayer.setProcessAllSections(ProcessAllSections);

Completed in 967 milliseconds