Home
last modified time | relevance | path

Searched refs:appendModuleInlineAsm (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DModule.h296 void appendModuleInlineAsm(StringRef Asm) { in appendModuleInlineAsm() function
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DModule.h281 void appendModuleInlineAsm(StringRef Asm) {
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp91 ExportM.appendModuleInlineAsm(Alias); in promoteInternals()
H A DLowerTypeTests.cpp2288 M.appendModuleInlineAsm( in lower()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DModule.h313 void appendModuleInlineAsm(StringRef Asm) { in appendModuleInlineAsm() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DModule.h346 void appendModuleInlineAsm(StringRef Asm) { in appendModuleInlineAsm() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DModule.h334 void appendModuleInlineAsm(StringRef Asm) { in appendModuleInlineAsm() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DModule.h346 void appendModuleInlineAsm(StringRef Asm) { in appendModuleInlineAsm() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DModule.h352 void appendModuleInlineAsm(StringRef Asm) { in appendModuleInlineAsm() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Linker/
H A DIRMover.cpp1656 DstM.appendModuleInlineAsm(adjustInlineAsm(SrcM->getModuleInlineAsm(), in run()
1667 DstM.appendModuleInlineAsm(S); in run()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp2188 M.appendModuleInlineAsm( in lower()
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp3907 getModule().appendModuleInlineAsm(AD->getAsmString()->getString()); in EmitTopLevelDecl()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DCore.cpp437 unwrap(M)->appendModuleInlineAsm(StringRef(Asm, Len)); in LLVMAppendModuleInlineAsm()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DCore.cpp462 unwrap(M)->appendModuleInlineAsm(StringRef(Asm, Len)); in LLVMAppendModuleInlineAsm()
/aosp_15_r20/external/llvm/lib/AsmParser/
H A DLLParser.cpp289 M->appendModuleInlineAsm(AsmStr); in ParseModuleAsm()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/AsmParser/
H A DLLParser.cpp462 M->appendModuleInlineAsm(AsmStr); in parseModuleAsm()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLParser.cpp362 M->appendModuleInlineAsm(AsmStr); in ParseModuleAsm()