Home
last modified time | relevance | path

Searched refs:Tramp (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DSymbolRecordMapping.cpp75 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()
DSymbolDumper.cpp148 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/
DSymbolRecordMapping.cpp75 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()
DSymbolDumper.cpp148 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/
DMinimalSymbolDumper.cpp181 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/
DSymbolDumper.cpp116 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/
DCodeViewYAMLSymbols.cpp181 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/
DCodeViewYAMLSymbols.cpp158 IO &io, TrampolineType &Tramp) { in enumeration() argument
161 io.enumCase(Tramp, E.Name.str().c_str(), in enumeration()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h387 IntrinsicInst *Tramp);
DInstCombineCalls.cpp2892 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/
DInstCombineCalls.cpp2414 IntrinsicInst &Tramp) { in transformCallThroughTrampoline() argument
2425 Function *NestF = cast<Function>(Tramp.getArgOperand(1)->stripPointerCasts()); in transformCallThroughTrampoline()
2462 Value *NestVal = Tramp.getArgOperand(2); in transformCallThroughTrampoline()
DInstCombineInternal.h227 IntrinsicInst &Tramp);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h512 IntrinsicInst &Tramp);
DInstCombineCalls.cpp4828 IntrinsicInst &Tramp) { in transformCallThroughTrampoline() argument
4839 Function *NestF = cast<Function>(Tramp.getArgOperand(1)->stripPointerCasts()); in transformCallThroughTrampoline()
4876 Value *NestVal = Tramp.getArgOperand(2); in transformCallThroughTrampoline()