/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | SymbolRecordMapping.cpp | 75 TrampolineSym &Tramp) { in visitKnownRecord() argument 77 error(IO.mapEnum(Tramp.Type)); in visitKnownRecord() 78 error(IO.mapInteger(Tramp.Size)); in visitKnownRecord() 79 error(IO.mapInteger(Tramp.ThunkOffset)); in visitKnownRecord() 80 error(IO.mapInteger(Tramp.TargetOffset)); in visitKnownRecord() 81 error(IO.mapInteger(Tramp.ThunkSection)); in visitKnownRecord() 82 error(IO.mapInteger(Tramp.TargetSection)); in visitKnownRecord()
|
D | SymbolDumper.cpp | 148 TrampolineSym &Tramp) { in visitKnownRecord() argument 149 W.printEnum("Type", uint16_t(Tramp.Type), getTrampolineNames()); in visitKnownRecord() 150 W.printNumber("Size", Tramp.Size); in visitKnownRecord() 151 W.printNumber("ThunkOff", Tramp.ThunkOffset); in visitKnownRecord() 152 W.printNumber("TargetOff", Tramp.TargetOffset); in visitKnownRecord() 153 W.printNumber("ThunkSection", Tramp.ThunkSection); in visitKnownRecord() 154 W.printNumber("TargetSection", Tramp.TargetSection); in visitKnownRecord()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | SymbolRecordMapping.cpp | 75 TrampolineSym &Tramp) { in visitKnownRecord() argument 77 error(IO.mapEnum(Tramp.Type)); in visitKnownRecord() 78 error(IO.mapInteger(Tramp.Size)); in visitKnownRecord() 79 error(IO.mapInteger(Tramp.ThunkOffset)); in visitKnownRecord() 80 error(IO.mapInteger(Tramp.TargetOffset)); in visitKnownRecord() 81 error(IO.mapInteger(Tramp.ThunkSection)); in visitKnownRecord() 82 error(IO.mapInteger(Tramp.TargetSection)); in visitKnownRecord()
|
D | SymbolDumper.cpp | 148 TrampolineSym &Tramp) { in visitKnownRecord() argument 149 W.printEnum("Type", uint16_t(Tramp.Type), getTrampolineNames()); in visitKnownRecord() 150 W.printNumber("Size", Tramp.Size); in visitKnownRecord() 151 W.printNumber("ThunkOff", Tramp.ThunkOffset); in visitKnownRecord() 152 W.printNumber("TargetOff", Tramp.TargetOffset); in visitKnownRecord() 153 W.printNumber("ThunkSection", Tramp.ThunkSection); in visitKnownRecord() 154 W.printNumber("TargetSection", Tramp.TargetSection); in visitKnownRecord()
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | MinimalSymbolDumper.cpp | 181 static std::string formatTrampolineType(TrampolineType Tramp) { in formatTrampolineType() argument 182 switch (Tramp) { in formatTrampolineType() 186 return formatUnknownEnum(Tramp); in formatTrampolineType() 420 TrampolineSym &Tramp) { in visitKnownRecord() argument 423 formatTrampolineType(Tramp.Type), Tramp.Size, in visitKnownRecord() 424 formatSegmentOffset(Tramp.ThunkSection, Tramp.ThunkOffset), in visitKnownRecord() 425 formatSegmentOffset(Tramp.TargetSection, Tramp.ThunkOffset)); in visitKnownRecord()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | SymbolDumper.cpp | 116 TrampolineSym &Tramp) { in visitTrampolineSym() argument 118 W.printEnum("Type", Tramp.Header.Type, getTrampolineNames()); in visitTrampolineSym() 119 W.printNumber("Size", Tramp.Header.Size); in visitTrampolineSym() 120 W.printNumber("ThunkOff", Tramp.Header.ThunkOff); in visitTrampolineSym() 121 W.printNumber("TargetOff", Tramp.Header.TargetOff); in visitTrampolineSym() 122 W.printNumber("ThunkSection", Tramp.Header.ThunkSection); in visitTrampolineSym() 123 W.printNumber("TargetSection", Tramp.Header.TargetSection); in visitTrampolineSym()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLSymbols.cpp | 181 IO &io, TrampolineType &Tramp) { in enumeration() argument 184 io.enumCase(Tramp, E.Name.str().c_str(), in enumeration()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLSymbols.cpp | 158 IO &io, TrampolineType &Tramp) { in enumeration() argument 161 io.enumCase(Tramp, E.Name.str().c_str(), in enumeration()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineInternal.h | 387 IntrinsicInst *Tramp);
|
D | InstCombineCalls.cpp | 2892 IntrinsicInst *Tramp) { in transformCallThroughTrampoline() argument 2903 assert(Tramp && in transformCallThroughTrampoline() 2906 Function *NestF =cast<Function>(Tramp->getArgOperand(1)->stripPointerCasts()); in transformCallThroughTrampoline() 2947 Value *NestVal = Tramp->getArgOperand(2); in transformCallThroughTrampoline()
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 2414 IntrinsicInst &Tramp) { in transformCallThroughTrampoline() argument 2425 Function *NestF = cast<Function>(Tramp.getArgOperand(1)->stripPointerCasts()); in transformCallThroughTrampoline() 2462 Value *NestVal = Tramp.getArgOperand(2); in transformCallThroughTrampoline()
|
D | InstCombineInternal.h | 227 IntrinsicInst &Tramp);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineInternal.h | 512 IntrinsicInst &Tramp);
|
D | InstCombineCalls.cpp | 4828 IntrinsicInst &Tramp) { in transformCallThroughTrampoline() argument 4839 Function *NestF = cast<Function>(Tramp.getArgOperand(1)->stripPointerCasts()); in transformCallThroughTrampoline() 4876 Value *NestVal = Tramp.getArgOperand(2); in transformCallThroughTrampoline()
|