Home
last modified time | relevance | path

Searched refs:SymEnd (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp87 uint64_t SymEnd = SymOffset + SymSize; in collectRelocatedSymbols() local
98 if (Offset >= SymOffset && Offset < SymEnd) { in collectRelocatedSymbols()
111 uint64_t SymEnd = SymOffset + SymSize; in collectRelocationOffsets() local
120 if (Offset >= SymOffset && Offset < SymEnd) in collectRelocationOffsets()
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp552 auto SymEnd = BlockEnd; in graphifyRegularSymbols() local
561 NSym, B, SymEnd - orc::ExecutorAddr(NSym.Value), SectionIsText, in graphifyRegularSymbols()
566 SymEnd = *LastCanonicalAddr; in graphifyRegularSymbols()
/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h368 void endSymbolRecord(MCSymbol *SymEnd);
H A DCodeViewDebug.cpp3189 void CodeViewDebug::endSymbolRecord(MCSymbol *SymEnd) { in endSymbolRecord() argument
3195 OS.emitLabel(SymEnd); in endSymbolRecord()