| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | Stmt.cpp | 603 StringRef Str = getAsmString()->getString(); in AnalyzeAsmString() 729 SourceLocation BeginLoc = getAsmString()->getLocationOfByte( in AnalyzeAsmString() 732 SourceLocation EndLoc = getAsmString()->getLocationOfByte( in AnalyzeAsmString() 765 SourceLocation BeginLoc = getAsmString()->getLocationOfByte( in AnalyzeAsmString() 768 SourceLocation EndLoc = getAsmString()->getLocationOfByte( in AnalyzeAsmString()
|
| H A D | StmtPrinter.cpp | 500 VisitStringLiteral(Node->getAsmString()); in VisitGCCAsmStmt() 574 OS << Node->getAsmString() << NL; in VisitMSAsmStmt()
|
| H A D | DeclPrinter.cpp | 1067 D->getAsmString()->printPretty(Out, nullptr, Policy, Indentation, "\n", in VisitFileScopeAsmDecl()
|
| H A D | StmtProfile.cpp | 331 VisitStringLiteral(S->getAsmString()); in VisitGCCAsmStmt()
|
| H A D | ASTImporter.cpp | 6699 auto AsmStrOrErr = import(S->getAsmString()); in VisitGCCAsmStmt()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ConstantsContext.h | 365 : AsmString(Asm->getAsmString()), Constraints(Asm->getConstraintString()), 381 AsmString == Asm->getAsmString() &&
|
| H A D | Core.cpp | 488 const std::string &AsmString = cast<InlineAsm>(Val)->getAsmString(); in LLVMGetInlineAsmAsmString()
|
| H A D | AsmWriter.cpp | 2496 printEscapedString(IA->getAsmString(), Out); in WriteAsOperandInternal()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | InlineAsm.h | 86 const std::string &getAsmString() const { return AsmString; } in getAsmString() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | FunctionComparator.cpp | 817 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()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | InlineAsmLowering.cpp | 300 .addExternalSymbol(IA->getAsmString().c_str()) in lowerInlineAsm()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTNodeTraverser.h | 487 Visit(D->getAsmString()); in VisitFileScopeAsmDecl()
|
| H A D | Stmt.h | 3285 const StringLiteral *getAsmString() const { return AsmStr; } in getAsmString() function 3286 StringLiteral *getAsmString() { return AsmStr; } in getAsmString() function 3514 StringRef getAsmString() const { return AsmStr; } in getAsmString() function
|
| H A D | Decl.h | 4401 const StringLiteral *getAsmString() const { return AsmString; } in getAsmString() function 4402 StringLiteral *getAsmString() { return AsmString; } in getAsmString() function
|
| H A D | RecursiveASTVisitor.h | 1535 { TRY_TO(TraverseStmt(D->getAsmString())); }) 2329 TRY_TO_TRAVERSE_OR_ENQUEUE_STMT(S->getAsmString());
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 2321 getAsmSrcLocInfo(gccAsmStmt->getAsmString(), CGF)); in UpdateAsmCallInst() 2440 Asm = GCCAsm->getAsmString()->getString(); in EmitHipStdParUnsupportedAsm()
|
| H A D | CodeGenModule.cpp | 6913 getModule().appendModuleInlineAsm(AD->getAsmString()->getString()); in EmitTopLevelDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 363 Record.AddStmt(S->getAsmString()); in VisitGCCAsmStmt() 397 Record.AddString(S->getAsmString()); in VisitMSAsmStmt()
|
| H A D | ASTWriterDecl.cpp | 1236 Record.AddStmt(D->getAsmString()); in VisitFileScopeAsmDecl()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 1166 MIB.addExternalSymbol(IA->getAsmString().c_str()); in selectCall()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 1978 const std::string &AsmStr = IA->getAsmString(); in writeConstants()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 2594 const std::string &AsmStr = IA->getAsmString(); in writeConstants()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 8054 AsmString = S->getAsmString(); in TransformGCCAsmStmt() 8088 AsmToks, S->getAsmString(), in TransformMSAsmStmt()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 5771 Callee = InlineAsm::get(FTy, IA->getAsmString(), Constraints, in parseFunctionBody()
|