Home
last modified time | relevance | path

Searched refs:ToLoc (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/bolt/lib/RuntimeLibs/
H A DInstrumentationRuntimeLibrary.cpp249 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 DInstrumentationSummary.h50 LocDescription ToLoc; member
63 LocDescription ToLoc; member
71 LocDescription ToLoc; member
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/llvm/
H A DIncludeOrderCheck.cpp172 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 DMCAsmParserExtension.cpp38 SMLoc ToLoc = getLexer().getLoc(); in ParseDirectiveCGProfile() local
61 ToLoc), in ParseDirectiveCGProfile()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DInstrumentation.cpp113 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 DCrossTranslationUnit.h198 const clang::SourceLocation &ToLoc) const;
/llvm-project-15.0.7/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp798 const clang::SourceLocation &ToLoc) const { in getMacroExpansionContextForSourceLocation()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp4713 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()