Home
last modified time | relevance | path

Searched refs:MCCtx (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DModuleSymbolTable.cpp101 MCContext MCCtx(MAI.get(), MRI.get(), &MOFI); in initializeRecordStreamer() local
102 MOFI.InitMCObjectFileInfo(TT, /*PIC*/ false, MCCtx); in initializeRecordStreamer()
103 RecordStreamer Streamer(MCCtx, M); in initializeRecordStreamer()
110 createMCAsmParser(SrcMgr, MCCtx, Streamer, *MAI)); in initializeRecordStreamer()
/external/llvm/lib/Object/
DIRObjectFile.cpp78 MCContext MCCtx(MAI.get(), MRI.get(), &MOFI); in CollectAsmUndefinedRefs() local
79 MOFI.InitMCObjectFileInfo(TT, /*PIC*/ false, CodeModel::Default, MCCtx); in CollectAsmUndefinedRefs()
80 std::unique_ptr<RecordStreamer> Streamer(new RecordStreamer(MCCtx)); in CollectAsmUndefinedRefs()
87 createMCAsmParser(SrcMgr, MCCtx, *Streamer, *MAI)); in CollectAsmUndefinedRefs()