HomeSort by relevance Sort by last modified time
    Searched refs:getModuleInlineAsm (Results 1 - 15 of 15) sorted by null

  /external/llvm/lib/Transforms/Utils/
CloneModule.cpp 47 New->setModuleInlineAsm(M->getModuleInlineAsm());
  /external/llvm/include/llvm/IR/
Module.h 223 const std::string &getModuleInlineAsm() const { return GlobalScopeAsm; }
  /external/llvm/lib/Object/
IRObjectFile.cpp 42 const std::string &InlineAsm = M->getModuleInlineAsm();
  /external/llvm/lib/Linker/
IRMover.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 230 if (!M.getModuleInlineAsm().empty()) {
238 EmitInlineAsm(M.getModuleInlineAsm()+"\n",
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 837 if (!M.getModuleInlineAsm().empty()) {
840 OutStreamer->EmitRawText(StringRef(M.getModuleInlineAsm()));
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 393 if (!M->getModuleInlineAsm().empty())
394 WriteStringRecord(bitc::MODULE_CODE_ASM, M->getModuleInlineAsm(),
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 391 if (!M->getModuleInlineAsm().empty())
392 WriteStringRecord(bitc::MODULE_CODE_ASM, M->getModuleInlineAsm(),
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 404 if (!M->getModuleInlineAsm().empty())
405 WriteStringRecord(bitc::MODULE_CODE_ASM, M->getModuleInlineAsm(),
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 467 if (!M.getModuleInlineAsm().empty() && isThumb)
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 629 if (!M->getModuleInlineAsm().empty())
630 WriteStringRecord(bitc::MODULE_CODE_ASM, M->getModuleInlineAsm(),
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 523 std::string Asm = GV->getParent()->getModuleInlineAsm();
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]

Completed in 254 milliseconds