/aosp_15_r20/prebuilts/go/linux-x86/src/debug/gosym/ |
D | pclntab.go | 43 type LineTable struct { struct 44 Data []byte 45 PC uint64 46 Line int 49 mu sync.Mutex 52 version version 55 binary binary.ByteOrder 56 quantum uint32 57 ptrsize uint32 58 textStart uint64 // address of runtime.text symbol (1.18+) [all …]
|
D | symtab.go | 138 LineTable *LineTable member 336 func NewTable(symtab []byte, pcln *LineTable) (*Table, error) {
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.h | 225 struct LineTable { struct 229 const uint32_t UnknownRowIndex = UINT32_MAX; 231 void appendRow(const DWARFDebugLine::Row &R) { Rows.push_back(R); } in appendRow() 233 void appendSequence(const DWARFDebugLine::Sequence &S) { in appendSequence() 244 bool hasFileAtIndex(uint64_t FileIndex) const { in hasFileAtIndex() 248 std::optional<uint64_t> getLastValidFileIndex() const { in getLastValidFileIndex() 257 bool getFileNameByIndex(uint64_t FileIndex, StringRef CompDir, in getFileNameByIndex() 306 const LineTable *getLineTable(uint64_t Offset) const; argument 400 struct LineTable *LineTable; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
H A D | DWARFYAML.h | 127 struct LineTable { struct 140 std::vector<LineTableOpcode> Opcodes; argument 156 std::vector<LineTable> DebugLines; argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.h | 238 struct LineTable { struct 242 const uint32_t UnknownRowIndex = UINT32_MAX; 244 void appendRow(const DWARFDebugLine::Row &R) { Rows.push_back(R); } in appendRow() 246 void appendSequence(const DWARFDebugLine::Sequence &S) { in appendSequence() 257 bool hasFileAtIndex(uint64_t FileIndex) const { in hasFileAtIndex() 266 bool getFileNameByIndex(uint64_t FileIndex, StringRef CompDir, in getFileNameByIndex() 310 const LineTable *getLineTable(uint64_t Offset) const; argument 377 struct LineTable *LineTable; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 229 struct LineTable { struct 233 const uint32_t UnknownRowIndex = UINT32_MAX; 235 void appendRow(const DWARFDebugLine::Row &R) { Rows.push_back(R); } in appendRow() 237 void appendSequence(const DWARFDebugLine::Sequence &S) { in appendSequence() 248 bool hasFileAtIndex(uint64_t FileIndex) const { in hasFileAtIndex() 252 std::optional<uint64_t> getLastValidFileIndex() const { in getLastValidFileIndex() 261 bool getFileNameByIndex(uint64_t FileIndex, StringRef CompDir, in getFileNameByIndex() 310 const LineTable *getLineTable(uint64_t Offset) const; argument 413 struct LineTable *LineTable; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 229 struct LineTable { struct 233 const uint32_t UnknownRowIndex = UINT32_MAX; 235 void appendRow(const DWARFDebugLine::Row &R) { Rows.push_back(R); } in appendRow() 237 void appendSequence(const DWARFDebugLine::Sequence &S) { in appendSequence() 248 bool hasFileAtIndex(uint64_t FileIndex) const { in hasFileAtIndex() 252 std::optional<uint64_t> getLastValidFileIndex() const { in getLastValidFileIndex() 261 bool getFileNameByIndex(uint64_t FileIndex, StringRef CompDir, in getFileNameByIndex() 310 const LineTable *getLineTable(uint64_t Offset) const; argument 413 struct LineTable *LineTable; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 229 struct LineTable { struct 233 const uint32_t UnknownRowIndex = UINT32_MAX; 235 void appendRow(const DWARFDebugLine::Row &R) { Rows.push_back(R); } in appendRow() 237 void appendSequence(const DWARFDebugLine::Sequence &S) { in appendSequence() 248 bool hasFileAtIndex(uint64_t FileIndex) const { in hasFileAtIndex() 252 std::optional<uint64_t> getLastValidFileIndex() const { in getLastValidFileIndex() 261 bool getFileNameByIndex(uint64_t FileIndex, StringRef CompDir, in getFileNameByIndex() 310 const LineTable *getLineTable(uint64_t Offset) const; argument 413 struct LineTable *LineTable; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 229 struct LineTable { struct 233 const uint32_t UnknownRowIndex = UINT32_MAX; 235 void appendRow(const DWARFDebugLine::Row &R) { Rows.push_back(R); } in appendRow() 237 void appendSequence(const DWARFDebugLine::Sequence &S) { in appendSequence() 248 bool hasFileAtIndex(uint64_t FileIndex) const { in hasFileAtIndex() 252 std::optional<uint64_t> getLastValidFileIndex() const { in getLastValidFileIndex() 261 bool getFileNameByIndex(uint64_t FileIndex, StringRef CompDir, in getFileNameByIndex() 310 const LineTable *getLineTable(uint64_t Offset) const; argument 413 struct LineTable *LineTable; member
|
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.h | 171 struct LineTable { struct 175 const uint32_t UnknownRowIndex = UINT32_MAX; 177 void appendRow(const DWARFDebugLine::Row &R) { in appendRow() 180 void appendSequence(const DWARFDebugLine::Sequence &S) { in appendSequence() 223 const LineTable *getLineTable(uint32_t offset) const; argument 235 struct LineTable *LineTable; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjectYAML/ |
D | DWARFYAML.h | 139 struct LineTable { struct 153 std::vector<LineTableOpcode> Opcodes; argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/ |
H A D | DWARFYAML.h | 139 struct LineTable { struct 153 std::vector<LineTableOpcode> Opcodes; argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ObjectYAML/ |
D | DWARFYAML.h | 161 struct LineTable { struct 175 std::vector<LineTableOpcode> Opcodes; argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ObjectYAML/ |
D | DWARFYAML.h | 161 struct LineTable { struct 175 std::vector<LineTableOpcode> Opcodes; argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ObjectYAML/ |
D | DWARFYAML.h | 161 struct LineTable { struct 175 std::vector<LineTableOpcode> Opcodes; argument
|
/aosp_15_r20/external/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 164 DWARFDebugLine::LineTable LineTable; in dump() local 186 DWARFDebugLine::LineTable LineTable; in dump() local 484 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) in getLineInfoForAddress() local 511 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange() local 542 const DWARFLineTable *LineTable = nullptr; in getInliningInfoForAddress() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 473 DWARFDebugLine::LineTable LineTable = in dump() local 1170 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) { in getLineInfoForAddress() local 1201 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange() local 1235 const DWARFLineTable *LineTable = nullptr; in getInliningInfoForAddress() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DWARFLinker/ |
H A D | DWARFLinkerDeclContext.cpp | 194 const DWARFDebugLine::LineTable &LineTable) { in getResolvedPath()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | DWARFYAML.cpp | 149 IO &IO, DWARFYAML::LineTable &LineTable) { in mapping()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/Shared/ |
D | VTuneSharedStructs.h | 28 VTuneLineTable LineTable; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/Shared/ |
D | VTuneSharedStructs.h | 28 VTuneLineTable LineTable; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/Shared/ |
D | VTuneSharedStructs.h | 32 VTuneLineTable LineTable; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/PDB/Native/ |
D | SymbolCache.h | 90 mutable DenseMap<uint16_t, std::vector<LineTableEntry>> LineTable; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | SymbolCache.h | 90 mutable DenseMap<uint16_t, std::vector<LineTableEntry>> LineTable; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/PDB/Native/ |
D | SymbolCache.h | 90 mutable DenseMap<uint16_t, std::vector<LineTableEntry>> LineTable; variable
|