Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp317 GV.setName("__orc_anon." + Twine(NextId++)); in operator ()()
319 GV.setName("__" + GV.getName().substr(1) + "." + Twine(NextId++)); in operator ()()
321 GV.setName("__orc_lcl." + GV.getName() + "." + Twine(NextId++)); in operator ()()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp702 std::optional<StringRef> NextId = tryLexIdentifierOrSkipLine(First, End); in lexModule() local
703 if (!NextId) in lexModule()
705 Id = *NextId; in lexModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h520 unsigned NextId = 0;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp204 unsigned NextId = FileIdMap.size() + 1; in maybeRecordFile() local
205 auto Insertion = FileIdMap.insert(std::make_pair(FullPath, NextId)); in maybeRecordFile()
228 bool Success = OS.emitCVFileDirective(NextId, FullPath, ChecksumAsBytes, in maybeRecordFile()