Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Interpreter/
H A DOptionValueFileSpec.cpp21 OptionValueFileSpec::OptionValueFileSpec(bool resolve) : m_resolve(resolve) {} in OptionValueFileSpec() argument
23 OptionValueFileSpec::OptionValueFileSpec(const FileSpec &value, bool resolve) in OptionValueFileSpec() argument
30 bool resolve) in OptionValueFileSpec() argument
H A DProperty.cpp111 const bool resolve = definition.default_uint_value != 0; in Property() local
/llvm-project/llvm/utils/lit/lit/llvm/
H A Dsubst.py14 def resolve(self, config, dirs): member in FindTool
103 def resolve(self, config, search_dirs): member in ToolSubst
/llvm-project/lld/ELF/
H A DSymbols.cpp397 void Symbol::resolve(Ctx &ctx, const Undefined &other) { in resolve() function in Symbol
577 void Symbol::resolve(const CommonSymbol &other) { resolve() function in Symbol
615 void Symbol::resolve(const Defined &other) { resolve() function in Symbol
626 void Symbol::resolve(const LazySymbol &other) { resolve() function in Symbol
665 void Symbol::resolve(const SharedSymbol &other) { 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
/llvm-project/clang-tools-extra/clangd/
H A DURI.cpp197 llvm::Expected<std::string> URI::resolve(llvm::StringRef FileURI, in resolve() function in clang::clangd::URI
244 llvm::Expected<std::string> URI::resolve(const URI &Uri, in resolve() function in clang::clangd::URI
H A DCompileCommands.cpp79 std::string resolve(std::string Path) { in resolve() function
H A DProtocol.h1486 int resolve = 0; global() member
1553 int resolve; global() member
[all...]
/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerDeclContext.h38 StringRef resolve(const std::string &Path, in resolve() function
/llvm-project/lldb/source/API/
H A DSBFileSpec.cpp46 SBFileSpec::SBFileSpec(const char *path, bool resolve) in SBFileSpec()
/llvm-project/llvm/utils/lit/lit/
H A DShCommands.py52 def resolve(self, cwd): member in GlobItem
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferViewFlowAnalysis.cpp51 BufferViewFlowAnalysis::resolve(Value rootValue) const { in resolve() function in BufferViewFlowAnalysis
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp200 void LVElement::resolve() { resolve() function in LVElement
H A DLVScope.cpp362 void LVScope::resolve() { in resolve() function in LVScope
/llvm-project/llvm/lib/CodeGen/
H A DExecutionDomainFix.cpp53 DomainValue *ExecutionDomainFix::resolve(DomainValue *&DVRef) { in resolve() function in ExecutionDomainFix
/llvm-project/llvm/utils/vscode/llvm/
H A Dpackage-lock.json354 "resolve": "bin/resolve" string
420 "resolve": "^1.3.2", string
/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp3265 Init *MapResolver::resolve(Init *VarName) { resolve() function in MapResolver
3283 Init *RecordResolver::resolve(Init *VarName) { resolve() function in RecordResolver
3308 Init *TrackUnresolvedResolver::resolve(Init *VarName) { resolve() function in TrackUnresolvedResolver
3328 Init *HasReferenceResolver::resolve(Init *VarName) resolve() function in HasReferenceResolver
[all...]
H A DTGParser.cpp424 bool TGParser::resolve(const ForeachLoop &Loop, SubstStack &Substs, resolve() function in TGParser
488 bool TGParser::resolve(const std::vector<RecordsEntry> &Source, resolve() function in TGParser
[all...]
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp881 bool resolve = src_location_spec.GetCheckInlines(); in ResolveSymbolContext() local
/llvm-project/llvm/lib/IR/
H A DMetadata.cpp789 void MDNode::resolve() { resolve() function in MDNode
/llvm-project/mlir/lib/Bindings/Python/
H A DIRCore.cpp789 PyMlirContext &DefaultingPyMlirContext::resolve() { resolve() function in DefaultingPyMlirContext
1065 PyLocation &DefaultingPyLocation::resolve() { resolve() function in DefaultingPyLocation
/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h2295 Init *resolve(Init *VarName) override { resolve() function
[all...]
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp894 Error JITDylib::resolve(MaterializationResponsibility &MR, resolve() function in llvm::orc::JITDylib
[all...]
/llvm-project/mlir/utils/vscode/
H A Dpackage-lock.json467 "resolve": "^1.1.6" string
2343 "resolve": "^1.1.6" string
3171 "resolve": { object
/llvm-project/clang/lib/AST/
H A DASTContext.cpp1045 void ASTContext::PerModuleInitializers::resolve(ASTContext &Ctx) { resolve() function in ASTContext::PerModuleInitializers