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

  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 81 freeModulePtrSet(LoadedModules);
91 ModulePtrSet::iterator begin_loaded() { return LoadedModules.begin(); }
92 ModulePtrSet::iterator end_loaded() { return LoadedModules.end(); }
102 return AddedModules.erase(M) || LoadedModules.erase(M) ||
113 return (LoadedModules.count(M) != 0 ) || (FinalizedModules.count(M) != 0);
121 return (AddedModules.count(M) != 0) || (LoadedModules.count(M) != 0) ||
136 LoadedModules.insert(M);
144 assert(LoadedModules.count(M) &&
145 "markModuleAsFinalized: Module not found in LoadedModules");
148 LoadedModules.erase(M)
    [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp     [all...]
  /external/abi-compliance-checker/
abi-compliance-checker.pl     [all...]

Completed in 96 milliseconds