| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Stmt.cpp | 602 StringRef Str = getAsmString()->getString(); in AnalyzeAsmString() 728 SourceLocation BeginLoc = getAsmString()->getLocationOfByte( in AnalyzeAsmString() 731 SourceLocation EndLoc = getAsmString()->getLocationOfByte( in AnalyzeAsmString() 764 SourceLocation BeginLoc = getAsmString()->getLocationOfByte( in AnalyzeAsmString() 767 SourceLocation EndLoc = getAsmString()->getLocationOfByte( in AnalyzeAsmString()
|
| H A D | StmtPrinter.cpp | 496 VisitStringLiteral(Node->getAsmString()); in VisitGCCAsmStmt() 570 OS << Node->getAsmString() << NL; in VisitMSAsmStmt()
|
| H A D | DeclPrinter.cpp | 932 D->getAsmString()->printPretty(Out, nullptr, Policy, Indentation, "\n", in VisitFileScopeAsmDecl()
|
| H A D | StmtProfile.cpp | 315 VisitStringLiteral(S->getAsmString()); in VisitGCCAsmStmt()
|
| H A D | ASTImporter.cpp | 6314 auto AsmStrOrErr = import(S->getAsmString()); in VisitGCCAsmStmt()
|
| /llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/LLVMIR/ |
| H A D | LLVMToLLVMIRTranslation.cpp | 322 inlineAsmOp.getAsmString(), inlineAsmOp.getConstraints(), in convertOperationImpl() 328 inlineAsmOp.getAsmString(), in convertOperationImpl()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | InlineAsm.h | 84 const std::string &getAsmString() const { return AsmString; } in getAsmString() function
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | ConstantsContext.h | 398 : AsmString(Asm->getAsmString()), Constraints(Asm->getConstraintString()), 414 AsmString == Asm->getAsmString() &&
|
| H A D | AsmWriter.cpp | 2413 printEscapedString(IA->getAsmString(), Out); in WriteAsOperandInternal()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | FunctionComparator.cpp | 737 if (int Res = cmpMem(L->getAsmString(), R->getAsmString())) in cmpInlineAsm()
|
| H A D | ValueMapper.cpp | 371 V = InlineAsm::get(NewTy, IA->getAsmString(), IA->getConstraintString(), in mapValue()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | InlineAsmLowering.cpp | 354 .addExternalSymbol(IA->getAsmString().c_str()) in lowerInlineAsm()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ASTNodeTraverser.h | 479 Visit(D->getAsmString()); in VisitFileScopeAsmDecl()
|
| H A D | Stmt.h | 3062 const StringLiteral *getAsmString() const { return AsmStr; } in getAsmString() function 3063 StringLiteral *getAsmString() { return AsmStr; } in getAsmString() function 3291 StringRef getAsmString() const { return AsmStr; } in getAsmString() function
|
| H A D | Decl.h | 4208 const StringLiteral *getAsmString() const { return AsmString; } in getAsmString() function 4209 StringLiteral *getAsmString() { return AsmString; } in getAsmString() function
|
| H A D | RecursiveASTVisitor.h | 1559 { TRY_TO(TraverseStmt(D->getAsmString())); }) 2349 TRY_TO_TRAVERSE_OR_ENQUEUE_STMT(S->getAsmString());
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 298 Record.AddStmt(S->getAsmString()); in VisitGCCAsmStmt() 329 Record.AddString(S->getAsmString()); in VisitMSAsmStmt()
|
| H A D | ASTWriterDecl.cpp | 1163 Record.AddStmt(D->getAsmString()); in VisitFileScopeAsmDecl()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 1176 MIB.addExternalSymbol(IA->getAsmString().c_str()); in selectCall()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 2292 getAsmSrcLocInfo(gccAsmStmt->getAsmString(), CGF)); in UpdateAsmCallInst()
|
| H A D | CodeGenModule.cpp | 6268 getModule().appendModuleInlineAsm(AD->getAsmString()->getString()); in EmitTopLevelDecl()
|
| /llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 1986 const std::string &AsmStr = IA->getAsmString(); in writeConstants()
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 2497 const std::string &AsmStr = IA->getAsmString(); in writeConstants()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | TreeTransform.h | 7791 AsmString = S->getAsmString(); in TransformGCCAsmStmt() 7826 AsmToks, S->getAsmString(), in TransformMSAsmStmt()
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 5562 Callee = InlineAsm::get(FTy, IA->getAsmString(), Constraints, in parseFunctionBody()
|