HomeSort by: relevance | last modified time | path
    Searched defs:InlineAsm (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Object/
ModuleSymbolTable.cpp 26 #include "llvm/IR/InlineAsm.h"
75 StringRef InlineAsm = M.getModuleInlineAsm();
76 if (InlineAsm.empty())
110 std::unique_ptr<MemoryBuffer> Buffer(MemoryBuffer::getMemBuffer(InlineAsm));
123 Parser->setAssemblerDialect(InlineAsm::AD_ATT);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
InlineAsm.cpp 1 //===- InlineAsm.cpp - Implement the InlineAsm class ----------------------===//
9 // This file implements the InlineAsm class.
13 #include "llvm/IR/InlineAsm.h"
30 InlineAsm::InlineAsm(FunctionType *FTy, const std::string &asmString,
42 InlineAsm *InlineAsm::get(FunctionType *FTy, StringRef AsmString,
52 void InlineAsm::destroyConstant() {
57 FunctionType *InlineAsm::getFunctionType() const
    [all...]
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.ml 305 | InlineAsm
llvm_ocaml.c 635 InlineAsm,
691 DEFINE_CASE(Val, InlineAsm);
  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
ir.go 1307 func InlineAsm(t Type, asmString, constraints string, hasSideEffects, isAlignStack bool, dialect InlineAsmDialect, canThrow bool) (rv Value) {

Completed in 78 milliseconds