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.cpp95 SourceLocation SymbolsStart, SymbolsEnd; member
353 Buffer += getSourceText(Reference.SymbolsEnd, Reference.Range.getEnd()); in appendReference()
576 Reference.SymbolsEnd = Current->Tok.getLocation(); in parseNamedBindings()
580 Reference.SymbolsEnd = Current->Previous->Tok.getLocation(); in parseNamedBindings()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp699 MCSymbol *SymbolsEnd = beginCVSubsection(DebugSubsectionKind::Symbols); in endModule() local
701 endCVSubsection(SymbolsEnd); in endModule()
1079 MCSymbol *SymbolsEnd = beginCVSubsection(DebugSubsectionKind::Symbols); in emitDebugInfoForThunk() local
1108 endCVSubsection(SymbolsEnd); in emitDebugInfoForThunk()
1146 MCSymbol *SymbolsEnd = beginCVSubsection(DebugSubsectionKind::Symbols); in emitDebugInfoForFunction() local
1263 endCVSubsection(SymbolsEnd); in emitDebugInfoForFunction()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp5193 const char *SymbolsEnd = Contents + DyldChainedFixups.datasize; in getDyldChainedFixupTargets() local
5240 if (Str >= SymbolsEnd) in getDyldChainedFixupTargets()