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.cpp62 Context.setObjectFileInfo(TM.getObjFileLowering()); in MachineModuleInfo()
73 Context.setObjectFileInfo(TM->getObjFileLowering()); in MachineModuleInfo()
83 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.cpp60 MC->setObjectFileInfo(MOFI.get()); in init()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DModuleSymbolTable.cpp113 MCCtx.setObjectFileInfo(MOFI.get()); in initializeRecordStreamer()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp238 MC.setObjectFileInfo(MOFI.get()); in llvm_dwp_main()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp468 ACtx.setObjectFileInfo(AMOFI.get()); in main()
511 ICtx.setObjectFileInfo(IMOFI.get()); in main()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp428 Ctx.setObjectFileInfo(MOFI.get()); in main()
/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/tools/driver/
H A Dcc1as_main.cpp496 Ctx.setObjectFileInfo(MOFI.get()); in ExecuteAssemblerImpl()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp594 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.cpp1078 Context->setObjectFileInfo(ObjectFileInfo.get()); in DisassemblerTarget()