Searched refs:Location (Results 76 - 100 of 116) sorted by relevance

12345

/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DSymbolTable.cpp140 struct Location { struct
144 std::vector<Location> locations;
168 for (Location loc : locations) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp48 Location Loc = Data->Loc.acquire();
113 Location Loc = Data->Loc.acquire();
441 Location Loc;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h439 const DILocation *Location,
H A DDwarfDebug.cpp1494 // Location list entries with empty location descriptions are redundant
1532 const DILocation *Location,
1538 Location));
1544 Location, Sym));
2241 MachineLocation Location = Value.getLoc();
2242 if (Location.isIndirect())
2252 if (!DwarfExpr.addMachineRegExpression(TRI, Cursor, Location.getReg()))
/freebsd-11-stable/contrib/gdb/gdb/
H A Dada-exp.c1000 # define YYDSYMPRINTF(Title, Token, Value, Location) \
1074 # define YYDSYMPRINTF(Title, Token, Value, Location)
H A Dm2-exp.c935 # define YYDSYMPRINTF(Title, Token, Value, Location) \
1009 # define YYDSYMPRINTF(Title, Token, Value, Location)
H A Df-exp.c815 # define YYDSYMPRINTF(Title, Token, Value, Location) \
889 # define YYDSYMPRINTF(Title, Token, Value, Location)
H A Djv-exp.c874 # define YYDSYMPRINTF(Title, Token, Value, Location) \
948 # define YYDSYMPRINTF(Title, Token, Value, Location)
H A Dc-exp.c997 # define YYDSYMPRINTF(Title, Token, Value, Location) \
1071 # define YYDSYMPRINTF(Title, Token, Value, Location)
H A Dobjc-exp.c979 # define YYDSYMPRINTF(Title, Token, Value, Location) \
1053 # define YYDSYMPRINTF(Title, Token, Value, Location)
H A Dp-exp.c789 # define YYDSYMPRINTF(Title, Token, Value, Location) \
863 # define YYDSYMPRINTF(Title, Token, Value, Location)
/freebsd-11-stable/crypto/heimdal/lib/sl/
H A Dslc-gram.c651 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
792 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp815 "0x%8.8x 0x%8.8x 0x%8.8x %s\n", (uint32_t)stream_desc.Location.RVA,
816 (uint32_t)stream_desc.Location.DataSize,
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2180 SourceLocation Location) {
2184 Builder.CreateBitCast(CGM.EmitAnnotationUnit(Location), Int8PtrTy),
2185 CGM.EmitAnnotationLineNo(Location)
2489 llvm::DebugLoc CodeGenFunction::SourceLocToDebugLoc(SourceLocation Location) {
2491 return DI->SourceLocToDebugLoc(Location);
2177 EmitAnnotationCall(llvm::Function *AnnotationFn, llvm::Value *AnnotatedVal, StringRef AnnotationStr, SourceLocation Location) argument
H A DCodeGenModule.cpp313 SourceLocation Location; local
316 Location = A->getLocation();
325 Diags.Report(Location, diag::err_cyclic_alias) << IsIFunc;
328 Diags.Report(Location, diag::err_alias_to_undefined)
336 Diags.Report(Location, diag::err_ifunc_resolver_return);
360 Diags.Report(Location, diag::warn_alias_to_weak_alias)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1347 unsigned Location; member in struct:clang::MMToken
1359 Location = 0;
1367 return SourceLocation::getFromRawEncoding(Location);
1488 Tok.Location = LToken.getLocation().getRawEncoding();
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c1062 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
1203 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_parser.c1562 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
1666 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1474 void setLocation(SourceLocation Location) { Loc = Location; } argument
1513 void setLocation(SourceLocation Location) { Loc = Location; } argument
1566 void setLocation(SourceLocation Location) { Loc = Location; } argument
4702 /// Location of the first index expression within the designated
5866 /// Location of sub-expressions.
H A DExprCXX.h2434 SourceLocation Location; member in class:clang::PseudoDestructorTypeStorage
2440 : Type(II), Location(Loc) {}
2452 SourceLocation getLocation() const { return Location; }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp2312 void Document::setError(const Twine &Message, Token &Location) const {
2313 stream.scanner->setError(Message, Location.Range.begin());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h864 SourceLocation Location; member in struct:clang::ASTReader::PragmaPackStackEntry
1344 SourceLocation &Location);
/freebsd-11-stable/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh49 -p portsdir -- Location of uncompressed ports tree
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp479 getTrackRegion(Event.Location, /*CheckSuperRegion=*/true);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp3053 SourceLocation Location = D->getLocation(); local
3055 if (Location.isFileID() && GenerateLineInfo) {
3057 PresumedLoc PLoc = SM->getPresumedLoc(Location);
3065 Location = D->getBeginLoc();
3072 Location = LSD->getExternLoc();
3075 InsertText(Location, LineString);

Completed in 622 milliseconds

12345