Home
last modified time | relevance | path

Searched refs:locations (Results 1 – 25 of 163) 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.cpp371 if (locations[i].isReg() && in getLocationNo()
379 locations.push_back(LocMO); in getLocationNo()
381 locations.back().clearParent(); in getLocationNo()
383 if (locations.back().isReg()) { in getLocationNo()
384 if (locations.back().isDef()) in getLocationNo()
386 locations.back().setIsUse(); in getLocationNo()
388 return locations.size() - 1; in getLocationNo()
402 locations.erase(locations.begin() + LocNo); in removeLocationIfUnused()
742 locations[i].print(OS, TRI); in print()
768 if (locations[i].isReg() && locations[i].getReg().isVirtual()) in mapVirtRegs()
[all …]
/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp225 for (Location &loc : locations) in encodeRebases()
233 size_t count = end - locations.begin(); in encodeRebases()
237 assert(!locations.empty()); in encodeRebases()
238 uint64_t offset = locations[0].offset; in encodeRebases()
244 offset = locations[i].offset; in encodeRebases()
246 uint64_t skip = offset - locations[i - 1].offset; in encodeRebases()
276 if (locations.empty()) in finalizeContents()
291 encodeRebases(seg, {locations.data() + i, locations.data() + j}, os); in finalizeContents()
2000 locations.emplace_back(isec, offset); in addBinding()
2179 for (Location &loc : locations) in finalizeContents()
[all …]
H A DSyntheticSections.h160 bool isNeeded() const override { return !locations.empty(); } in isNeeded()
165 locations.emplace_back(isec, offset); in addEntry()
169 std::vector<Location> locations;
730 locations.emplace_back(isec, offset); in addRebase()
741 const std::vector<Location> &getLocations() const { return locations; } in getLocations()
749 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/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'.
150 and the integer part of the result is returned at the locations pointed to
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
383 into two 32-bit pieces which are stored at the locations pointed to by
414 which are stored at the locations pointed to by `z0Ptr', `z1Ptr', and
[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/contrib/byacc/
H A Doutput.c167 if (locations) in output_prefix()
1300 if (locations) in output_defines()
1778 if (locations) in output_lex_decl()
1792 if (locations) in output_lex_decl()
1806 if (locations) in output_lex_decl()
1822 if (locations) in output_lex_decl()
1832 if (locations) in output_lex_decl()
1843 if (locations) in output_lex_decl()
1899 if (locations) in output_error_decl()
1910 if (locations) in output_error_decl()
[all …]
/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
458 into two 64-bit pieces which are stored at the locations pointed to by
[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/sys/contrib/device-tree/Bindings/spi/
H A Datmel-quadspi.txt7 - reg: Should contain the locations and lengths of the base registers
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h45 for (const auto &Loc : R.locations()) { in prettyPrintStackMap()
/freebsd/contrib/byacc/test/
H A Derr_inherit4.y1 %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/btyacc/
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"

1234567