HomeSort by: relevance | last modified time | path
    Searched defs:ProcessAllSections (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
RTDyldObjectLinkingLayer.h 80 /// Set the 'ProcessAllSections' flag.
86 RTDyldObjectLinkingLayer &setProcessAllSections(bool ProcessAllSections) {
87 this->ProcessAllSections = ProcessAllSections;
151 bool ProcessAllSections = false;
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 249 void setProcessAllSections(bool ProcessAllSections) {
251 this->ProcessAllSections = ProcessAllSections;
277 bool ProcessAllSections,
290 bool ProcessAllSections;
303 bool ProcessAllSections,
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
RTDyldObjectLinkingLayer.cpp 155 MemMgrRef, Resolver, ProcessAllSections,
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 296 bool ProcessAllSections;
452 ProcessAllSections(false), HasError(false) {
457 void setProcessAllSections(bool ProcessAllSections) {
458 this->ProcessAllSections = ProcessAllSections;

Completed in 15 milliseconds