HomeSort by relevance Sort by last modified time
    Searched refs:LDVImpl (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveDebugVariables.cpp 107 class LDVImpl;
201 void mapVirtRegs(LDVImpl *LDV);
278 /// LDVImpl - Implementation of the LiveDebugVariables pass.
280 class LDVImpl {
323 LDVImpl(LiveDebugVariables *ps) : pass(*ps) {}
371 void LDVImpl::print(raw_ostream &OS) {
405 void UserValue::mapVirtRegs(LDVImpl *LDV) {
412 UserValue *LDVImpl::getUserValue(const MDNode *Var, unsigned Offset,
429 void LDVImpl::mapVirtReg(unsigned VirtReg, UserValue *EC) {
435 UserValue *LDVImpl::lookupVirtReg(unsigned VirtReg)
    [all...]
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 110 class LDVImpl;
211 void mapVirtRegs(LDVImpl *LDV);
279 /// LDVImpl - Implementation of the LiveDebugVariables pass.
281 class LDVImpl {
330 LDVImpl(LiveDebugVariables *ps)
419 void LDVImpl::print(raw_ostream &OS) {
453 void UserValue::mapVirtRegs(LDVImpl *LDV) {
460 UserValue *LDVImpl::getUserValue(const MDNode *Var, const MDNode *Expr,
479 void LDVImpl::mapVirtReg(unsigned VirtReg, UserValue *EC) {
485 UserValue *LDVImpl::lookupVirtReg(unsigned VirtReg)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
LiveDebugVariables.cpp 140 class LDVImpl;
260 void mapVirtRegs(LDVImpl *LDV);
330 /// LDVImpl - Implementation of the LiveDebugVariables pass.
331 class LDVImpl {
379 LDVImpl(LiveDebugVariables *ps) : pass(*ps) {}
470 void LDVImpl::print(raw_ostream &OS) {
477 void UserValue::mapVirtRegs(LDVImpl *LDV) {
484 UserValue *LDVImpl::getUserValue(const DILocalVariable *Var,
502 void LDVImpl::mapVirtReg(unsigned VirtReg, UserValue *EC) {
508 UserValue *LDVImpl::lookupVirtReg(unsigned VirtReg)
    [all...]

Completed in 2007 milliseconds