Home
last modified time | relevance | path

Searched refs:setObjectFileInfo (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp45 Context.setObjectFileInfo(TM.getObjFileLowering()); in MachineModuleInfo()
55 Context.setObjectFileInfo(TM->getObjFileLowering()); in MachineModuleInfo()
65 Context.setObjectFileInfo(TM->getObjFileLowering()); in MachineModuleInfo()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFEmitterImpl.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFEmitterImpl.cpp61 MC->setObjectFileInfo(MOFI.get()); in init()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DModuleSymbolTable.cpp110 MCCtx.setObjectFileInfo(MOFI.get()); in initializeRecordStreamer()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp240 MC.setObjectFileInfo(MOFI.get()); in llvm_dwp_main()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp485 ACtx.setObjectFileInfo(AMOFI.get()); in main()
528 ICtx.setObjectFileInfo(IMOFI.get()); in main()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp447 Ctx.setObjectFileInfo(MOFI.get()); in main()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp500 Ctx.setObjectFileInfo(MOFI.get()); in ExecuteAssemblerImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h410 void setObjectFileInfo(const MCObjectFileInfo *Mofi) { MOFI = Mofi; } in setObjectFileInfo() function
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp572 Ctx.setObjectFileInfo(MOFI.get()); in ParseMicrosoftAsmStatement()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp81 MC->setObjectFileInfo(MOFI.get()); in init()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1144 Context->setObjectFileInfo(ObjectFileInfo.get()); in DisassemblerTarget()