Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-tapi-diff/
H A DDiffEngine.h71 T getVal() const { return Val; } in getVal() function
94 const MachO::Symbol *getVal() const { return Val; } in getVal() function
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DProfileSummary.cpp119 static bool getVal(MDTuple *MD, const char *Key, uint64_t &Val) { in getVal() function
127 static bool getVal(MDTuple *MD, const char *Key, double &Val) { in getVal() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DEvaluator.h117 Constant *getVal(Value *V) { in getVal() function
/openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/
H A DRecord.h1015 Init *getVal(unsigned Num) const { in getVal() function
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp3209 Value *LLParser::PerFunctionState::getVal(const std::string &Name, Type *Ty, in getVal() function in LLParser::PerFunctionState
3244 Value *LLParser::PerFunctionState::getVal(unsigned ID, Type *Ty, LocTy Loc) { in getVal() function in LLParser::PerFunctionState