Home
last modified time | relevance | path

Searched refs:getModuleInlineAsm (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp63 New->setModuleInlineAsm(M.getModuleInlineAsm()); in CloneModule()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DModuleSymbolTable.cpp77 StringRef InlineAsm = M.getModuleInlineAsm(); in initializeRecordStreamer()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h305 const std::string &getModuleInlineAsm() const { return GlobalScopeAsm; } in getModuleInlineAsm() function
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1644 if (!IsPerformingImport && !SrcM->getModuleInlineAsm().empty()) { in run()
1646 DstM.appendModuleInlineAsm(adjustInlineAsm(SrcM->getModuleInlineAsm(), in run()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp928 if (M.getModuleInlineAsm().empty() && is16) in emitStartOfAsmFile()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp953 if (!M.getModuleInlineAsm().empty()) { in addRegularLTO()
965 M.setModuleInlineAsm(NewIA + M.getModuleInlineAsm()); in addRegularLTO()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp920 if (!M.getModuleInlineAsm().empty()) { in buildModuleSummaryIndex()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1174 if (!M.getModuleInlineAsm().empty()) in writeModuleInfo()
1175 writeStringRecord(Stream, bitc::MODULE_CODE_ASM, M.getModuleInlineAsm(), in writeModuleInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp528 if (!M.getModuleInlineAsm().empty()) { in doInitialization()
532 M.getModuleInlineAsm() + "\n", *TM.getMCSubtargetInfo(), in doInitialization()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1421 if (!M.getModuleInlineAsm().empty()) in writeModuleInfo()
1422 writeStringRecord(Stream, bitc::MODULE_CODE_ASM, M.getModuleInlineAsm(), in writeModuleInfo()
5037 if (M->getModuleInlineAsm().empty()) in writeSymtab()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp511 if (!M.getModuleInlineAsm().empty() && TT.isThumb()) in emitStartOfAsmFile()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2957 if (!M->getModuleInlineAsm().empty()) { in printModule()
2961 StringRef Asm = M->getModuleInlineAsm(); in printModule()
H A DCore.cpp488 auto &Str = unwrap(M)->getModuleInlineAsm(); in LLVMGetModuleInlineAsm()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1269 std::string Asm = GV->getParent()->getModuleInlineAsm(); in addGlobalNameSuffix()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp5687 Asm += CGM.getModule().getModuleInlineAsm(); in FinishModule()