Searched defs:ExprValue (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/lld/ELF/ | ||
H A D | LinkerScript.h | 45 ExprValue(uint64_t val) : ExprValue(nullptr, false, val, "") {} in isAbsolute() argument |
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/ | ||
H A D | MasmParser.cpp | 6142 int64_t ExprValue; parseDirectiveIf() local |
H A D | AsmParser.cpp | 5169 int64_t ExprValue; parseDirectiveIf() local |