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.cpp288 GV.setName("__orc_anon." + Twine(NextId++)); in operator ()()
290 GV.setName("__" + GV.getName().substr(1) + "." + Twine(NextId++)); in operator ()()
292 GV.setName("__orc_lcl." + GV.getName() + "." + Twine(NextId++)); in operator ()()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp646 std::optional<StringRef> NextId = tryLexIdentifierOrSkipLine(First, End); in lexModule() local
647 if (!NextId) in lexModule()
649 Id = *NextId; in lexModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h510 unsigned NextId = 0;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp202 unsigned NextId = FileIdMap.size() + 1; in maybeRecordFile()
203 auto Insertion = FileIdMap.insert(std::make_pair(FullPath, NextId)); in maybeRecordFile()
226 bool Success = OS.emitCVFileDirective(NextId, FullPath, ChecksumAsBytes, in maybeRecordFile()
201 unsigned NextId = FileIdMap.size() + 1; maybeRecordFile() local