Home
last modified time | relevance | path

Searched refs:locations (Results 1 – 25 of 162) sorted by relevance

1234567

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpointExtensions.i31 locations = []
34 locations.append(accessor[idx])
35 return locations
47locations = property(get_breakpoint_location_list, None, doc='''A read only property that returns …
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp297 SmallVector<MachineOperand, 4> locations; member in __anon093131440411::UserValue
370 for (unsigned i = 0, e = locations.size(); i != e; ++i) in getLocationNo()
371 if (locations[i].isReg() && in getLocationNo()
372 locations[i].getReg() == LocMO.getReg() && in getLocationNo()
373 locations[i].getSubReg() == LocMO.getSubReg()) in getLocationNo()
376 for (unsigned i = 0, e = locations.size(); i != e; ++i) in getLocationNo()
377 if (LocMO.isIdenticalTo(locations[i])) in getLocationNo()
379 locations.push_back(LocMO); in getLocationNo()
381 locations.back().clearParent(); in getLocationNo()
383 if (locations.back().isReg()) { in getLocationNo()
[all …]
/freebsd/lib/libc/softfloat/bits32/
H A Dsoftfloat-macros65 which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'.
101 the locations pointed to by `z0Ptr' and `z1Ptr'.
141 stored at the locations pointed to by `z0Ptr' and `z1Ptr'. The bits shifted
150 and the integer part of the result is returned at the locations pointed to
212 pieces which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'.
231 32-bit pieces which are stored at the locations pointed to by `z0Ptr',
268 are stored at the locations pointed to by `z0Ptr' and `z1Ptr'.
288 32-bit pieces which are stored at the locations pointed to by `z0Ptr',
327 32-bit pieces which are stored at the locations pointed to by `z0Ptr' and
346 into three 32-bit pieces which are stored at the locations pointed to by
[all …]
/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp223 MutableArrayRef<Location> locations, in encodeRebases() argument
226 for (Location &loc : locations) in encodeRebases()
231 llvm::unique(locations, [](const Location &a, const Location &b) { in encodeRebases()
234 size_t count = end - locations.begin(); in encodeRebases()
238 assert(!locations.empty()); in encodeRebases()
239 uint64_t offset = locations[0].offset; in encodeRebases()
245 offset = locations[i].offset; in encodeRebases()
247 uint64_t skip = offset - locations[i - 1].offset; in encodeRebases()
277 if (locations.empty()) in finalizeContents()
283 llvm::sort(locations, [](const Location &a, const Location &b) { in finalizeContents()
[all …]
H A DSyntheticSections.h161 bool isNeeded() const override { return !locations.empty(); } in isNeeded()
166 locations.emplace_back(isec, offset); in addEntry()
170 std::vector<Location> locations;
793 locations.emplace_back(isec, offset); in addRebase()
804 const std::vector<Location> &getLocations() const { return locations; } in getLocations()
812 std::vector<Location> locations;
H A DSymbolTable.cpp609 const UndefinedDiag &locations, in reportUndefinedSymbol() argument
618 for (const std::string &loc : locations.otherReferences) { in reportUndefinedSymbol()
625 for (const UndefinedDiag::SectionAndOffset &loc : locations.codeReferences) { in reportUndefinedSymbol()
637 locations.otherReferences.size() + locations.codeReferences.size(); in reportUndefinedSymbol()
/freebsd/contrib/byacc/
H A Doutput.c167 if (locations) in output_prefix()
1300 if (locations) in output_defines()
1771 if (locations) in output_lex_decl()
1785 if (locations) in output_lex_decl()
1799 if (locations) in output_lex_decl()
1815 if (locations) in output_lex_decl()
1825 if (locations) in output_lex_decl()
1836 if (locations) in output_lex_decl()
1892 if (locations) in output_error_decl()
1903 if (locations) in output_error_decl()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DModRef.h95 static auto locations() { in locations() function
107 for (Location Loc : locations()) in MemoryEffectsBase()
186 for (Location Loc : locations()) in getModRef()
/freebsd/lib/libc/softfloat/bits64/
H A Dsoftfloat-macros140 which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'.
176 the locations pointed to by `z0Ptr' and `z1Ptr'.
216 stored at the locations pointed to by `z0Ptr' and `z1Ptr'. The bits shifted
225 and the integer part of the result is returned at the locations pointed to
287 pieces which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'.
306 64-bit pieces which are stored at the locations pointed to by `z0Ptr',
343 are stored at the locations pointed to by `z0Ptr' and `z1Ptr'.
363 64-bit pieces which are stored at the locations pointed to by `z0Ptr',
402 64-bit pieces which are stored at the locations pointed to by `z0Ptr' and
421 result is broken into three 64-bit pieces which are stored at the locations
[all …]
/freebsd/crypto/openssl/
H A DNOTES-UNIX.md19 Shared libraries and installation in non-default locations
22 Every Unix system has its own set of default locations for shared
24 libraries are installed in non-default locations, dynamically linked
101 shared library face exactly the same problem with non-default locations.
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_load_verify_locations.pod9 - set default locations for trusted CA certificates
32 locations for B<ctx>, at which CA certificates for verification purposes
39 SSL_CTX_set_default_verify_paths() specifies that the default locations from
132 processing at one of the locations specified failed. Check the error
/freebsd/contrib/wpa/hostapd/logwatch/
H A DREADME4 These files can be installed by copying them to following locations:
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Dste-coh901318.txt8 - reg: register locations and length
/freebsd/contrib/llvm-project/lld/COFF/
H A DSymbolTable.cpp182 std::vector<Location> locations; in getSymbolLocations() local
193 if (locations.size() >= maxStrings) in getSymbolLocations()
200 locations.push_back({sym, *fileLine}); in getSymbolLocations()
202 locations.push_back({sym, {"", 0}}); in getSymbolLocations()
213 std::vector<std::string> symbolLocations(locations.size()); in getSymbolLocations()
215 for (Location loc : locations) { in getSymbolLocations()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h45 for (const auto &Loc : R.locations()) { in prettyPrintStackMap()
/freebsd/contrib/byacc/test/btyacc/
H A Dbig_b.error12 -L enable position processing, e.g., "%locations"
H A Dbig_l.error12 -L enable position processing, e.g., "%locations"
H A Dno_output2.error13 -L enable position processing, e.g., "%locations"
H A Dhelp.error13 -L enable position processing, e.g., "%locations"
/freebsd/contrib/byacc/test/yacc/
H A Dhelp.error13 -L enable position processing, e.g., "%locations"
H A Dno_b_opt.error13 -L enable position processing, e.g., "%locations"
H A Dno_output2.error13 -L enable position processing, e.g., "%locations"
H A Dno_p_opt.error13 -L enable position processing, e.g., "%locations"
H A Dnostdin.error12 -L enable position processing, e.g., "%locations"
/freebsd/contrib/byacc/test/
H A Derr_inherit4.y1 %locations

1234567