Home
last modified time | relevance | path

Searched refs:FuncID (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
Dcodeview-inlinees.test32 CHECK-NEXT: FuncID: f (0x1003)
33 CHECK-NEXT: FuncID: h (0x1004)
/external/swiftshader/third_party/subzero/src/
DIceGlobalContext.h263 Constant *getRuntimeHelperFunc(RuntimeHelper FuncID) const { in getRuntimeHelperFunc() argument
264 assert(FuncID < RuntimeHelper::H_Num); in getRuntimeHelperFunc()
265 Constant *Result = RuntimeHelperFunc[static_cast<size_t>(FuncID)]; in getRuntimeHelperFunc()
DIceTargetLowering.cpp941 InstCall *TargetLowering::makeHelperCall(RuntimeHelper FuncID, Variable *Dest, in makeHelperCall() argument
944 Constant *CallTarget = Ctx->getRuntimeHelperFunc(FuncID); in makeHelperCall()
DIceTargetLowering.h497 InstCall *makeHelperCall(RuntimeHelper FuncID, Variable *Dest, SizeT MaxSrcs);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp580 for (auto FuncID : Caller.Indices) in visitKnownRecord() local
581 printTypeIndex("FuncID", FuncID); in visitKnownRecord()
/external/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp590 for (auto FuncID : Caller.Indices) in visitCallerSym() local
591 CVTD.printTypeIndex("FuncID", FuncID); in visitCallerSym()