/openbsd-src/gnu/llvm/lldb/source/Expression/ |
H A D | Expression.cpp | 15 Expression::Expression(Target &target) in Expression() function in Expression 23 Expression::Expression(ExecutionContextScope &exe_scope) in Expression() function in Expression
|
/openbsd-src/gnu/llvm/lldb/docs/design/ |
H A D | overview.rst | 102 Expression chapter
|
/openbsd-src/gnu/llvm/lldb/docs/ |
H A D | python_api_enums.rst | 397 .. _Expression: target 399 Expression section in Enumerators 416 .. _SearchDepth:
|
/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/ |
H A D | RISCV.h | 66 StringRef Expression) const override { in getConstraintRegister()
|
H A D | ARM.h | 187 StringRef Expression) const override { in getConstraintRegister()
|
H A D | AArch64.h | 191 StringRef Expression) const override { in getConstraintRegister()
|
H A D | X86.h | 267 StringRef Expression) const override { in getConstraintRegister()
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVELFReader.cpp | 975 auto ProcessLocationExpression = [&](const DWARFExpression &Expression) { in processLocationList() 1000 DWARFExpression Expression(Data, U->getAddressByteSize(), in processLocationList() local 1040 DWARFExpression Expression(Data, U->getAddressByteSize()); in processLocationList() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | GVN.cpp | 130 struct llvm::GVNPass::Expression { struct in llvm::GVNPass 131 uint32_t opcode; 132 bool commutative = false; 135 Type *type = nullptr; 136 SmallVector<uint32_t, 4> varargs; 138 Expression(uint32_t o = ~2U) : opcode(o) {} in Expression() function 140 bool operator==(const Expression &other) const { in operator ==()
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
H A D | IOHandler.h | 51 Expression, enumerator 193 enum class Completion { None, LLDBCommand, Expression }; enumerator
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/AsmParser/ |
H A D | AVRAsmParser.cpp | 437 MCExpr const *Expression; in tryParseExpression() local 509 MCExpr const *Expression = in tryParseRelocExpression() local 566 MCExpr const *Expression; in parseMemriOperand() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugLocEntry.h | 113 const DIExpression *Expression; variable
|
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Syntax/ |
H A D | Nodes.h | 90 Expression, enumerator
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.cpp | 359 StringRef Expression = Data.getBytes(C, ExprLength); in parse() local 376 StringRef Expression = Data.getBytes(C, BlockLength); in parse() local
|
H A D | DWARFVerifier.cpp | 625 DWARFExpression Expression(Data, U->getAddressByteSize(), in verifyDebugInfoAttribute() local 1449 DWARFExpression Expression(Data, U->getAddressByteSize(), in isVariableIndexable() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfutil/ |
H A D | DebugInfoLinker.cpp | 105 DWARFExpression Expression(Data, U->getAddressByteSize(), in isLiveVariable() local
|
/openbsd-src/gnu/llvm/clang/tools/clang-import-test/ |
H A D | clang-import-test.cpp | 41 static llvm::cl::opt<std::string> Expression( variable
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ |
H A D | SourcePrinter.cpp | 44 DWARFExpression Expression(Data, Unit->getAddressByteSize()); in print() local
|
/openbsd-src/gnu/llvm/llvm/lib/FileCheck/ |
H A D | FileCheckImpl.h | 248 Expression(std::unique_ptr<ExpressionAST> AST, ExpressionFormat Format) in Expression() function
|
H A D | FileCheck.cpp | 1536 StringRef ExpressionStr, std::unique_ptr<Expression> Expression, in makeNumericSubstitution() 2713 std::unique_ptr<Expression> Expression = std::move(*ExpressionResult); in defineCmdlineVariables() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.h | 421 std::optional<DWARFExpression> Expression; member
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaStmtAsm.cpp | 193 static StringRef extractRegisterName(const Expr *Expression, in extractRegisterName()
|
/openbsd-src/gnu/llvm/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 3543 ExprResult Expression = in ParseRequiresExpression() local 3710 ExprResult Expression = in ParseRequiresExpression() local
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineC.cpp | 30 SVal Symbol, SVal Other, Expr* Expression, SValBuilder &svalBuilder, in conjureOffsetSymbolOnLocation()
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfdump/ |
H A D | Statistics.cpp | 335 DWARFExpression Expression(Data, U->getAddressByteSize(), in collectStatsForDie() local
|