Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-cxxdump/
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()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DMachOLinkGraphBuilder.cpp532 JITTargetAddress SymEnd = BlockEnd; in graphifyRegularSymbols() local
540 auto &Sym = createStandardGraphSymbol(NSym, B, SymEnd - NSym.Value, in graphifyRegularSymbols()
546 SymEnd = *LastCanonicalAddr; in graphifyRegularSymbols()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h332 void endSymbolRecord(MCSymbol *SymEnd);
DCodeViewDebug.cpp3013 void CodeViewDebug::endSymbolRecord(MCSymbol *SymEnd) { in endSymbolRecord() argument
3019 OS.emitLabel(SymEnd); in endSymbolRecord()