Home
last modified time | relevance | path

Searched defs:InlineAsm (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h36 class InlineAsm; variable
/netbsd/external/apache2/llvm/dist/llvm/lib/Object/
H A DModuleSymbolTable.cpp75 StringRef InlineAsm = M.getModuleInlineAsm(); in initializeRecordStreamer() local
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DInlineAsm.cpp30 InlineAsm::InlineAsm(FunctionType *FTy, const std::string &asmString, in InlineAsm() function in InlineAsm
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DValue.h44 class InlineAsm; variable
/netbsd/external/apache2/llvm/dist/llvm/lib/Linker/
H A DIRMover.cpp1421 static std::string adjustInlineAsm(const std::string &InlineAsm, in adjustInlineAsm()
/netbsd/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml305 | InlineAsm Constructor
H A Dllvm.mli340 | InlineAsm Constructor
H A Dllvm_ocaml.c635 InlineAsm, enumerator
/netbsd/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1307 func InlineAsm(t Type, asmString, constraints string, hasSideEffects, isAlignStack bool, dialect In… func