Searched refs:resolve (Results 1 - 25 of 79) sorted by relevance

1234

/openbsd-current/gnu/llvm/lldb/source/Interpreter/
H A DOptionValueFileSpec.cpp21 OptionValueFileSpec::OptionValueFileSpec(bool resolve) : m_resolve(resolve) {} argument
23 OptionValueFileSpec::OptionValueFileSpec(const FileSpec &value, bool resolve) argument
26 m_resolve(resolve) {}
30 bool resolve)
33 m_resolve(resolve) {}
28 OptionValueFileSpec(const FileSpec &current_value, const FileSpec &default_value, bool resolve) argument
H A DProperty.cpp111 const bool resolve = definition.default_uint_value != 0; local
113 if (resolve)
115 m_value_sp = std::make_shared<OptionValueFileSpec>(file_spec, resolve);
/openbsd-current/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValueFileSpec.h22 OptionValueFileSpec(bool resolve = true);
24 OptionValueFileSpec(const FileSpec &value, bool resolve = true);
27 const FileSpec &default_value, bool resolve = true);
/openbsd-current/share/man/man1/
H A DMakefile12 port-getpkgpath-helper.1 port-resolve-lib-helper.1 \
/openbsd-current/gnu/llvm/llvm/utils/lit/lit/llvm/
H A Dsubst.py14 def resolve(self, config, dirs): member in class:FindTool
98 def resolve(self, config, search_dirs): member in class:ToolSubst
112 command_str = self.command.resolve(config, search_dirs)
/openbsd-current/gnu/llvm/lldb/bindings/interface/
H A DSBFileSpec.i38 SBFileSpec (const char *path);// Deprecated, use SBFileSpec (const char *path, bool resolve)
40 SBFileSpec (const char *path, bool resolve);
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dsol-thread.c801 /* Don't do anything if init failed to resolve the libthread_db
1332 /* In case init failed to resolve the libthread_db library. */
1384 /* Don't do anything if init failed to resolve the libthread_db
1634 #define resolve(X) \
1638 resolve (td_log);
1639 resolve (td_ta_new);
1640 resolve (td_ta_delete);
1641 resolve (td_init);
1642 resolve (td_ta_get_ph);
1643 resolve (td_ta_get_nthread
1628 #define resolve macro
[all...]
/openbsd-current/gnu/llvm/lld/ELF/
H A DDWARF.cpp80 // In resolve() methods, the `type` and `offset` arguments would always be 0,
83 static uint64_t resolve(uint64_t /*type*/, uint64_t /*offset*/, uint64_t s, function in struct:__anon1234::LLDRelocationResolver
92 static uint64_t resolve(uint64_t /*type*/, uint64_t /*offset*/, uint64_t s, function in struct:__anon1234::LLDRelocationResolver
119 // shall still resolve it. This is important for --gdb-index: the end address
131 0, LLDRelocationResolver<RelTy>::resolve};
H A DSymbolTable.h44 sym->resolve(newSym);
H A DSymbols.h233 // to call resolve() with the new symbol. That function replaces
240 void resolve(const Undefined &other);
241 void resolve(const CommonSymbol &other);
242 void resolve(const Defined &other);
243 void resolve(const LazyObject &other);
244 void resolve(const SharedSymbol &other);
442 // resolve PLT slot values at load-time. This is contrary to the
H A DSymbols.cpp393 void Symbol::resolve(const Undefined &other) { function in class:Symbol
441 // about foo.a after visiting, it can't resolve undefined symbols in bar.o
573 void Symbol::resolve(const CommonSymbol &other) { function in class:Symbol
611 void Symbol::resolve(const Defined &other) { function in class:Symbol
622 void Symbol::resolve(const LazyObject &other) { function in class:Symbol
661 void Symbol::resolve(const SharedSymbol &other) { function in class:Symbol
/openbsd-current/gnu/llvm/lldb/source/API/
H A DSBFileSpec.cpp46 SBFileSpec::SBFileSpec(const char *path, bool resolve) argument
48 LLDB_INSTRUMENT_VA(this, path, resolve);
50 if (resolve)
/openbsd-current/games/sail/
H A Ddr_main.c95 resolve();
/openbsd-current/gnu/llvm/llvm/utils/release/
H A Dbump-version.py162 source_root = Path(__file__).resolve().parents[3]
165 source_root = Path(args.source_root).resolve()
/openbsd-current/gnu/llvm/lldb/include/lldb/API/
H A DSBFileSpec.h23 // bool resolve)
25 SBFileSpec(const char *path, bool resolve);
/openbsd-current/gnu/llvm/clang/tools/scan-build/share/scan-build/
H A Dsorttable.js472 // globally resolve forEach enumeration
475 var resolve = Object; // default
478 resolve = Function;
485 resolve = String;
488 resolve = Array;
490 resolve.forEach(object, block, context);
/openbsd-current/gnu/llvm/clang/tools/scan-build-py/libscanbuild/resources/
H A Dsorttable.js472 // globally resolve forEach enumeration
475 var resolve = Object; // default
478 resolve = Function;
485 resolve = String;
488 resolve = Array;
490 resolve.forEach(object, block, context);
/openbsd-current/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/resources/
H A Dsorttable.js515 // globally resolve forEach enumeration
518 var resolve = Object; // default
521 resolve = Function;
528 resolve = String;
531 resolve = Array;
533 resolve.forEach(object, block, context);
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/bin/
H A Dpiconv32 'resolve|r=s',
39 defined $Opt{resolve} and resolve_encoding($Opt{resolve});
165 -r,--resolve encoding_alias
166 resolve encoding to its (Encode) canonical name
245 =item -r,--resolve I<encoding_alias>
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSymbol.cpp246 Reference->resolve();
247 // Recursively resolve the symbol names.
256 Element->resolve();
261 Element->resolve();
276 // follow the chain to resolve the name from those references.
H A DLVScope.cpp379 void LVScope::resolve() { function in class:LVScope
384 LVElement::resolve();
392 Element->resolve();
401 // If the scope is a template, resolve the template parameters and get
441 Reference->resolve();
442 // Recursively resolve the scope names.
451 Element->resolve();
462 CompileUnit->resolve();
470 // follow the chain to resolve the name from those references.
481 // 'encodeTemplateArguments' to resolve the
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DExecutionDomainFix.h177 DomainValue *resolve(DomainValue *&);
/openbsd-current/gnu/llvm/llvm/utils/lit/lit/
H A DShCommands.py51 def resolve(self, cwd): member in class:GlobItem
/openbsd-current/gnu/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerDeclContext.h31 /// resolve different files under the same path.
36 StringRef resolve(const std::string &Path, function in class:llvm::CachedPathResolver
41 // If the ParentPath has not yet been resolved, resolve and cache it for
/openbsd-current/gnu/llvm/llvm/lib/TableGen/
H A DTGParser.h218 bool resolve(const ForeachLoop &Loop, SubstStack &Stack, bool Final,
220 bool resolve(const std::vector<RecordsEntry> &Source, SubstStack &Substs,

Completed in 202 milliseconds

1234