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

12 3 4

  /frameworks/compile/mclinker/unittests/
ELFReaderTest.h 18 #include <mcld/MC/InputBuilder.h>
InputTreeTest.cpp 15 #include <mcld/MC/InputFactory.h>
17 #include <mcld/MC/InputBuilder.h>
18 #include <mcld/MC/FileAction.h>
19 #include <mcld/MC/CommandAction.h>
UniqueGCFactoryBaseTest.cpp 9 #include <mcld/MC/ContextFactory.h>
  /external/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp 43 if (MoveChildMatcher *MC = dyn_cast<MoveChildMatcher>(N)) {
45 if (RecordMatcher *RM = dyn_cast<RecordMatcher>(MC->getNext()))
46 if (MC->getChildNo() < 8) // Only have RecordChild0...7
47 New = new RecordChildMatcher(MC->getChildNo(), RM->getWhatFor(),
50 if (CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(MC->getNext()))
51 if (MC->getChildNo() < 8 && // Only have CheckChildType0...7
53 New = new CheckChildTypeMatcher(MC->getChildNo(), CT->getType());
60 MC->setNext(MC->getNext()->takeNext());
66 if (MoveChildMatcher *MC = dyn_cast<MoveChildMatcher>(N)
    [all...]
  /frameworks/compile/mclinker/lib/CodeGen/
MCLDTargetMachine.cpp 30 #include <llvm/MC/MCAsmInfo.h>
31 #include <llvm/MC/MCStreamer.h>
32 #include <llvm/MC/MCInstrInfo.h>
33 #include <llvm/MC/MCSubtargetInfo.h>
34 #include <llvm/MC/MCObjectStreamer.h>
35 #include <llvm/MC/MCAssembler.h>
36 #include <llvm/MC/MCObjectWriter.h>
37 #include <llvm/MC/MCContext.h>
68 ArgShowMCEncoding("lshow-mc-encoding",
73 ArgShowMCInst("lshow-mc-inst"
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
Android.mk 3 # MC driver device files
  /external/llvm/lib/TableGen/
TGParser.h 130 bool ParseObjectList(MultiClass *MC = 0);
131 bool ParseObject(MultiClass *MC);
134 Record *InstantiateMulticlassDef(MultiClass &MC,
138 bool ResolveMulticlassDefArgs(MultiClass &MC,
145 bool ResolveMulticlassDef(MultiClass &MC,
TGParser.cpp 39 MultiClass *MC;
41 SubMultiClassReference() : MC(0) {}
43 bool isInvalid() const { return MC == 0; }
50 MC->dump();
209 MultiClass *SMC = SubMultiClass.MC;
474 if (MultiClass *MC = ParseMultiClassID())
475 Result.Rec = &MC->Rec;
523 Result.MC = ParseMultiClassID();
524 if (Result.MC == 0) return Result;
535 Result.MC = 0
    [all...]
  /frameworks/compile/mclinker/lib/MC/
InputBuilder.cpp 9 #include <mcld/MC/InputBuilder.h>
14 #include <mcld/MC/InputFactory.h>
15 #include <mcld/MC/ContextFactory.h>
Attribute.cpp 9 #include <mcld/MC/Attribute.h>
10 #include <mcld/MC/AttributeSet.h>
SearchDirs.cpp 9 #include <mcld/MC/SearchDirs.h>
10 #include <mcld/MC/MCLDDirectory.h>
  /frameworks/compile/mclinker/
Android.mk 16 lib/MC \
  /external/llvm/
Android.mk 21 lib/MC \
22 lib/MC/MCParser \
  /frameworks/compile/libbcc/lib/Support/
CompilerConfig.cpp 20 #include <llvm/MC/SubtargetFeature.h>
  /frameworks/compile/mclinker/include/mcld/MC/
SearchDirs.h 15 #include <mcld/MC/MCLDInput.h>
CommandAction.h 17 #include <mcld/MC/InputAction.h>
InputBuilder.h 19 #include <mcld/MC/MCLDInput.h>
  /frameworks/compile/mclinker/include/mcld/Support/
CommandLine.h 15 #include <mcld/MC/ZOption.h>
  /frameworks/compile/mclinker/lib/LD/
Archive.cpp 10 #include <mcld/MC/InputBuilder.h>
11 #include <mcld/MC/MCLDInput.h>
12 #include <mcld/MC/AttributeSet.h>
13 #include <mcld/MC/ContextFactory.h>
ELFBinaryReader.cpp 13 #include <mcld/MC/MCLDInput.h>
  /external/eigen/bench/
geometry.cpp 64 template<typename S, int R, int C, int O, int MR, int MC>
65 struct get_dim<Matrix<S,R,C,O,MR,MC> > { enum { Dim = R }; };
  /frameworks/compile/mclinker/include/mcld/
Module.h 31 #include <mcld/MC/SymbolCategory.h>
32 #include <mcld/MC/MCLDInput.h>
GeneralOptions.h 17 #include <mcld/MC/SearchDirs.h>
18 #include <mcld/MC/ZOption.h>
  /frameworks/compile/mclinker/lib/Core/
GeneralOptions.cpp 10 #include <mcld/MC/MCLDInput.h>
  /external/clang/lib/StaticAnalyzer/Checkers/
DirectIvarAssignment.cpp 161 MethodCrawler MC(IvarToPropMap, M->getCanonicalDecl(), InterD, BR, DCtx);
162 MC.VisitStmt(Body);

Completed in 3977 milliseconds

12 3 4