Searched refs:getAsmString (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h86 const std::string &getAsmString() const { return AsmString; } function in class:llvm::final
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp603 StringRef Str = getAsmString()->getString();
729 SourceLocation BeginLoc = getAsmString()->getLocationOfByte(
732 SourceLocation EndLoc = getAsmString()->getLocationOfByte(
765 SourceLocation BeginLoc = getAsmString()->getLocationOfByte(
768 SourceLocation EndLoc = getAsmString()->getLocationOfByte(
H A DStmtPrinter.cpp500 VisitStringLiteral(Node->getAsmString());
574 OS << Node->getAsmString() << NL;
H A DDeclPrinter.cpp1067 D->getAsmString()->printPretty(Out, nullptr, Policy, Indentation, "\n",
H A DStmtProfile.cpp331 VisitStringLiteral(S->getAsmString());
H A DASTImporter.cpp6699 auto AsmStrOrErr = import(S->getAsmString());
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DConstantsContext.h365 : AsmString(Asm->getAsmString()), Constraints(Asm->getConstraintString()),
381 AsmString == Asm->getAsmString() &&
H A DAsmWriter.cpp2496 printEscapedString(IA->getAsmString(), Out);
H A DCore.cpp488 const std::string &AsmString = cast<InlineAsm>(Val)->getAsmString();
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp300 .addExternalSymbol(IA->getAsmString().c_str())
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp817 if (int Res = cmpMem(L->getAsmString(), R->getAsmString()))
H A DValueMapper.cpp371 V = InlineAsm::get(NewTy, IA->getAsmString(), IA->getConstraintString(),
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h487 Visit(D->getAsmString());
H A DStmt.h3285 const StringLiteral *getAsmString() const { return AsmStr; } function in class:clang::GCCAsmStmt
3286 StringLiteral *getAsmString() { return AsmStr; } function in class:clang::GCCAsmStmt
3514 StringRef getAsmString() const { return AsmStr; } function in class:clang::MSAsmStmt
H A DDecl.h4401 const StringLiteral *getAsmString() const { return AsmString; }
4402 StringLiteral *getAsmString() { return AsmString; }
H A DRecursiveASTVisitor.h1535 { TRY_TO(TraverseStmt(D->getAsmString())); })
2329 TRY_TO_TRAVERSE_OR_ENQUEUE_STMT(S->getAsmString());
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2321 getAsmSrcLocInfo(gccAsmStmt->getAsmString(), CGF));
2440 Asm = GCCAsm->getAsmString()->getString();
H A DCodeGenModule.cpp6913 getModule().appendModuleInlineAsm(AD->getAsmString()->getString());
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp363 Record.AddStmt(S->getAsmString());
397 Record.AddString(S->getAsmString());
H A DASTWriterDecl.cpp1236 Record.AddStmt(D->getAsmString());
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1166 MIB.addExternalSymbol(IA->getAsmString().c_str());
/freebsd-current/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1978 const std::string &AsmStr = IA->getAsmString();
/freebsd-current/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2594 const std::string &AsmStr = IA->getAsmString();
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8054 AsmString = S->getAsmString();
8088 AsmToks, S->getAsmString(),
/freebsd-current/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5771 Callee = InlineAsm::get(FTy, IA->getAsmString(), Constraints,

Completed in 586 milliseconds

12