Home
last modified time | relevance | path

Searched refs:CodeViewDebug (Results 1 – 13 of 13) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp39 CodeViewDebug::CodeViewDebug(AsmPrinter *AP) in CodeViewDebug() function in CodeViewDebug
53 StringRef CodeViewDebug::getFullFilepath(const DIFile *File) { in getFullFilepath()
105 unsigned CodeViewDebug::maybeRecordFile(const DIFile *F) { in maybeRecordFile()
117 CodeViewDebug::InlineSite &
118 CodeViewDebug::getInlineSite(const DILocation *InlinedAt, in getInlineSite()
180 struct CodeViewDebug::TypeLoweringScope {
181 TypeLoweringScope(CodeViewDebug &CVD) : CVD(CVD) { ++CVD.TypeEmissionLevel; } in TypeLoweringScope()
189 CodeViewDebug &CVD;
197 TypeIndex CodeViewDebug::getScopeIndex(const DIScope *Scope) { in getScopeIndex()
216 TypeIndex CodeViewDebug::getFuncIdForSubprogram(const DISubprogram *SP) { in getFuncIdForSubprogram()
[all …]
DCMakeLists.txt24 CodeViewDebug.cpp
DCodeViewDebug.h37 class LLVM_LIBRARY_VISIBILITY CodeViewDebug : public DebugHandlerBase {
289 CodeViewDebug(AsmPrinter *Asm);
DAsmPrinter.cpp254 Handlers.push_back(HandlerInfo(new CodeViewDebug(this), in doInitialization()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp96 CodeViewDebug::CodeViewDebug(AsmPrinter *AP) in CodeViewDebug() function in CodeViewDebug
110 StringRef CodeViewDebug::getFullFilepath(const DIFile *File) { in getFullFilepath()
172 unsigned CodeViewDebug::maybeRecordFile(const DIFile *F) { in maybeRecordFile()
199 CodeViewDebug::InlineSite &
200 CodeViewDebug::getInlineSite(const DILocation *InlinedAt, in getInlineSite()
272 struct CodeViewDebug::TypeLoweringScope {
273 TypeLoweringScope(CodeViewDebug &CVD) : CVD(CVD) { ++CVD.TypeEmissionLevel; } in TypeLoweringScope()
281 CodeViewDebug &CVD;
289 TypeIndex CodeViewDebug::getScopeIndex(const DIScope *Scope) { in getScopeIndex()
308 TypeIndex CodeViewDebug::getFuncIdForSubprogram(const DISubprogram *SP) { in getFuncIdForSubprogram()
[all …]
DCMakeLists.txt25 CodeViewDebug.cpp
DCodeViewDebug.h52 class LLVM_LIBRARY_VISIBILITY CodeViewDebug : public DebugHandlerBase {
389 CodeViewDebug(AsmPrinter *AP);
DAsmPrinter.cpp300 Handlers.push_back(HandlerInfo(new CodeViewDebug(this), in doInitialization()
/external/llvm/docs/
DSourceLevelDebugging.rst67 CodeViewDebug. DwarfDebug produces DWARF sutable for use with GDB, LLDB, and
68 other DWARF-based debuggers. :ref:`CodeViewDebug <codeview>` produces CodeView,
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DSourceLevelDebugging.rst67 CodeViewDebug. DwarfDebug produces DWARF suitable for use with GDB, LLDB, and
68 other DWARF-based debuggers. :ref:`CodeViewDebug <codeview>` produces CodeView,
/external/swiftshader/third_party/llvm-7.0/
DAndroid.mk120 llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp \
DBUILD.gn691 "llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp",
/external/swiftshader/
DCMakeLists.txt786 ${LLVM_DIR}/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp