HomeSort by: relevance | last modified time | path
    Searched defs:getContext (Results 1 - 25 of 50) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUTargetStreamer.h 46 MCContext &getContext() const { return Streamer.getContext(); }
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
ThreadSafeModule.h 61 LLVMContext *getContext() { return S ? S->Ctx.get() : nullptr; }
65 const LLVMContext *getContext() const { return S ? S->Ctx.get() : nullptr; }
124 assert(TSCtx.getContext() &&
153 ThreadSafeContext getContext() const { return TSCtx; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCDisassembler/
MCDisassembler.h 186 MCContext& getContext() const { return Ctx; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
MCAsmParserExtension.h 55 MCContext &getContext() { return getParser().getContext(); }
  /src/external/apache2/llvm/dist/llvm/tools/bugpoint/
BugDriver.h 73 LLVMContext &getContext() const { return Context; }
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 169 ASTContext &getContext() { return Context; }
170 const ASTContext &getContext() const { return Context; }
BasicValueFactory.h 134 ASTContext &getContext() const { return Ctx; }
ExprEngine.h 205 /// getContext - Return the ASTContext associated with this analysis.
206 ASTContext &getContext() const { return AMgr.getASTContext(); }
CoreEngine.h 326 const NodeBuilderContext &getContext() { return C; }
ProgramState.h 506 ASTContext &getContext() { return svalBuilder->getContext(); }
507 const ASTContext &getContext() const { return svalBuilder->getContext(); }
SymbolManager.h 500 ASTContext &getContext() { return Ctx; }
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp 170 ASTContext &getContext() { return Pass.Ctx; }
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTypes.h 116 ASTContext &getContext() const { return Context; }
120 llvm::LLVMContext &getLLVMContext() { return TheModule.getContext(); }
CGCXXABI.h 50 : CGM(CGM), MangleCtx(CGM.getContext().createMangleContext()) {}
81 ASTContext &getContext() const { return CGM.getContext(); }
  /src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
LTOCodeGenerator.h 191 LLVMContext &getContext() { return Context; }
  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTRecordReader.h 45 : DataStreamBasicReader(Reader.getContext()), Reader(&Reader), F(&F) {}
56 ASTContext &getContext() { return Reader->getContext(); }
239 Arg = getContext().getCanonicalTemplateArgument(Arg);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 167 const MCContext &getContext() const {
170 MCContext &getContext() {
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86WinCOFFTargetStreamer.cpp 82 MCContext &getContext() { return getStreamer().getContext(); }
102 ProcSym->print(OS, getStreamer().getContext().getAsmInfo());
120 ProcSym->print(OS, getStreamer().getContext().getAsmInfo());
152 getContext().reportError(
161 MCSymbol *Label = getContext().createTempSymbol("cfi", true);
169 getContext().reportError(
182 getContext().reportError(L, ".cv_fpo_endproc must appear after .cv_proc");
188 getContext().reportError(L, "missing .cv_fpo_endprologue");
242 getContext().reportError
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
GIMatchDag.h 92 GIMatchDagContext &getContext() const { return Ctx; }
193 auto Obj = std::make_unique<T>(getContext(), std::forward<Args>(args)...);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
SemaInternal.h 201 ASTContext &getContext() const { return SemaRef.Context; }
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
AnalysisDeclContext.cpp 295 AnalysisDeclContext *AnalysisDeclContextManager::getContext(const Decl *D) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
FoldingSet.h 557 static const Ctx &getContext(const FoldingSetBase *Base) {
566 ContextualFoldingSetTrait<T, Ctx>::Profile(*TN, ID, getContext(Base));
574 getContext(Base));
581 getContext(Base));
595 Ctx getContext() const { return Context; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Type.h 128 LLVMContext &getContext() const { return Context; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCStreamer.h 278 MCContext &getContext() const { return Context; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
ScalarEvolutionExpander.h 176 Builder(se.getContext(), TargetFolder(DL),
388 LLVMContext &getContext() const { return SE.getContext(); }

Completed in 190 milliseconds

1 2