Home
last modified time | relevance | path

Searched refs:SymbolsEnd (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DSortJavaScriptImports.cpp99 SourceLocation SymbolsStart, SymbolsEnd; member
358 Buffer += getSourceText(Reference.SymbolsEnd, Reference.Range.getEnd()); in appendReference()
581 Reference.SymbolsEnd = Current->Tok.getLocation(); in parseNamedBindings()
585 Reference.SymbolsEnd = Current->Previous->Tok.getLocation(); in parseNamedBindings()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp681 MCSymbol *SymbolsEnd = beginCVSubsection(DebugSubsectionKind::Symbols); in endModule() local
683 endCVSubsection(SymbolsEnd); in endModule()
1072 MCSymbol *SymbolsEnd = beginCVSubsection(DebugSubsectionKind::Symbols); in emitDebugInfoForThunk() local
1101 endCVSubsection(SymbolsEnd); in emitDebugInfoForThunk()
1139 MCSymbol *SymbolsEnd = beginCVSubsection(DebugSubsectionKind::Symbols); in emitDebugInfoForFunction() local
1256 endCVSubsection(SymbolsEnd); in emitDebugInfoForFunction()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp5190 const char *SymbolsEnd = Contents + DyldChainedFixups.datasize; in getDyldChainedFixupTargets() local
5242 if (Str >= SymbolsEnd) in getDyldChainedFixupTargets()