Searched defs:InlineAsm (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/IR/
H A DInlineAsm.cpp1 //===-- InlineAsm.cpp - Implement the InlineAsm class ---------------------===//
10 // This file implements the InlineAsm class.
14 #include "llvm/IR/InlineAsm.h"
23 // InlineAsm vtable is emitted here.
24 InlineAsm::~InlineAsm() {
28 InlineAsm *InlineAsm::get(FunctionType *Ty, StringRef AsmString,
37 InlineAsm function in class:InlineAsm
[all...]
/external/llvm/lib/Object/
H A DIRObjectFile.cpp45 const std::string &InlineAsm = M->getModuleInlineAsm(); local
46 if (InlineAsm.empty())
77 std::unique_ptr<MemoryBuffer> Buffer(MemoryBuffer::getMemBuffer(InlineAsm));
/external/llvm/include/llvm/IR/
H A DInlineAsm.h1 //===-- llvm/InlineAsm.h - Class to represent inline asm strings-*- C++ -*-===//
11 // used as the callee operand of call instructions. InlineAsm's are uniqued
12 // like constants, and created via InlineAsm::get(...).
35 class InlineAsm : public Value { class in namespace:llvm
43 friend struct ConstantCreator<InlineAsm, PointerType, InlineAsmKeyType>;
45 PointerType, InlineAsm, false>;
47 InlineAsm(const InlineAsm &) LLVM_DELETED_FUNCTION;
48 void operator=(const InlineAsm&) LLVM_DELETED_FUNCTION;
55 InlineAsm(PointerTyp
[all...]
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml258 | InlineAsm Constructor in type:ValueKind/t
H A Dllvm_ocaml.c476 InlineAsm, enumerator in enum:ValueKind
531 DEFINE_CASE(Val, InlineAsm);

Completed in 443 milliseconds