Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/
H A 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 …]
H A DCodeViewDebug.h37 class LLVM_LIBRARY_VISIBILITY CodeViewDebug : public DebugHandlerBase {
289 CodeViewDebug(AsmPrinter *Asm);
H A DCMakeLists.txt24 CodeViewDebug.cpp
H A DAsmPrinter.cpp254 Handlers.push_back(HandlerInfo(new CodeViewDebug(this), in doInitialization()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp132 CodeViewDebug::CodeViewDebug(AsmPrinter *AP) in CodeViewDebug() function in CodeViewDebug
135 StringRef CodeViewDebug::getFullFilepath(const DIFile *File) { in getFullFilepath()
199 unsigned CodeViewDebug::maybeRecordFile(const DIFile *F) { in maybeRecordFile()
233 CodeViewDebug::InlineSite &
234 CodeViewDebug::getInlineSite(const DILocation *InlinedAt, in getInlineSite()
274 const DISubprogram *CodeViewDebug::collectParentScopeNames( in collectParentScopeNames()
307 struct CodeViewDebug::TypeLoweringScope {
308 TypeLoweringScope(CodeViewDebug &CVD) : CVD(CVD) { ++CVD.TypeEmissionLevel; } in TypeLoweringScope()
316 CodeViewDebug &CVD;
319 std::string CodeViewDebug::getFullyQualifiedName(const DIScope *Scope, in getFullyQualifiedName()
[all …]
H A DCodeViewDebug.h52 class LLVM_LIBRARY_VISIBILITY CodeViewDebug : public DebugHandlerBase {
491 CodeViewDebug(AsmPrinter *AP);
504 template <> struct DenseMapInfo<CodeViewDebug::LocalVarDef> {
506 static inline CodeViewDebug::LocalVarDef getEmptyKey() {
507 return CodeViewDebug::LocalVarDef::createFromOpaqueValue(~0ULL);
510 static inline CodeViewDebug::LocalVarDef getTombstoneKey() {
511 return CodeViewDebug::LocalVarDef::createFromOpaqueValue(~0ULL - 1ULL);
514 static unsigned getHashValue(const CodeViewDebug::LocalVarDef &DR) {
515 return CodeViewDebug::LocalVarDef::toOpaqueValue(DR) * 37ULL;
518 static bool isEqual(const CodeViewDebug::LocalVarDef &LHS,
[all …]
H A DCMakeLists.txt27 CodeViewDebug.cpp
H A DAsmPrinter.cpp497 Handlers.emplace_back(std::make_unique<CodeViewDebug>(this), in doInitialization()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp150 CodeViewDebug::CodeViewDebug(AsmPrinter *AP) in CodeViewDebug() function in CodeViewDebug
174 StringRef CodeViewDebug::getFullFilepath(const DIFile *File) { in getFullFilepath()
238 unsigned CodeViewDebug::maybeRecordFile(const DIFile *F) { in maybeRecordFile()
265 CodeViewDebug::InlineSite &
266 CodeViewDebug::getInlineSite(const DILocation *InlinedAt, in getInlineSite()
338 struct CodeViewDebug::TypeLoweringScope {
339 TypeLoweringScope(CodeViewDebug &CVD) : CVD(CVD) { ++CVD.TypeEmissionLevel; } in TypeLoweringScope()
347 CodeViewDebug &CVD;
355 TypeIndex CodeViewDebug::getScopeIndex(const DIScope *Scope) { in getScopeIndex()
374 TypeIndex CodeViewDebug::getFuncIdForSubprogram(const DISubprogram *SP) { in getFuncIdForSubprogram()
[all …]
H A DCodeViewDebug.h52 class LLVM_LIBRARY_VISIBILITY CodeViewDebug : public DebugHandlerBase {
456 CodeViewDebug(AsmPrinter *AP);
H A DCMakeLists.txt25 CodeViewDebug.cpp
H A DAsmPrinter.cpp317 Handlers.emplace_back(std::make_unique<CodeViewDebug>(this), in doInitialization()
/aosp_15_r20/out/soong/.intermediates/external/llvm/lib/CodeGen/AsmPrinter/libLLVMAsmPrinter/android_arm64_armv8-2a_cortex-a55_static/
DlibLLVMAsmPrinter.a.rsp1 …4_armv8-2a_cortex-a55_static/obj/external/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.o out/soong/.i…
/aosp_15_r20/out/soong/.intermediates/external/llvm/lib/CodeGen/AsmPrinter/libLLVMAsmPrinter/android_arm64_armv8-2a_cortex-a55_static/obj/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.o.d1 …ndroid_arm64_armv8-2a_cortex-a55_static/obj/external/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.o: \
2 external/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp \
3 external/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h \
DAsmPrinter.o.d834 external/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h \
/aosp_15_r20/external/llvm/docs/
H A DSourceLevelDebugging.rst67 CodeViewDebug. DwarfDebug produces DWARF sutable for use with GDB, LLDB, and
68 other DWARF-based debuggers. :ref:`CodeViewDebug <codeview>` produces CodeView,
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/
H A DAndroid.bp116 "llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp",
H A DCMakeLists.txt116 ${LLVM_DIR}/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
H A DBUILD.gn276 "llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp",
/aosp_15_r20/prebuilts/rust/bootstrap/mrustc-bootstrap/
H A Dbootstrap_log3708 [ 28%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/CodeViewDebug.cpp.o
3709 …/mmaurer/rust-scratch/mrustc/rustc-1.19.0-src/src/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp:14:
3710 …me/mmaurer/rust-scratch/mrustc/rustc-1.19.0-src/src/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h:17:
3721 …/rust-scratch/mrustc/rustc-1.19.0-src/src/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp:1876:33: n…
6238 …google/home/mmaurer/rust-scratch/mrustc/build/src/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp:14:
6239 …l/google/home/mmaurer/rust-scratch/mrustc/build/src/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h:17:
6250 …ome/mmaurer/rust-scratch/mrustc/build/src/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp:1876:33: n…
7112 …google/home/mmaurer/rust-scratch/mrustc/build/src/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp:14:
7113 …l/google/home/mmaurer/rust-scratch/mrustc/build/src/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h:17:
7124 …ome/mmaurer/rust-scratch/mrustc/build/src/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp:1876:33: n…
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/
H A DAndroid.bp155 "llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp",
H A DBUILD.gn331 "llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp",
H A DCMakeLists.txt153 ${LLVM_DIR}/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
/aosp_15_r20/prebuilts/rust/bootstrap/
H A Dchain.log1491 [ 45%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/CodeViewDebug.cpp.o
1549 …ogle/home/mmaurer/rust-final/rustc-1.21.0-src/src/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp:14:
1550 …google/home/mmaurer/rust-final/rustc-1.21.0-src/src/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h:17:
1561 …e/mmaurer/rust-final/rustc-1.21.0-src/src/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp:1876:33: n…
6171 [ 44%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/CodeViewDebug.cpp.o
6218 …ogle/home/mmaurer/rust-final/rustc-1.22.1-src/src/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp:14:
6219 …google/home/mmaurer/rust-final/rustc-1.22.1-src/src/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h:17:
6230 …e/mmaurer/rust-final/rustc-1.22.1-src/src/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp:1876:33: n…
11230 [ 58%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/CodeViewDebug.cpp.o
11286 …ogle/home/mmaurer/rust-final/rustc-1.23.0-src/src/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp:14:
[all …]
/aosp_15_r20/out/soong/
Dbuild.aosp_shiba.5.ninja629212 …tatic/obj/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.o: $
629214 external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp $
629216 …8-2a_cortex-a55_static.moduleDesc}clang++ llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp${m.libLLVM…
639219 …static/obj/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.o $
641192 …tatic/obj/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.o: $
641194 external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp $
641196 …ux_glibc_x86_64_static.moduleDesc}clang++ llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp${m.libLLVM…
651199 …static/obj/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.o $
653172 …tatic/obj/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.o: $
653174 external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp $
[all …]

12