/llvm-project/clang/lib/AST/ |
H A D | Stmt.cpp | 612 StringRef Str = getAsmString()->getString(); in AnalyzeAsmString() 738 SourceLocation BeginLoc = getAsmString()->getLocationOfByte( in AnalyzeAsmString() 741 SourceLocation EndLoc = getAsmString()->getLocationOfByte( in AnalyzeAsmString() 774 SourceLocation BeginLoc = getAsmString()->getLocationOfByte( in AnalyzeAsmString() 777 SourceLocation EndLoc = getAsmString()->getLocationOfByte( in AnalyzeAsmString()
|
H A D | StmtPrinter.cpp | 505 VisitStringLiteral(Node->getAsmString()); in VisitGCCAsmStmt() 579 OS << Node->getAsmString() << NL; in VisitMSAsmStmt()
|
H A D | DeclPrinter.cpp | 1010 D->getAsmString()->printPretty(Out, nullptr, Policy, Indentation, "\n", in VisitFileScopeAsmDecl()
|
H A D | StmtProfile.cpp | 331 VisitStringLiteral(S->getAsmString()); in VisitGCCAsmStmt()
|
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/LLVMIR/ |
H A D | LLVMToLLVMIRTranslation.cpp | 313 inlineAsmOp.getAsmString(), inlineAsmOp.getConstraints(), in convertOperationImpl() 319 inlineAsmOp.getAsmString(), in convertOperationImpl()
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | InlineAsm.h | 86 const std::string &getAsmString() const { return AsmString; } in getAsmString() function
|
/llvm-project/llvm/lib/IR/ |
H A D | ConstantsContext.h | 354 : AsmString(Asm->getAsmString()), Constraints(Asm->getConstraintString()), 370 AsmString == Asm->getAsmString() &&
|
H A D | AsmWriter.cpp | 2623 printEscapedString(IA->getAsmString(), Out); in WriteAsOperandInternal()
|
H A D | Core.cpp | 523 const std::string &AsmString = cast<InlineAsm>(Val)->getAsmString(); in LLVMGetInlineAsmConstraintString()
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | FunctionComparator.cpp | 851 if (int Res = cmpMem(L->getAsmString(), R->getAsmString()))
|
H A D | ValueMapper.cpp | 373 V = InlineAsm::get(NewTy, IA->getAsmString(), IA->getConstraintString(), in mapValue()
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | InlineAsmLowering.cpp | 300 .addExternalSymbol(IA->getAsmString().c_str()) in lowerInlineAsm()
|
/llvm-project/clang/include/clang/AST/ |
H A D | ASTNodeTraverser.h | 583 Visit(D->getAsmString()); in VisitCapturedDecl()
|
H A D | Stmt.h | 3314 const StringLiteral *getAsmString() const { return AsmStr; } 3315 StringLiteral *getAsmString() { return AsmStr; } 3543 StringRef getAsmString() const { return AsmStr; }
|
H A D | Decl.h | 4453 const StringLiteral *getAsmString() const { return AsmString; } in getSourceRange() 4454 StringLiteral *getAsmString() { return AsmString; } in getSourceRange() 4456 const StringLiteral *getAsmString() const { return AsmString; } getAsmString() function 4457 StringLiteral *getAsmString() { return AsmString; } getAsmString() function
|
H A D | RecursiveASTVisitor.h | 1604 { TRY_TO(TraverseStmt(D->getAsmString())); }) 2404 TRY_TO_TRAVERSE_OR_ENQUEUE_STMT(S->getAsmString());
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 2567 getAsmSrcLocInfo(gccAsmStmt->getAsmString(), CGF)); in EmitAsmStores() 2686 Asm = GCCAsm->getAsmString()->getString(); in EmitAsmStmt()
|
H A D | CodeGenModule.cpp | 7177 getModule().appendModuleInlineAsm(AD->getAsmString()->getString()); in ClearUnusedCoverageMapping()
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterStmt.cpp | 364 Record.AddStmt(S->getAsmString()); in VisitGCCAsmStmt() 398 Record.AddString(S->getAsmString()); in VisitMSAsmStmt()
|
H A D | ASTWriterDecl.cpp | 1343 Record.AddStmt(D->getAsmString()); in VisitCapturedDecl()
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 1175 MIB.addExternalSymbol(IA->getAsmString().c_str()); in selectCall()
|
/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILBitcodeWriter.cpp | 1968 const std::string &AsmStr = IA->getAsmString(); in writeConstants()
|
/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 2717 const std::string &AsmStr = IA->getAsmString(); in writeConstants()
|
/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 8596 AsmString = S->getAsmString(); in TransformObjCAtTryStmt() 8630 AsmToks, S->getAsmString(), in TransformObjCAtCatchStmt()
|
/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 6041 Callee = InlineAsm::get(FTy, IA->getAsmString(), Constraints, in parseFunctionBody()
|