HomeSort by relevance Sort by last modified time
    Searched refs:Ctx (Results 1 - 25 of 1928) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/MC/MCDisassembler/
MCRelocationInfo.cpp 16 MCRelocationInfo::MCRelocationInfo(MCContext &Ctx)
17 : Ctx(Ctx) {
32 MCContext &Ctx) {
33 return new MCRelocationInfo(Ctx);
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachORelocationInfo.cpp 23 ARMMachORelocationInfo(MCContext &Ctx) : MCRelocationInfo(Ctx) {}
29 return ARMMCExpr::createUpper16(SubExpr, Ctx);
31 return ARMMCExpr::createLower16(SubExpr, Ctx);
41 MCRelocationInfo *llvm::createARMMachORelocationInfo(MCContext &Ctx) {
42 return new ARMMachORelocationInfo(Ctx);
  /external/swiftshader/third_party/subzero/src/
IceCompiler.cpp 65 void Compiler::run(const Ice::ClFlags &Flags, GlobalContext &Ctx,
71 Ctx.getStrError()
73 Ctx.getErrorStatus()->assign(EC_Args);
77 TimerMarker T(Ice::TimerStack::TT_szmain, &Ctx);
79 Ctx.emitFileHeader();
80 Ctx.startWorkerThreads();
88 std::unique_ptr<PNaClTranslator> PTranslator(new PNaClTranslator(&Ctx));
103 std::unique_ptr<WasmTranslator> WTranslator(new WasmTranslator(&Ctx));
110 Ctx.getStrError() << "WASM support not enabled\n";
111 Ctx.getErrorStatus()->assign(EC_Args)
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
MPIChecker.h 36 void checkPreCall(const CallEvent &CE, CheckerContext &Ctx) const {
37 dynamicInit(Ctx);
38 checkUnmatchedWaits(CE, Ctx);
39 checkDoubleNonblocking(CE, Ctx);
42 void checkDeadSymbols(SymbolReaper &SymReaper, CheckerContext &Ctx) const {
43 dynamicInit(Ctx);
44 checkMissingWaits(SymReaper, Ctx);
47 void dynamicInit(CheckerContext &Ctx) const {
51 .reset(new MPIFunctionClassifier{Ctx.getASTContext()});
61 clang::ento::CheckerContext &Ctx) const
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyTargetObjectFile.cpp 20 void WebAssemblyTargetObjectFile::Initialize(MCContext &Ctx,
22 TargetLoweringObjectFileELF::Initialize(Ctx, TM);
WebAssemblyTargetObjectFile.h 25 void Initialize(MCContext &Ctx, const TargetMachine &TM) override;
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreTargetObjectFile.h 19 void Initialize(MCContext &Ctx, const TargetMachine &TM);
  /external/clang/lib/StaticAnalyzer/Checkers/
SelectorExtras.h 19 static inline Selector getKeywordSelectorImpl(ASTContext &Ctx,
23 II.push_back(&Ctx.Idents.get(First));
26 II.push_back(&Ctx.Idents.get(s));
28 return Ctx.Selectors.getSelector(II.size(), &II[0]);
31 static inline Selector getKeywordSelector(ASTContext &Ctx, va_list argp) {
34 return getKeywordSelectorImpl(Ctx, First, argp);
38 static inline Selector getKeywordSelector(ASTContext &Ctx,
42 Selector result = getKeywordSelectorImpl(Ctx, First, argp);
48 static inline void lazyInitKeywordSelector(Selector &Sel, ASTContext &Ctx,
54 Sel = getKeywordSelectorImpl(Ctx, First, argp)
    [all...]
  /external/clang/lib/AST/
NSAPI.cpp 18 NSAPI::NSAPI(ASTContext &ctx)
19 : Ctx(ctx), ClassIds(), BOOLId(nullptr), NSIntegerId(nullptr),
38 return (ClassIds[K] = &Ctx.Idents.get(ClassName[K]));
48 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithString"));
51 Sel = Ctx.Selectors.getUnarySelector(
52 &Ctx.Idents.get("stringWithUTF8String"));
55 Sel = Ctx.Selectors.getUnarySelector(
56 &Ctx.Idents.get("initWithUTF8String"))
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCExpr.h 123 static const MCConstantExpr *Create(int64_t Value, MCContext &Ctx);
194 static const MCSymbolRefExpr *Create(const MCSymbol *Symbol, MCContext &Ctx) {
195 return MCSymbolRefExpr::Create(Symbol, VK_None, Ctx);
199 MCContext &Ctx);
201 MCContext &Ctx);
249 MCContext &Ctx);
250 static const MCUnaryExpr *CreateLNot(const MCExpr *Expr, MCContext &Ctx) {
251 return Create(LNot, Expr, Ctx);
253 static const MCUnaryExpr *CreateMinus(const MCExpr *Expr, MCContext &Ctx) {
254 return Create(Minus, Expr, Ctx);
    [all...]
  /external/llvm/lib/Target/AVR/
AVRTargetObjectFile.cpp 22 void AVRTargetObjectFile::Initialize(MCContext &Ctx, const TargetMachine &TM) {
23 Base::Initialize(Ctx, TM);
25 Ctx.getELFSection(".progmem.data", ELF::SHT_PROGBITS, ELF::SHF_ALLOC);
  /external/clang/include/clang/Tooling/Core/
QualTypeNames.h 71 /// \param[in] Ctx - the ASTContext to be used.
75 const ASTContext &Ctx,
  /external/llvm/include/llvm/MC/
MCAsmInfoELF.h 18 MCSection *getNonexecutableStackSection(MCContext &Ctx) const final;
  /external/llvm/include/llvm/MC/MCDisassembler/
MCSymbolizer.h 45 MCContext &Ctx;
50 MCSymbolizer(MCContext &Ctx, std::unique_ptr<MCRelocationInfo> RelInfo)
51 : Ctx(Ctx), RelInfo(std::move(RelInfo)) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/Core/
QualTypeNames.h 71 /// \param[in] Ctx - the ASTContext to be used.
75 const ASTContext &Ctx,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCAsmInfoELF.h 19 MCSection *getNonexecutableStackSection(MCContext &Ctx) const final;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/MCDisassembler/
MCSymbolizer.h 41 MCContext &Ctx;
46 MCSymbolizer(MCContext &Ctx, std::unique_ptr<MCRelocationInfo> RelInfo)
47 : Ctx(Ctx), RelInfo(std::move(RelInfo)) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Tooling/Core/
QualTypeNames.h 71 /// \param[in] Ctx - the ASTContext to be used.
75 const ASTContext &Ctx,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCAsmInfoELF.h 19 MCSection *getNonexecutableStackSection(MCContext &Ctx) const final;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/MCDisassembler/
MCSymbolizer.h 41 MCContext &Ctx;
46 MCSymbolizer(MCContext &Ctx, std::unique_ptr<MCRelocationInfo> RelInfo)
47 : Ctx(Ctx), RelInfo(std::move(RelInfo)) {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Tooling/Core/
QualTypeNames.h 71 /// \param[in] Ctx - the ASTContext to be used.
75 const ASTContext &Ctx,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCAsmInfoELF.h 19 MCSection *getNonexecutableStackSection(MCContext &Ctx) const final;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/MCDisassembler/
MCSymbolizer.h 41 MCContext &Ctx;
46 MCSymbolizer(MCContext &Ctx, std::unique_ptr<MCRelocationInfo> RelInfo)
47 : Ctx(Ctx), RelInfo(std::move(RelInfo)) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Tooling/Core/
QualTypeNames.h 71 /// \param[in] Ctx - the ASTContext to be used.
75 const ASTContext &Ctx,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCAsmInfoELF.h 19 MCSection *getNonexecutableStackSection(MCContext &Ctx) const final;

Completed in 863 milliseconds

1 2 3 4 5 6 7 8 91011>>