OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getModuleInlineAsm
(Results
1 - 14
of
14
) sorted by null
/external/llvm/lib/Transforms/Utils/
CloneModule.cpp
39
New->setModuleInlineAsm(M->
getModuleInlineAsm
());
/external/llvm/lib/Linker/
LinkModules.cpp
[
all
...]
/external/llvm/include/llvm/IR/
Module.h
253
const std::string &
getModuleInlineAsm
() const { return GlobalScopeAsm; }
/external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp
883
if (!M.
getModuleInlineAsm
().empty()) {
886
OutStreamer.EmitRawText(StringRef(M.
getModuleInlineAsm
()));
[
all
...]
/external/llvm/tools/lto/
LTOModule.cpp
803
const std::string &inlineAsm = _module->
getModuleInlineAsm
();
/external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
529
if (!M->
getModuleInlineAsm
().empty())
530
WriteStringRecord(bitc::MODULE_CODE_ASM, M->
getModuleInlineAsm
(),
[
all
...]
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
186
if (!M.
getModuleInlineAsm
().empty()) {
189
EmitInlineAsm(M.
getModuleInlineAsm
()+"\n");
[
all
...]
/external/llvm/lib/IR/
AsmWriter.cpp
[
all
...]
/external/llvm/lib/Target/CppBackend/
CPPBackend.cpp
[
all
...]
/frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp
433
if (!M->
getModuleInlineAsm
().empty())
434
WriteStringRecord(bitc::MODULE_CODE_ASM, M->
getModuleInlineAsm
(),
[
all
...]
/frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp
387
if (!M->
getModuleInlineAsm
().empty())
388
WriteStringRecord(bitc::MODULE_CODE_ASM, M->
getModuleInlineAsm
(),
[
all
...]
/frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp
403
if (!M->
getModuleInlineAsm
().empty())
404
WriteStringRecord(bitc::MODULE_CODE_ASM, M->
getModuleInlineAsm
(),
[
all
...]
/external/clang/lib/CodeGen/
CodeGenModule.cpp
[
all
...]
CGObjCMac.cpp
[
all
...]
Completed in 2890 milliseconds