Searched refs:emitInlinedCallSite (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.h | 210 void emitInlinedCallSite(const FunctionInfo &FI, const DILocation *InlinedAt,
|
D | CodeViewDebug.cpp | 542 void CodeViewDebug::emitInlinedCallSite(const FunctionInfo &FI, in emitInlinedCallSite() function in CodeViewDebug 582 emitInlinedCallSite(FI, ChildSite, I->second); in emitInlinedCallSite() 692 emitInlinedCallSite(FI, InlinedAt, I->second); in emitDebugInfoForFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.h | 277 void emitInlinedCallSite(const FunctionInfo &FI, const DILocation *InlinedAt,
|
D | CodeViewDebug.cpp | 773 void CodeViewDebug::emitInlinedCallSite(const FunctionInfo &FI, in emitInlinedCallSite() function in CodeViewDebug 811 emitInlinedCallSite(FI, ChildSite, I->second); in emitInlinedCallSite() 983 emitInlinedCallSite(FI, InlinedAt, I->second); in emitDebugInfoForFunction()
|