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

1 2

  /external/swiftshader/third_party/LLVM/lib/Analysis/
DIBuilder.cpp 25 static Constant *GetTagConstant(LLVMContext &VMContext, unsigned Tag) {
28 return ConstantInt::get(Type::getInt32Ty(VMContext), Tag | LLVMDebugVersion);
32 : M(m), VMContext(M.getContext()), TheCU(0), TempEnumTypes(0),
83 Value *TElts[] = { GetTagConstant(VMContext, DW_TAG_base_type) };
84 TempEnumTypes = MDNode::getTemporary(VMContext, TElts);
86 MDNode *EnumHolder = MDNode::get(VMContext, THElts);
88 TempRetainTypes = MDNode::getTemporary(VMContext, TElts);
90 MDNode *RetainHolder = MDNode::get(VMContext, TRElts);
92 TempSubprograms = MDNode::getTemporary(VMContext, TElts);
94 MDNode *SPHolder = MDNode::get(VMContext, TSElts)
    [all...]
DebugInfo.cpp 904 LLVMContext &VMContext) {
910 return DIVariable(MDNode::get(VMContext, Elts));
914 DIVariable llvm::cleanseInlinedVariable(MDNode *DV, LLVMContext &VMContext) {
919 Elts.push_back(llvm::Constant::getNullValue(Type::getInt32Ty(VMContext))):
921 return DIVariable(MDNode::get(VMContext, Elts));
    [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp 28 : M(m), VMContext(M.getContext()), CUNode(nullptr),
49 CUNode->replaceEnumTypes(MDTuple::get(VMContext, AllEnumTypes));
62 CUNode->replaceRetainedTypes(MDTuple::get(VMContext, RetainValues));
64 DISubprogramArray SPs = MDTuple::get(VMContext, AllSubprograms);
86 CUNode->replaceGlobalVariables(MDTuple::get(VMContext, AllGVs));
90 VMContext, SmallVector<Metadata *, 16>(AllImportedModules.begin(),
124 VMContext, Lang, DIFile::get(VMContext, Filename, Directory), Producer,
151 return ::createImportedModule(VMContext, dwarf::DW_TAG_imported_module,
158 return ::createImportedModule(VMContext, dwarf::DW_TAG_imported_module
    [all...]
  /external/clang/lib/CodeGen/
SanitizerMetadata.cpp 36 llvm::LLVMContext &VMContext = CGM.getLLVMContext();
42 GlobalName = llvm::MDString::get(VMContext, Name);
48 llvm::ConstantInt::get(llvm::Type::getInt1Ty(VMContext), IsDynInit)),
50 llvm::Type::getInt1Ty(VMContext), IsBlacklisted))};
52 llvm::MDNode *ThisGlobal = llvm::MDNode::get(VMContext, GlobalMetadata);
86 llvm::LLVMContext &VMContext = CGM.getLLVMContext();
88 llvm::MDString::get(VMContext, PLoc.getFilename()),
90 llvm::Type::getInt32Ty(VMContext), PLoc.getLine())),
92 llvm::Type::getInt32Ty(VMContext), PLoc.getColumn())),
94 return llvm::MDNode::get(VMContext, LocMetadata)
    [all...]
ObjectFilePCHContainerOperations.cpp 55 std::unique_ptr<llvm::LLVMContext> VMContext;
165 VMContext.reset(new llvm::LLVMContext());
166 M.reset(new llvm::Module(MainFileName, *VMContext));
230 assert(M && VMContext && Builder);
232 std::unique_ptr<llvm::LLVMContext> VMContext = std::move(this->VMContext);
261 auto Int8Ty = llvm::Type::getInt8Ty(*VMContext);
264 *VMContext, StringRef(SerializedAST.data(), Size),
CodeGenTypes.cpp 286 static llvm::Type *getTypeForFormat(llvm::LLVMContext &VMContext,
291 return llvm::Type::getHalfTy(VMContext);
293 return llvm::Type::getInt16Ty(VMContext);
296 return llvm::Type::getFloatTy(VMContext);
298 return llvm::Type::getDoubleTy(VMContext);
300 return llvm::Type::getFP128Ty(VMContext);
302 return llvm::Type::getPPC_FP128Ty(VMContext);
304 return llvm::Type::getX86_FP80Ty(VMContext);
CGObjCGNU.cpp 182 llvm::Constant *value = llvm::ConstantDataArray::getString(VMContext,Str);
299 llvm::LLVMContext &VMContext;
    [all...]
CGExprConstant.cpp 609 llvm::LLVMContext &VMContext;
612 : CGM(cgm), CGF(cgf), VMContext(cgm.getLLVMContext()) {
    [all...]
CodeGenAction.cpp 661 : Act(_Act), VMContext(_VMContext ? _VMContext : new LLVMContext),
667 delete VMContext;
691 return VMContext;
735 getLazyBitcodeModule(std::move(*BCBuf), *VMContext);
757 OS, *VMContext, CoverageInfo));
803 VMContext->enableDebugTypeODRUniquing();
806 TheModule = parseIR(MainFile->getMemBufferRef(), Err, *VMContext);
    [all...]
CodeGenTBAA.h 92 CodeGenTBAA(ASTContext &Ctx, llvm::LLVMContext &VMContext,
CodeGenTBAA.cpp 32 CodeGenTBAA::CodeGenTBAA(ASTContext &Ctx, llvm::LLVMContext& VMContext,
36 MDHelper(VMContext), Root(nullptr), Char(nullptr) {
CGObjCMac.cpp 51 llvm::LLVMContext &VMContext;
107 llvm::Type *longDoubleType = llvm::Type::getX86_FP80Ty(VMContext);
815 llvm::LLVMContext &VMContext;
    [all...]
  /external/clang/include/clang/CodeGen/
CodeGenAction.h 31 llvm::LLVMContext *VMContext;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/CodeGen/
CodeGenAction.h 51 llvm::LLVMContext *VMContext;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/CodeGen/
CodeGenAction.h 51 llvm::LLVMContext *VMContext;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/CodeGen/
CodeGenAction.h 51 llvm::LLVMContext *VMContext;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
CodeGenAction.h 51 llvm::LLVMContext *VMContext;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/CodeGen/
CodeGenAction.h 51 llvm::LLVMContext *VMContext;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/CodeGen/
CodeGenAction.h 51 llvm::LLVMContext *VMContext;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/CodeGen/
CodeGenAction.h 51 llvm::LLVMContext *VMContext;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
CodeGenAction.h 51 llvm::LLVMContext *VMContext;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h 44 LLVMContext &VMContext;
562 VMContext, {dwarf::DW_OP_constu, Val, dwarf::DW_OP_stack_value});
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h 44 LLVMContext &VMContext;
562 VMContext, {dwarf::DW_OP_constu, Val, dwarf::DW_OP_stack_value});
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h 44 LLVMContext &VMContext;
562 VMContext, {dwarf::DW_OP_constu, Val, dwarf::DW_OP_stack_value});
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h 44 LLVMContext &VMContext;
562 VMContext, {dwarf::DW_OP_constu, Val, dwarf::DW_OP_stack_value});
    [all...]

Completed in 960 milliseconds

1 2