Home
last modified time | relevance | path

Searched defs:resolve (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueFileSpec.cpp21 OptionValueFileSpec::OptionValueFileSpec(bool resolve) : m_resolve(resolve) {} in OptionValueFileSpec()
23 OptionValueFileSpec::OptionValueFileSpec(const FileSpec &value, bool resolve) in OptionValueFileSpec()
30 bool resolve) in OptionValueFileSpec()
H A DProperty.cpp111 const bool resolve = definition.default_uint_value != 0; in Property() local
/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbols.cpp397 void Symbol::resolve(const Undefined &other) { in resolve() function in Symbol
577 void Symbol::resolve(const CommonSymbol &other) { in resolve() function in Symbol
615 void Symbol::resolve(const Defined &other) { in resolve() function in Symbol
626 void Symbol::resolve(const LazySymbol &other) { in resolve() function in Symbol
665 void Symbol::resolve(const SharedSymbol &other) { in resolve() function in Symbol
H A DDWARF.cpp84 static uint64_t resolve(uint64_t /*type*/, uint64_t /*offset*/, uint64_t s, in resolve() function
93 static uint64_t resolve(uint64_t /*type*/, uint64_t /*offset*/, uint64_t s, in resolve() function
/freebsd/sbin/ipf/ipsend/
H A D44arp.c37 int resolve(char *host, char *address) in resolve() function
H A Darp.c32 int resolve(char *host, char *address) in resolve() function
/freebsd/crypto/heimdal/lib/krb5/
H A Dtest_plugin.c76 krb5plugin_service_locate_ftable resolve = { variable
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerDeclContext.h
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFileSpec.cpp46 SBFileSpec::SBFileSpec(const char *path, bool resolve) in SBFileSpec()
/freebsd/share/mk/
H A Dmeta2deps.py74 def resolve(path, cwd, last_dir=None, debug=0, debug_out=sys.stderr): global() function
/freebsd/contrib/bmake/mk/
H A Dmeta2deps.py76 def resolve(path, cwd, last_dir=None, debug=0, debug_out=sys.stderr): function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExecutionDomainFix.cpp53 DomainValue *ExecutionDomainFix::resolve(DomainValue *&DVRef) { in resolve() function in ExecutionDomainFix
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp200 void LVElement::resolve() { in resolve() function in LVElement
H A DLVScope.cpp370 void LVScope::resolve() { resolve() function in LVScope
[all...]
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp3265 Init *MapResolver::resolve(Init *VarName) { in resolve() function in MapResolver
3283 Init *RecordResolver::resolve(Init *VarName) { in resolve() function in RecordResolver
3308 Init *TrackUnresolvedResolver::resolve(Init *VarName) { in resolve() function in TrackUnresolvedResolver
3328 Init *HasReferenceResolver::resolve(Init *VarName) in resolve() function in HasReferenceResolver
H A DTGParser.cpp424 bool TGParser::resolve(const ForeachLoop &Loop, SubstStack &Substs, in resolve() function in TGParser
488 bool TGParser::resolve(const std::vector<RecordsEntry> &Source, in resolve() function in TGParser
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp881 bool resolve = src_location_spec.GetCheckInlines(); in ResolveSymbolContext() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp789 void MDNode::resolve() { in resolve() function in MDNode
/freebsd/usr.sbin/syslogd/
H A Dsyslogd.c294 static bool resolve = true; /* resolve hostname */ variable
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h2295 Init *resolve(Init *VarName) override { in resolve() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp894 Error JITDylib::resolve(MaterializationResponsibility &MR, in resolve() function in llvm::orc::JITDylib
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.js1215 resolve: doneList, property
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1045 void ASTContext::PerModuleInitializers::resolve(ASTContext &Ctx) { in resolve() function in ASTContext::PerModuleInitializers