HomeSort by relevance Sort by last modified time
    Searched refs:getModule (Results 26 - 50 of 119) sorted by null

12 3 4 5

  /external/clang/lib/Lex/
ModuleMap.cpp 263 if (Header.getModule() == RequestingModule)
268 Header.getModule())) {
269 Private = Header.getModule();
276 !directlyUses(RequestingModule, Header.getModule())) {
277 NotUsed = Header.getModule();
333 if (!I->getModule()->isAvailable())
338 if (I->getModule() == RequestingModule)
344 !directlyUses(RequestingModule, I->getModule()))
361 Module *Result = H.getModule();
440 I->getModule()->isSubModuleOf(RequestingModule))
    [all...]
PPDirectives.cpp 552 return ModMap.findModuleForHeader(EntryOfIncl).getModule();
    [all...]
  /external/llvm/lib/Analysis/IPA/
CallGraphSCCPass.cpp 488 Changed |= ((FPPassManager*)PM)->doInitialization(CG.getModule());
503 Changed |= ((FPPassManager*)PM)->doFinalization(CG.getModule());
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 197 const Module *getModule() const { return TheModule; }
  /external/llvm/include/llvm/IR/
DiagnosticInfo.h 190 const Module &getModule() const { return M; }
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 381 if (llvm::GlobalVariable *GV = CGM.getModule().getNamedGlobal(Name))
384 return new llvm::GlobalVariable(CGM.getModule(), CGM.Int8Ty,
    [all...]
CGDeclCXX.cpp 235 Name, &CGM.getModule());
327 getModule(), Int8Ty, false, llvm::GlobalVariable::InternalLinkage,
CGCXX.cpp 180 Linkage, "", Aliasee, &getModule());
CGDecl.cpp 193 new llvm::GlobalVariable(CGM.getModule(), LTy,
260 GV = new llvm::GlobalVariable(CGM.getModule(), Init->getType(),
    [all...]
CGBlocks.cpp 123 new llvm::GlobalVariable(CGM.getModule(), init->getType(), true,
    [all...]
ItaniumCXXABI.cpp     [all...]
CodeGenFunction.cpp 38 Builder(cgm.getModule().getContext(), llvm::ConstantFolder(),
501 CGM.getModule().getOrInsertNamedMetadata("opencl.kernels");
    [all...]
CodeGenTypes.cpp 33 : CGM(cgm), Context(cgm.getContext()), TheModule(cgm.getModule()),
CGVTables.cpp 144 CGM.getModule().getFunctionList().push_back(NewFn);
  /frameworks/compile/libbcc/lib/Renderscript/
RSInfoExtractor.cpp 114 const llvm::Module &module = pSource.getModule();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
ConfirmationPage.java 162 GradleModule module = mBuilder.getModule((IJavaProject) firstElement);
ProjectSetupBuilder.java 142 public GradleModule getModule(IJavaProject javaProject) {
  /external/clang/include/clang/AST/
ExternalASTSource.h 150 virtual Module *getModule(unsigned ID) { return nullptr; }
  /external/llvm/lib/CodeGen/AsmPrinter/
WinCodeViewLineTables.cpp 110 if (!MMI->getModule()->getNamedMetadata("llvm.dbg.cu") ||
DwarfDebug.cpp 210 : MMI->getModule()->getDwarfVersion();
731 const Module *M = MMI->getModule();
808 const Module *M = MMI->getModule();
843 const Module *M = MMI->getModule();
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 211 if (jitstate && jitstate->getModule() == M) {
  /external/llvm/lib/LTO/
LTOModule.cpp 593 if (Value *Val = getModule().getModuleFlag("Linker Options")) {
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 117 addEhFrameForPLT(pBuilder.getModule());
  /frameworks/compile/mclinker/lib/LD/
ELFReader.cpp 190 Module& pModule = pBuilder.getModule();
711 Module& pModule = pBuilder.getModule();
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 846 if (Att->getModule() != II_malloc)
    [all...]

Completed in 645 milliseconds

12 3 4 5