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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp518 JITTargetAddress SymEnd = BlockEnd; local
528 << formatv("{0:x16}", SymEnd) << ": ";
543 SymEnd - NSym.Value, NSym.L, NSym.S,
546 SymEnd - NSym.Value, SectionIsText,
551 SymEnd = *LastCanonicalAddr;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp86 uint64_t SymEnd = SymOffset + SymSize; local
97 if (Offset >= SymOffset && Offset < SymEnd) {
110 uint64_t SymEnd = SymOffset + SymSize; local
119 if (Offset >= SymOffset && Offset < SymEnd)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h329 void endSymbolRecord(MCSymbol *SymEnd);
H A DCodeViewDebug.cpp2976 void CodeViewDebug::endSymbolRecord(MCSymbol *SymEnd) { argument
2982 OS.emitLabel(SymEnd);

Completed in 168 milliseconds