OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LineEntry
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
LineEntry.h
1
//===-
LineEntry
.h ----------------------------------------------*- C++ -*-===//
22
struct
LineEntry
{
26
LineEntry
(uint64_t A = 0, uint32_t F = 0, uint32_t L = 0)
31
inline raw_ostream &operator<<(raw_ostream &OS, const
LineEntry
&LE) {
36
inline bool operator==(const
LineEntry
&LHS, const
LineEntry
&RHS) {
39
inline bool operator!=(const
LineEntry
&LHS, const
LineEntry
&RHS) {
42
inline bool operator<(const
LineEntry
&LHS, const
LineEntry
&RHS)
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceManagerInternals.h
32
struct
LineEntry
{
52
static
LineEntry
get(unsigned Offs, unsigned Line, int Filename,
55
LineEntry
E;
65
// needed for FindNearestLineEntry (upper_bound of
LineEntry
)
66
inline bool operator<(const
LineEntry
&lhs, const
LineEntry
&rhs) {
71
inline bool operator<(const
LineEntry
&E, unsigned Offset) {
75
inline bool operator<(unsigned Offset, const
LineEntry
&E) {
92
std::map<FileID, std::vector<
LineEntry
>> LineEntries;
118
const
LineEntry
*FindNearestLineEntry(FileID FID, unsigned Offset)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
FunctionInfo.cpp
183
Optional<
LineEntry
>
LineEntry
;
204
LineEntry
= ExpectedLE.get();
221
if (!
LineEntry
) {
231
Optional<FileEntry> LineEntryFile = GR.getFile(
LineEntry
->File);
235
LineEntry
->File);
242
SrcLoc.Line =
LineEntry
->Line;
LineTable.cpp
52
typedef std::function<bool(const
LineEntry
&Row)> LineEntryCallback;
70
LineEntry
Row(BaseAddr, 1, FirstLine);
193
LineEntry
Prev(BaseAddr, 1, Lines.front().Line);
204
"
LineEntry
has address 0x%" PRIx64 " which is "
209
"
LineEntry
in LineTable not in ascending order");
254
llvm::Error Err = parse(Data, BaseAddr, [&](const
LineEntry
&Row) -> bool {
266
Expected<
LineEntry
> LineTable::lookup(DataExtractor &Data, uint64_t BaseAddr, uint64_t Addr) {
267
LineEntry
Result;
269
[Addr, &Result](const
LineEntry
&Row) -> bool {
290
for (const auto &
LineEntry
: LT
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
PDBContext.cpp
78
DILineInfo
LineEntry
= getLineInfoForAddress(
80
Table.push_back(std::make_pair(LineInfo->getVirtualAddress(),
LineEntry
));
Completed in 19 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026