/external/clang/lib/AST/ |
D | NSAPI.cpp | 19 : Ctx(ctx), ClassIds(), BOOLId(nullptr), NSIntegerId(nullptr), in NSAPI() 38 return (ClassIds[K] = &Ctx.Idents.get(ClassName[K])); in getNSClassId() 48 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithString")); in getNSStringSelector() 51 Sel = Ctx.Selectors.getUnarySelector( in getNSStringSelector() 52 &Ctx.Idents.get("stringWithUTF8String")); in getNSStringSelector() 55 Sel = Ctx.Selectors.getUnarySelector( in getNSStringSelector() 56 &Ctx.Idents.get("initWithUTF8String")); in getNSStringSelector() 60 &Ctx.Idents.get("stringWithCString"), in getNSStringSelector() 61 &Ctx.Idents.get("encoding") in getNSStringSelector() 63 Sel = Ctx.Selectors.getSelector(2, KeyIdents); in getNSStringSelector() [all …]
|
D | ExprClassification.cpp | 26 static Cl::Kinds ClassifyInternal(ASTContext &Ctx, const Expr *E); 27 static Cl::Kinds ClassifyDecl(ASTContext &Ctx, const Decl *D); 28 static Cl::Kinds ClassifyUnnamed(ASTContext &Ctx, QualType T); 29 static Cl::Kinds ClassifyMemberExpr(ASTContext &Ctx, const MemberExpr *E); 30 static Cl::Kinds ClassifyBinaryOp(ASTContext &Ctx, const BinaryOperator *E); 31 static Cl::Kinds ClassifyConditional(ASTContext &Ctx, 34 static Cl::ModifiableType IsModifiable(ASTContext &Ctx, const Expr *E, 37 Cl Expr::ClassifyImpl(ASTContext &Ctx, SourceLocation *Loc) const { in ClassifyImpl() argument 40 Cl::Kinds kind = ClassifyInternal(Ctx, this); in ClassifyImpl() 43 if (!Ctx.getLangOpts().CPlusPlus) { in ClassifyImpl() [all …]
|
/external/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 52 EHFrameSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo() 75 = Ctx->getMachOSection("__TEXT", "__text", in initMachOMCObjectFileInfo() 79 = Ctx->getMachOSection("__DATA", "__data", 0, SectionKind::getData()); in initMachOMCObjectFileInfo() 85 = Ctx->getMachOSection("__DATA", "__thread_data", in initMachOMCObjectFileInfo() 89 = Ctx->getMachOSection("__DATA", "__thread_bss", in initMachOMCObjectFileInfo() 95 = Ctx->getMachOSection("__DATA", "__thread_vars", in initMachOMCObjectFileInfo() 99 TLSThreadInitSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo() 104 = Ctx->getMachOSection("__TEXT", "__cstring", in initMachOMCObjectFileInfo() 108 = Ctx->getMachOSection("__TEXT","__ustring", 0, in initMachOMCObjectFileInfo() 111 = Ctx->getMachOSection("__TEXT", "__literal4", in initMachOMCObjectFileInfo() [all …]
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCObjectFileInfo.cpp | 35 = Ctx->getMachOSection("__TEXT", "__text", in InitMachOMCObjectFileInfo() 39 = Ctx->getMachOSection("__DATA", "__data", 0, in InitMachOMCObjectFileInfo() 43 = Ctx->getMachOSection("__DATA", "__thread_data", in InitMachOMCObjectFileInfo() 47 = Ctx->getMachOSection("__DATA", "__thread_bss", in InitMachOMCObjectFileInfo() 53 = Ctx->getMachOSection("__DATA", "__thread_vars", in InitMachOMCObjectFileInfo() 58 = Ctx->getMachOSection("__DATA", "__thread_init", in InitMachOMCObjectFileInfo() 63 = Ctx->getMachOSection("__TEXT", "__cstring", in InitMachOMCObjectFileInfo() 67 = Ctx->getMachOSection("__TEXT","__ustring", 0, in InitMachOMCObjectFileInfo() 70 = Ctx->getMachOSection("__TEXT", "__literal4", in InitMachOMCObjectFileInfo() 74 = Ctx->getMachOSection("__TEXT", "__literal8", in InitMachOMCObjectFileInfo() [all …]
|
/external/swiftshader/third_party/subzero/src/ |
D | IceCompiler.cpp | 65 void Compiler::run(const Ice::ClFlags &Flags, GlobalContext &Ctx, in run() argument 71 Ctx.getStrError() in run() 73 Ctx.getErrorStatus()->assign(EC_Args); in run() 77 TimerMarker T(Ice::TimerStack::TT_szmain, &Ctx); in run() 79 Ctx.emitFileHeader(); in run() 80 Ctx.startWorkerThreads(); in run() 88 std::unique_ptr<PNaClTranslator> PTranslator(new PNaClTranslator(&Ctx)); in run() 103 std::unique_ptr<WasmTranslator> WTranslator(new WasmTranslator(&Ctx)); in run() 110 Ctx.getStrError() << "WASM support not enabled\n"; in run() 111 Ctx.getErrorStatus()->assign(EC_Args); in run() [all …]
|
/external/clang/lib/Tooling/Core/ |
D | QualTypeNames.cpp | 35 static QualType getFullyQualifiedType(QualType QT, const ASTContext &Ctx, 47 const ASTContext &Ctx, 62 const ASTContext &Ctx, const TypeDecl *TD, 66 const ASTContext &Ctx, const Decl *decl, 70 const ASTContext &Ctx, NestedNameSpecifier *scope, bool WithGlobalNsPrefix); 72 static bool getFullyQualifiedTemplateName(const ASTContext &Ctx, in getFullyQualifiedTemplateName() argument 87 Ctx, NNS, WithGlobalNsPrefix); in getFullyQualifiedTemplateName() 96 Ctx, ArgTDecl, true, WithGlobalNsPrefix); in getFullyQualifiedTemplateName() 99 TName = Ctx.getQualifiedTemplateName(NNS, in getFullyQualifiedTemplateName() 106 static bool getFullyQualifiedTemplateArgument(const ASTContext &Ctx, in getFullyQualifiedTemplateArgument() argument [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCExpr.h | 123 static const MCConstantExpr *Create(int64_t Value, MCContext &Ctx); 194 static const MCSymbolRefExpr *Create(const MCSymbol *Symbol, MCContext &Ctx) { in Create() argument 195 return MCSymbolRefExpr::Create(Symbol, VK_None, Ctx); in Create() 199 MCContext &Ctx); 201 MCContext &Ctx); 249 MCContext &Ctx); 250 static const MCUnaryExpr *CreateLNot(const MCExpr *Expr, MCContext &Ctx) { in CreateLNot() argument 251 return Create(LNot, Expr, Ctx); in CreateLNot() 253 static const MCUnaryExpr *CreateMinus(const MCExpr *Expr, MCContext &Ctx) { in CreateMinus() argument 254 return Create(Minus, Expr, Ctx); in CreateMinus() [all …]
|
/external/clang/lib/Analysis/ |
D | ThreadSafetyCommon.cpp | 102 CallingContext Ctx(nullptr, D); in translateAttrExpr() local 107 Ctx.SelfArg = ME->getBase(); in translateAttrExpr() 108 Ctx.SelfArrow = ME->isArrow(); in translateAttrExpr() 111 Ctx.SelfArg = CE->getImplicitObjectArgument(); in translateAttrExpr() 112 Ctx.SelfArrow = isCalleeArrow(CE->getCallee()); in translateAttrExpr() 113 Ctx.NumArgs = CE->getNumArgs(); in translateAttrExpr() 114 Ctx.FunArgs = CE->getArgs(); in translateAttrExpr() 116 Ctx.NumArgs = CE->getNumArgs(); in translateAttrExpr() 117 Ctx.FunArgs = CE->getArgs(); in translateAttrExpr() 120 Ctx.SelfArg = nullptr; // Will be set below in translateAttrExpr() [all …]
|
D | PrintfFormatString.cpp | 390 ArgType PrintfSpecifier::getArgType(ASTContext &Ctx, in getArgType() argument 400 return Ctx.IntTy; in getArgType() 405 if (Ctx.getTargetInfo().getTriple().isOSMSVCRT()) in getArgType() 406 return Ctx.IntTy; in getArgType() 415 return Ctx.LongLongTy; in getArgType() 417 return Ctx.IntTy; in getArgType() 419 return ArgType(Ctx.IntTy, "__int32"); in getArgType() 421 case LengthModifier::AsShort: return Ctx.ShortTy; in getArgType() 422 case LengthModifier::AsLong: return Ctx.LongTy; in getArgType() 425 return Ctx.LongLongTy; in getArgType() [all …]
|
D | ScanfFormatString.cpp | 226 ArgType ScanfSpecifier::getArgType(ASTContext &Ctx) const { in getArgType() 239 return ArgType::PtrTo(Ctx.IntTy); in getArgType() 243 return ArgType::PtrTo(Ctx.ShortTy); in getArgType() 245 return ArgType::PtrTo(Ctx.LongTy); in getArgType() 248 return ArgType::PtrTo(Ctx.LongLongTy); in getArgType() 250 return ArgType::PtrTo(ArgType(Ctx.LongLongTy, "__int64")); in getArgType() 252 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t")); in getArgType() 257 return ArgType::PtrTo(ArgType(Ctx.getPointerDiffType(), "ptrdiff_t")); in getArgType() 260 return ArgType::PtrTo(Ctx.LongLongTy); in getArgType() 278 return ArgType::PtrTo(Ctx.UnsignedIntTy); in getArgType() [all …]
|
/external/llvm/include/llvm/MC/ |
D | MCExpr.h | 141 static const MCConstantExpr *create(int64_t Value, MCContext &Ctx); 293 static const MCSymbolRefExpr *create(const MCSymbol *Symbol, MCContext &Ctx) { in create() argument 294 return MCSymbolRefExpr::create(Symbol, VK_None, Ctx); in create() 298 MCContext &Ctx); 300 MCContext &Ctx); 351 MCContext &Ctx); 352 static const MCUnaryExpr *createLNot(const MCExpr *Expr, MCContext &Ctx) { in createLNot() argument 353 return create(LNot, Expr, Ctx); in createLNot() 355 static const MCUnaryExpr *createMinus(const MCExpr *Expr, MCContext &Ctx) { in createMinus() argument 356 return create(Minus, Expr, Ctx); in createMinus() [all …]
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | LocalizationChecker.cpp | 75 void initUIMethods(ASTContext &Ctx) const; 76 void initLocStringsMethods(ASTContext &Ctx) const; 140 UIMethods.insert({&Ctx.Idents.get(#receiver), \ 145 {Ctx.Selectors.getNullarySelector(&Ctx.Idents.get(#method)), argument}); 148 {Ctx.Selectors.getUnarySelector(&Ctx.Idents.get(#method)), argument}); 150 receiver##M.insert({Ctx.Selectors.getSelector(count, method_list), argument}); 154 void NonLocalizedStringChecker::initUIMethods(ASTContext &Ctx) const { in initUIMethods() 164 &Ctx.Idents.get("initWithTitle"), &Ctx.Idents.get("image"), in initUIMethods() 165 &Ctx.Idents.get("tag")}; in initUIMethods() 168 &Ctx.Idents.get("initWithTitle"), &Ctx.Idents.get("image"), in initUIMethods() [all …]
|
D | SelectorExtras.h | 19 static inline Selector getKeywordSelectorImpl(ASTContext &Ctx, in getKeywordSelectorImpl() argument 23 II.push_back(&Ctx.Idents.get(First)); in getKeywordSelectorImpl() 26 II.push_back(&Ctx.Idents.get(s)); in getKeywordSelectorImpl() 28 return Ctx.Selectors.getSelector(II.size(), &II[0]); in getKeywordSelectorImpl() 31 static inline Selector getKeywordSelector(ASTContext &Ctx, va_list argp) { in getKeywordSelector() argument 34 return getKeywordSelectorImpl(Ctx, First, argp); in getKeywordSelector() 38 static inline Selector getKeywordSelector(ASTContext &Ctx, in getKeywordSelector() argument 42 Selector result = getKeywordSelectorImpl(Ctx, First, argp); in getKeywordSelector() 48 static inline void lazyInitKeywordSelector(Selector &Sel, ASTContext &Ctx, in lazyInitKeywordSelector() argument 54 Sel = getKeywordSelectorImpl(Ctx, First, argp); in lazyInitKeywordSelector() [all …]
|
/external/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmInstrumentation.cpp | 186 MCContext &Ctx, in InstrumentAndEmitInstruction() argument 189 InstrumentMOVS(Inst, Operands, Ctx, MII, Out); in InstrumentAndEmitInstruction() 193 InstrumentMOV(Inst, Operands, Ctx, MII, Out); in InstrumentAndEmitInstruction() 202 MCContext &Ctx, 207 MCContext &Ctx, 213 MCContext &Ctx, MCStreamer &Out) = 0; 217 MCContext &Ctx, MCStreamer &Out) = 0; 219 virtual void InstrumentMOVSImpl(unsigned AccessSize, MCContext &Ctx, 223 const RegisterContext &RegCtx, MCContext &Ctx, 226 unsigned AccessSize, MCContext &Ctx, MCStreamer &Out); [all …]
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | DebugLoc.cpp | 19 MDNode *DebugLoc::getScope(const LLVMContext &Ctx) const { in getScope() 25 assert(unsigned(ScopeIdx) <= Ctx.pImpl->ScopeRecords.size() && in getScope() 27 return Ctx.pImpl->ScopeRecords[ScopeIdx-1].get(); in getScope() 31 assert(unsigned(-ScopeIdx) <= Ctx.pImpl->ScopeInlinedAtRecords.size() && in getScope() 33 return Ctx.pImpl->ScopeInlinedAtRecords[-ScopeIdx-1].first.get(); in getScope() 36 MDNode *DebugLoc::getInlinedAt(const LLVMContext &Ctx) const { in getInlinedAt() 42 assert(unsigned(-ScopeIdx) <= Ctx.pImpl->ScopeInlinedAtRecords.size() && in getInlinedAt() 44 return Ctx.pImpl->ScopeInlinedAtRecords[-ScopeIdx-1].second.get(); in getInlinedAt() 49 const LLVMContext &Ctx) const { in getScopeAndInlinedAt() 58 assert(unsigned(ScopeIdx) <= Ctx.pImpl->ScopeRecords.size() && in getScopeAndInlinedAt() [all …]
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i830_state.c | 64 i830->state.Ctx[I830_CTXREG_STATE4] &= ~MODE4_ENABLE_STENCIL_TEST_MASK; in i830StencilFuncSeparate() 65 i830->state.Ctx[I830_CTXREG_STATE4] |= (ENABLE_STENCIL_TEST_MASK | in i830StencilFuncSeparate() 67 i830->state.Ctx[I830_CTXREG_STENCILTST] &= ~(STENCIL_REF_VALUE_MASK | in i830StencilFuncSeparate() 69 i830->state.Ctx[I830_CTXREG_STENCILTST] |= (ENABLE_STENCIL_REF_VALUE | in i830StencilFuncSeparate() 85 i830->state.Ctx[I830_CTXREG_STATE4] &= ~MODE4_ENABLE_STENCIL_WRITE_MASK; in i830StencilMaskSeparate() 86 i830->state.Ctx[I830_CTXREG_STATE4] |= (ENABLE_STENCIL_WRITE_MASK | in i830StencilMaskSeparate() 193 i830->state.Ctx[I830_CTXREG_STENCILTST] &= ~(STENCIL_OPS_MASK); in i830StencilOpSeparate() 194 i830->state.Ctx[I830_CTXREG_STENCILTST] |= (ENABLE_STENCIL_PARMS | in i830StencilOpSeparate() 214 i830->state.Ctx[I830_CTXREG_STATE2] &= ~ALPHA_TEST_REF_MASK; in i830AlphaFunc() 215 i830->state.Ctx[I830_CTXREG_STATE2] |= (ENABLE_ALPHA_TEST_FUNC | in i830AlphaFunc() [all …]
|
D | i915_state.c | 99 GLuint dw = i915->state.Ctx[reg]; \ in i915_update_stencil() 102 dirty |= dw != i915->state.Ctx[reg]; \ in i915_update_stencil() 103 i915->state.Ctx[reg] = dw; \ in i915_update_stencil() 189 dw = i915->state.Ctx[I915_CTXREG_LIS6]; in i915AlphaFunc() 193 if (dw != i915->state.Ctx[I915_CTXREG_LIS6]) { in i915AlphaFunc() 194 i915->state.Ctx[I915_CTXREG_LIS6] = dw; in i915AlphaFunc() 211 dw0 = i915->state.Ctx[I915_CTXREG_LIS5]; in i915EvalLogicOpBlendState() 212 dw1 = i915->state.Ctx[I915_CTXREG_LIS6]; in i915EvalLogicOpBlendState() 228 if (dw0 != i915->state.Ctx[I915_CTXREG_LIS5] || in i915EvalLogicOpBlendState() 229 dw1 != i915->state.Ctx[I915_CTXREG_LIS6]) { in i915EvalLogicOpBlendState() [all …]
|
/external/llvm/unittests/Linker/ |
D | LinkModulesTest.cpp | 30 M.reset(new Module("MyModule", Ctx)); in SetUp() 32 Type::getInt8PtrTy(Ctx), Type::getInt32Ty(Ctx), false /*=isVarArg*/); in SetUp() 36 EntryBB = BasicBlock::Create(Ctx, "entry", F); in SetUp() 37 SwitchCase1BB = BasicBlock::Create(Ctx, "switch.case.1", F); in SetUp() 38 SwitchCase2BB = BasicBlock::Create(Ctx, "switch.case.2", F); in SetUp() 39 ExitBB = BasicBlock::Create(Ctx, "exit", F); in SetUp() 41 AT = ArrayType::get(Type::getInt8PtrTy(Ctx), 3); in SetUp() 54 ConstantInt *One = ConstantInt::get(Type::getInt32Ty(Ctx), 1); in SetUp() 56 Type::getInt8PtrTy(Ctx)); in SetUp() 64 LLVMContext Ctx; member in __anonbfebf0660111::LinkModuleTest [all …]
|
/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
D | MPIChecker.cpp | 26 CheckerContext &Ctx) const { in checkDoubleNonblocking() 40 ProgramStateRef State = Ctx.getState(); in checkDoubleNonblocking() 45 ExplodedNode *ErrorNode = Ctx.generateNonFatalErrorNode(); in checkDoubleNonblocking() 46 BReporter.reportDoubleNonblocking(PreCallEvent, *Req, MR, ErrorNode, Ctx.getBugReporter()); in checkDoubleNonblocking() 47 Ctx.addTransition(ErrorNode->getState(), ErrorNode); in checkDoubleNonblocking() 52 Ctx.addTransition(State); in checkDoubleNonblocking() 57 CheckerContext &Ctx) const { in checkUnmatchedWaits() 70 allRegionsUsedByWait(ReqRegions, MR, PreCallEvent, Ctx); in checkUnmatchedWaits() 74 ProgramStateRef State = Ctx.getState(); in checkUnmatchedWaits() 84 ErrorNode = Ctx.generateNonFatalErrorNode(State, &Tag); in checkUnmatchedWaits() [all …]
|
D | MPIChecker.h | 36 void checkPreCall(const CallEvent &CE, CheckerContext &Ctx) const { in checkPreCall() argument 37 dynamicInit(Ctx); in checkPreCall() 38 checkUnmatchedWaits(CE, Ctx); in checkPreCall() 39 checkDoubleNonblocking(CE, Ctx); in checkPreCall() 42 void checkDeadSymbols(SymbolReaper &SymReaper, CheckerContext &Ctx) const { in checkDeadSymbols() argument 43 dynamicInit(Ctx); in checkDeadSymbols() 44 checkMissingWaits(SymReaper, Ctx); in checkDeadSymbols() 47 void dynamicInit(CheckerContext &Ctx) const { in dynamicInit() argument 51 .reset(new MPIFunctionClassifier{Ctx.getASTContext()}); in dynamicInit() 61 clang::ento::CheckerContext &Ctx) const; [all …]
|
/external/clang/lib/ARCMigrate/ |
D | TransEmptyStatementsAndDealloc.cpp | 34 ASTContext &Ctx) { in isEmptyARCMTMacroStatement() argument 45 SourceManager &SM = Ctx.getSourceManager(); in isEmptyARCMTMacroStatement() 70 SourceLocation AfterMacroSemiLoc = findSemiAfterLocation(AfterMacroLoc, Ctx); in isEmptyARCMTMacroStatement() 79 ASTContext &Ctx; member in __anone0aa9d2d0111::EmptyChecker 84 : Ctx(ctx), MacroLocs(macroLocs) { } in EmptyChecker() 87 return isEmptyARCMTMacroStatement(S, MacroLocs, Ctx); in VisitNullStmt() 103 if (hasSideEffects(condE, Ctx)) in VisitIfStmt() 115 if (hasSideEffects(condE, Ctx)) in VisitWhileStmt() 125 if (hasSideEffects(condE, Ctx)) in VisitDoStmt() 135 if (hasSideEffects(Exp, Ctx)) in VisitObjCForCollectionStmt() [all …]
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64AsmBackend.cpp | 140 MCContext *Ctx) { in adjustFixupValue() argument 147 if (Ctx && (SignedValue > 2097151 || SignedValue < -2097152)) in adjustFixupValue() 148 Ctx->reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue() 156 if (Ctx) Ctx->reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue() 157 if (Ctx && (Value & 0x3)) in adjustFixupValue() 158 Ctx->reportError(Fixup.getLoc(), "fixup not sufficiently aligned"); in adjustFixupValue() 164 if (Ctx && Value >= 0x1000) in adjustFixupValue() 165 Ctx->reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue() 169 if (Ctx && (Value >= 0x2000)) in adjustFixupValue() 170 Ctx->reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue() [all …]
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsAsmBackend.cpp | 37 MCContext *Ctx = nullptr) { in adjustFixupValue() argument 71 if (!isInt<16>(Value) && Ctx) { in adjustFixupValue() 72 Ctx->reportError(Fixup.getLoc(), "out of range PC16 fixup"); in adjustFixupValue() 81 if (!isInt<19>(Value) && Ctx) { in adjustFixupValue() 82 Ctx->reportError(Fixup.getLoc(), "out of range PC19 fixup"); in adjustFixupValue() 118 if (!isInt<7>(Value) && Ctx) { in adjustFixupValue() 119 Ctx->reportError(Fixup.getLoc(), "out of range PC7 fixup"); in adjustFixupValue() 128 if (!isInt<10>(Value) && Ctx) { in adjustFixupValue() 129 Ctx->reportError(Fixup.getLoc(), "out of range PC10 fixup"); in adjustFixupValue() 138 if (!isInt<16>(Value) && Ctx) { in adjustFixupValue() [all …]
|
/external/llvm/tools/llvm-readobj/ |
D | Win64EHDumper.cpp | 115 static std::string formatSymbol(const Dumper::Context &Ctx, in formatSymbol() argument 122 if (!Ctx.ResolveSymbol(Section, Offset, Symbol, Ctx.UserData)) { in formatSymbol() 141 static std::error_code resolveRelocation(const Dumper::Context &Ctx, in resolveRelocation() argument 148 Ctx.ResolveSymbol(Section, Offset, Symbol, Ctx.UserData)) in resolveRelocation() 159 ResolvedSection = Ctx.COFF.getCOFFSection(**SI); in resolveRelocation() 165 void Dumper::printRuntimeFunctionEntry(const Context &Ctx, in printRuntimeFunctionEntry() argument 170 formatSymbol(Ctx, Section, Offset + 0, RF.StartAddress)); in printRuntimeFunctionEntry() 172 formatSymbol(Ctx, Section, Offset + 4, RF.EndAddress)); in printRuntimeFunctionEntry() 174 formatSymbol(Ctx, Section, Offset + 8, RF.UnwindInfoOffset)); in printRuntimeFunctionEntry() 237 void Dumper::printUnwindInfo(const Context &Ctx, const coff_section *Section, in printUnwindInfo() argument [all …]
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitReader.cpp | 49 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMParseBitcodeInContext() local 52 Ctx.getDiagnosticHandler(); in LLVMParseBitcodeInContext() 53 void *OldDiagnosticContext = Ctx.getDiagnosticContext(); in LLVMParseBitcodeInContext() 55 Ctx.setDiagnosticHandler(diagnosticHandler, &Message, true); in LLVMParseBitcodeInContext() 57 ErrorOr<std::unique_ptr<Module>> ModuleOrErr = parseBitcodeFile(Buf, Ctx); in LLVMParseBitcodeInContext() 59 Ctx.setDiagnosticHandler(OldDiagnosticHandler, OldDiagnosticContext, true); in LLVMParseBitcodeInContext() 76 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMParseBitcodeInContext2() local 78 ErrorOr<std::unique_ptr<Module>> ModuleOrErr = parseBitcodeFile(Buf, Ctx); in LLVMParseBitcodeInContext2() 94 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMGetBitcodeModuleInContext() local 96 Ctx.getDiagnosticHandler(); in LLVMGetBitcodeModuleInContext() [all …]
|