Searched refs:ToLoc (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/bolt/lib/RuntimeLibs/ |
| H A D | InstrumentationRuntimeLibrary.cpp | 249 return getOutputAddress(*A.Target, A.ToLoc.Offset) < in buildTables() 250 getOutputAddress(*B.Target, B.ToLoc.Offset); in buildTables() 268 OS.write(reinterpret_cast<const char *>(&Desc.ToLoc.FuncString), 4); in buildTables() 269 OS.write(reinterpret_cast<const char *>(&Desc.ToLoc.Offset), 4); in buildTables() 271 getOutputAddress(*Desc.Target, Desc.ToLoc.Offset); in buildTables() 290 OS.write(reinterpret_cast<const char *>(&Edge.ToLoc.FuncString), 4); in buildTables() 291 OS.write(reinterpret_cast<const char *>(&Edge.ToLoc.Offset), 4); in buildTables() 301 OS.write(reinterpret_cast<const char *>(&Call.ToLoc.FuncString), 4); in buildTables() 302 OS.write(reinterpret_cast<const char *>(&Call.ToLoc.Offset), 4); in buildTables() 305 getOutputAddress(*Call.Target, Call.ToLoc.Offset); in buildTables()
|
| /llvm-project-15.0.7/bolt/include/bolt/Passes/ |
| H A D | InstrumentationSummary.h | 50 LocDescription ToLoc; member 63 LocDescription ToLoc; member 71 LocDescription ToLoc; member
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/llvm/ |
| H A D | IncludeOrderCheck.cpp | 172 SourceLocation ToLoc = FileDirectives[I].Range.getBegin(); in EndOfMainFile() local 173 const char *ToData = SM.getCharacterData(ToLoc); in EndOfMainFile() 176 CharSourceRange::getCharRange(ToLoc, ToLoc.getLocWithOffset(ToLen)); in EndOfMainFile()
|
| /llvm-project-15.0.7/llvm/lib/MC/MCParser/ |
| H A D | MCAsmParserExtension.cpp | 38 SMLoc ToLoc = getLexer().getLoc(); in ParseDirectiveCGProfile() local 61 ToLoc), in ParseDirectiveCGProfile()
|
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | Instrumentation.cpp | 113 CD.ToLoc.FuncString = getFunctionNameIndex(ToFunction); in createCallDescription() 114 CD.ToLoc.Offset = To; in createCallDescription() 133 ICD.ToLoc.FuncString = getFunctionNameIndex(ToFunction); in createIndCallTargetDescription() 134 ICD.ToLoc.Offset = To; in createIndCallTargetDescription() 154 ED.ToLoc.FuncString = getFunctionNameIndex(ToFunction); in createEdgeDescription() 155 ED.ToLoc.Offset = To; in createEdgeDescription()
|
| /llvm-project-15.0.7/clang/include/clang/CrossTU/ |
| H A D | CrossTranslationUnit.h | 198 const clang::SourceLocation &ToLoc) const;
|
| /llvm-project-15.0.7/clang/lib/CrossTU/ |
| H A D | CrossTranslationUnit.cpp | 798 const clang::SourceLocation &ToLoc) const { in getMacroExpansionContextForSourceLocation()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 4713 auto ToLoc = importChecked(Err, D->getNameInfo().getLoc()); in VisitUsingDecl() local 4719 DeclarationNameInfo NameInfo(Name, ToLoc); in VisitUsingDecl() 4923 auto ToLoc = importChecked(Err, D->getNameInfo().getLoc()); in VisitUnresolvedUsingValueDecl() local 4930 DeclarationNameInfo NameInfo(Name, ToLoc); in VisitUnresolvedUsingValueDecl() 7823 auto ToLoc = importChecked(Err, E->getMemberNameInfo().getLoc()); in VisitMemberExpr() local 7830 DeclarationNameInfo ToMemberNameInfo(ToName, ToLoc); in VisitMemberExpr()
|