Home
last modified time | relevance | path

Searched defs:ResolveName (Results 1 – 5 of 5) sorted by relevance

/llvm-project/lldb/source/Symbol/
H A DFuncUnwinders.cpp186 const RegisterInfo *ResolveName(llvm::StringRef name) const override { in ResolveName() function in __anon5ac55b300111::RegisterContextToInfo
/llvm-project/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp325 const auto ResolveName = [&State](StringRef OpcodeName) -> unsigned { getOpcodesOrDie() local
/llvm-project/flang/lib/Semantics/
H A Dresolve-directives.cpp914 Symbol *AccAttributeVisitor::ResolveName( ResolveName() function in Fortran::semantics::AccAttributeVisitor
2177 Symbol *OmpAttributeVisitor::ResolveName(const parser::Name *name) { ResolveName() function in Fortran::semantics::OmpAttributeVisitor
H A Dresolve-names.cpp7814 const parser::Name *DeclarationVisitor::ResolveName(const parser::Name &name) { ResolveName() function in Fortran::semantics::DeclarationVisitor
[all...]
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp218 PythonObject PythonObject::ResolveName(llvm::StringRef name) const { ResolveName() function in PythonObject