Home
last modified time | relevance | path

Searched refs:DILocal (Results 1 – 25 of 26) sorted by relevance

12

/external/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
DDIPrinter.h23 struct DILocal;
54 DIPrinter &operator<<(const DILocal &Local);
DSymbolizableModule.h36 virtual std::vector<DILocal>
DSymbolize.h70 Expected<std::vector<DILocal>>
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/Symbolize/
DDIPrinter.h23 struct DILocal;
55 DIPrinter &operator<<(const DILocal &Local);
DSymbolizableModule.h35 virtual std::vector<DILocal>
DSymbolize.h67 Expected<std::vector<DILocal>>
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp94 std::vector<DILocal>
96 return std::vector<DILocal>(); in getLocalsForAddress()
/external/llvm-project/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp129 std::vector<DILocal>
131 return std::vector<DILocal>(); in getLocalsForAddress()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBContext.h55 std::vector<DILocal>
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DPDBContext.h55 std::vector<DILocal>
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/
DDIContext.h119 struct DILocal { struct
233 virtual std::vector<DILocal>
/external/llvm-project/llvm/include/llvm/DebugInfo/
DDIContext.h126 struct DILocal { struct
253 virtual std::vector<DILocal>
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h334 std::vector<DILocal>
381 std::vector<DILocal> &Result);
/external/llvm-project/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.h44 std::vector<DILocal>
DDIPrinter.cpp122 DIPrinter &DIPrinter::operator<<(const DILocal &Local) { in operator <<()
DSymbolize.cpp145 Expected<std::vector<DILocal>>
157 return std::vector<DILocal>(); in symbolizeFrame()
DSymbolizableObjectFile.cpp296 std::vector<DILocal> SymbolizableObjectFile::symbolizeFrame( in symbolizeFrame()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.h44 std::vector<DILocal>
DDIPrinter.cpp120 DIPrinter &DIPrinter::operator<<(const DILocal &Local) { in operator <<()
DSymbolize.cpp143 Expected<std::vector<DILocal>>
155 return std::vector<DILocal>(); in symbolizeFrame()
DSymbolizableObjectFile.cpp309 std::vector<DILocal> SymbolizableObjectFile::symbolizeFrame( in symbolizeFrame()
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h363 std::vector<DILocal>
426 std::vector<DILocal> &Result);
/external/llvm-project/clang/lib/CodeGen/
DCGVTables.cpp132 auto *DILocal = DII->getVariable(); in resolveTopLevelMetadata() local
133 if (!DILocal->isResolved()) in resolveTopLevelMetadata()
134 DILocal->resolve(); in resolveTopLevelMetadata()
/external/llvm-project/llvm/tools/llvm-symbolizer/
Dllvm-symbolizer.cpp165 for (DILocal Local : *ResOrErr) in symbolizeInput()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1081 DWARFDie Die, std::vector<DILocal> &Result) { in addLocalsForDie()
1084 DILocal Local; in addLocalsForDie()
1146 std::vector<DILocal>
1148 std::vector<DILocal> Result; in getLocalsForAddress()

12