Searched refs:CallFile (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugInfoEntry.h | 137 void getCallerFrame(const DWARFUnit *U, uint32_t &CallFile,
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugInfoEntry.cpp | 425 uint32_t &CallFile, in getCallerFrame() argument 428 CallFile = getAttributeValueAsUnsignedConstant(U, DW_AT_call_file, 0); in getCallerFrame()
|
D | DWARFContext.cpp | 559 uint32_t CallFile = 0, CallLine = 0, CallColumn = 0; in getInliningInfoForAddress() local 580 LineTable->getFileNameByIndex(CallFile, CU->getCompilationDir(), in getInliningInfoForAddress() 587 FunctionDIE.getCallerFrame(InlinedChain.U, CallFile, CallLine, in getInliningInfoForAddress()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDie.cpp | 463 void DWARFDie::getCallerFrame(uint32_t &CallFile, uint32_t &CallLine, in getCallerFrame() argument 466 CallFile = toUnsigned(find(DW_AT_call_file), 0); in getCallerFrame()
|
D | DWARFContext.cpp | 1031 uint32_t CallFile = 0, CallLine = 0, CallColumn = 0, CallDiscriminator = 0; in getInliningInfoForAddress() local 1053 LineTable->getFileNameByIndex(CallFile, CU->getCompilationDir(), in getInliningInfoForAddress() 1061 FunctionDIE.getCallerFrame(CallFile, CallLine, CallColumn, in getInliningInfoForAddress()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDie.h | 261 void getCallerFrame(uint32_t &CallFile, uint32_t &CallLine,
|