Home
last modified time | relevance | path

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

/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/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1245 IntrinsicInst *Tramp) { in transformCallThroughTrampoline() argument
1256 assert(Tramp && in transformCallThroughTrampoline()
1259 Function *NestF =cast<Function>(Tramp->getArgOperand(1)->stripPointerCasts()); in transformCallThroughTrampoline()
1300 Value *NestVal = Tramp->getArgOperand(2); in transformCallThroughTrampoline()
DInstCombine.h220 IntrinsicInst *Tramp);
/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()