Home
last modified time | relevance | path

Searched refs:ExpectedNSI (Results 1 – 17 of 17) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp462 Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex("/names"); in hasPDBStringTable() local
463 if (!ExpectedNSI) { in hasPDBStringTable()
464 consumeError(ExpectedNSI.takeError()); in hasPDBStringTable()
467 assert(*ExpectedNSI < getNumStreams()); in hasPDBStringTable()
476 if (!ExpectedNSI) { in hasPDBInjectedSourceStream()
477 consumeError(ExpectedNSI.takeError()); in hasPDBInjectedSourceStream()
480 assert(*ExpectedNSI < getNumStreams()); in hasPDBInjectedSourceStream()
502 Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex(Name); in safelyCreateNamedStream() local
503 if (!ExpectedNSI) in safelyCreateNamedStream()
504 return ExpectedNSI.takeError(); in safelyCreateNamedStream()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp462 Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex("/names"); in hasPDBStringTable() local
463 if (!ExpectedNSI) { in hasPDBStringTable()
464 consumeError(ExpectedNSI.takeError()); in hasPDBStringTable()
467 assert(*ExpectedNSI < getNumStreams()); in hasPDBStringTable()
476 if (!ExpectedNSI) { in hasPDBInjectedSourceStream()
477 consumeError(ExpectedNSI.takeError()); in hasPDBInjectedSourceStream()
480 assert(*ExpectedNSI < getNumStreams()); in hasPDBInjectedSourceStream()
502 Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex(Name); in safelyCreateNamedStream() local
503 if (!ExpectedNSI) in safelyCreateNamedStream()
504 return ExpectedNSI.takeError(); in safelyCreateNamedStream()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp462 Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex("/names"); in hasPDBStringTable() local
463 if (!ExpectedNSI) { in hasPDBStringTable()
464 consumeError(ExpectedNSI.takeError()); in hasPDBStringTable()
467 assert(*ExpectedNSI < getNumStreams()); in hasPDBStringTable()
476 if (!ExpectedNSI) { in hasPDBInjectedSourceStream()
477 consumeError(ExpectedNSI.takeError()); in hasPDBInjectedSourceStream()
480 assert(*ExpectedNSI < getNumStreams()); in hasPDBInjectedSourceStream()
502 Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex(Name); in safelyCreateNamedStream() local
503 if (!ExpectedNSI) in safelyCreateNamedStream()
504 return ExpectedNSI.takeError(); in safelyCreateNamedStream()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp462 Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex("/names"); in hasPDBStringTable() local
463 if (!ExpectedNSI) { in hasPDBStringTable()
464 consumeError(ExpectedNSI.takeError()); in hasPDBStringTable()
467 assert(*ExpectedNSI < getNumStreams()); in hasPDBStringTable()
476 if (!ExpectedNSI) { in hasPDBInjectedSourceStream()
477 consumeError(ExpectedNSI.takeError()); in hasPDBInjectedSourceStream()
480 assert(*ExpectedNSI < getNumStreams()); in hasPDBInjectedSourceStream()
502 Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex(Name); in safelyCreateNamedStream() local
503 if (!ExpectedNSI) in safelyCreateNamedStream()
504 return ExpectedNSI.takeError(); in safelyCreateNamedStream()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp462 Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex("/names"); in hasPDBStringTable() local
463 if (!ExpectedNSI) { in hasPDBStringTable()
464 consumeError(ExpectedNSI.takeError()); in hasPDBStringTable()
467 assert(*ExpectedNSI < getNumStreams()); in hasPDBStringTable()
476 if (!ExpectedNSI) { in hasPDBInjectedSourceStream()
477 consumeError(ExpectedNSI.takeError()); in hasPDBInjectedSourceStream()
480 assert(*ExpectedNSI < getNumStreams()); in hasPDBInjectedSourceStream()
502 Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex(Name); in safelyCreateNamedStream() local
503 if (!ExpectedNSI) in safelyCreateNamedStream()
504 return ExpectedNSI.takeError(); in safelyCreateNamedStream()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp461 Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex("/names"); in hasPDBStringTable() local
462 if (!ExpectedNSI) { in hasPDBStringTable()
463 consumeError(ExpectedNSI.takeError()); in hasPDBStringTable()
466 assert(*ExpectedNSI < getNumStreams()); in hasPDBStringTable()
475 if (!ExpectedNSI) { in hasPDBInjectedSourceStream()
476 consumeError(ExpectedNSI.takeError()); in hasPDBInjectedSourceStream()
479 assert(*ExpectedNSI < getNumStreams()); in hasPDBInjectedSourceStream()
501 Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex(Name); in safelyCreateNamedStream() local
502 if (!ExpectedNSI) in safelyCreateNamedStream()
503 return ExpectedNSI.takeError(); in safelyCreateNamedStream()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp462 Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex("/names"); in hasPDBStringTable() local
463 if (!ExpectedNSI) { in hasPDBStringTable()
464 consumeError(ExpectedNSI.takeError()); in hasPDBStringTable()
467 assert(*ExpectedNSI < getNumStreams()); in hasPDBStringTable()
476 if (!ExpectedNSI) { in hasPDBInjectedSourceStream()
477 consumeError(ExpectedNSI.takeError()); in hasPDBInjectedSourceStream()
480 assert(*ExpectedNSI < getNumStreams()); in hasPDBInjectedSourceStream()
502 Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex(Name); in safelyCreateNamedStream() local
503 if (!ExpectedNSI) in safelyCreateNamedStream()
504 return ExpectedNSI.takeError(); in safelyCreateNamedStream()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp461 Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex("/names"); in hasPDBStringTable() local
462 if (!ExpectedNSI) { in hasPDBStringTable()
463 consumeError(ExpectedNSI.takeError()); in hasPDBStringTable()
466 assert(*ExpectedNSI < getNumStreams()); in hasPDBStringTable()
475 if (!ExpectedNSI) { in hasPDBInjectedSourceStream()
476 consumeError(ExpectedNSI.takeError()); in hasPDBInjectedSourceStream()
479 assert(*ExpectedNSI < getNumStreams()); in hasPDBInjectedSourceStream()
501 Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex(Name); in safelyCreateNamedStream() local
502 if (!ExpectedNSI) in safelyCreateNamedStream()
503 return ExpectedNSI.takeError(); in safelyCreateNamedStream()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp462 Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex("/names"); in hasPDBStringTable() local
463 if (!ExpectedNSI) { in hasPDBStringTable()
464 consumeError(ExpectedNSI.takeError()); in hasPDBStringTable()
467 assert(*ExpectedNSI < getNumStreams()); in hasPDBStringTable()
476 if (!ExpectedNSI) { in hasPDBInjectedSourceStream()
477 consumeError(ExpectedNSI.takeError()); in hasPDBInjectedSourceStream()
480 assert(*ExpectedNSI < getNumStreams()); in hasPDBInjectedSourceStream()
502 Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex(Name); in safelyCreateNamedStream() local
503 if (!ExpectedNSI) in safelyCreateNamedStream()
504 return ExpectedNSI.takeError(); in safelyCreateNamedStream()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp462 Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex("/names"); in hasPDBStringTable() local
463 if (!ExpectedNSI) { in hasPDBStringTable()
464 consumeError(ExpectedNSI.takeError()); in hasPDBStringTable()
467 assert(*ExpectedNSI < getNumStreams()); in hasPDBStringTable()
476 if (!ExpectedNSI) { in hasPDBInjectedSourceStream()
477 consumeError(ExpectedNSI.takeError()); in hasPDBInjectedSourceStream()
480 assert(*ExpectedNSI < getNumStreams()); in hasPDBInjectedSourceStream()
502 Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex(Name); in safelyCreateNamedStream() local
503 if (!ExpectedNSI) in safelyCreateNamedStream()
504 return ExpectedNSI.takeError(); in safelyCreateNamedStream()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp462 Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex("/names"); in hasPDBStringTable() local
463 if (!ExpectedNSI) { in hasPDBStringTable()
464 consumeError(ExpectedNSI.takeError()); in hasPDBStringTable()
467 assert(*ExpectedNSI < getNumStreams()); in hasPDBStringTable()
476 if (!ExpectedNSI) { in hasPDBInjectedSourceStream()
477 consumeError(ExpectedNSI.takeError()); in hasPDBInjectedSourceStream()
480 assert(*ExpectedNSI < getNumStreams()); in hasPDBInjectedSourceStream()
502 Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex(Name); in safelyCreateNamedStream() local
503 if (!ExpectedNSI) in safelyCreateNamedStream()
504 return ExpectedNSI.takeError(); in safelyCreateNamedStream()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp461 Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex("/names"); in hasPDBStringTable() local
462 if (!ExpectedNSI) { in hasPDBStringTable()
463 consumeError(ExpectedNSI.takeError()); in hasPDBStringTable()
466 assert(*ExpectedNSI < getNumStreams()); in hasPDBStringTable()
475 if (!ExpectedNSI) { in hasPDBInjectedSourceStream()
476 consumeError(ExpectedNSI.takeError()); in hasPDBInjectedSourceStream()
479 assert(*ExpectedNSI < getNumStreams()); in hasPDBInjectedSourceStream()
501 Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex(Name); in safelyCreateNamedStream() local
502 if (!ExpectedNSI) in safelyCreateNamedStream()
503 return ExpectedNSI.takeError(); in safelyCreateNamedStream()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp462 Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex("/names"); in hasPDBStringTable() local
463 if (!ExpectedNSI) { in hasPDBStringTable()
464 consumeError(ExpectedNSI.takeError()); in hasPDBStringTable()
467 assert(*ExpectedNSI < getNumStreams()); in hasPDBStringTable()
476 if (!ExpectedNSI) { in hasPDBInjectedSourceStream()
477 consumeError(ExpectedNSI.takeError()); in hasPDBInjectedSourceStream()
480 assert(*ExpectedNSI < getNumStreams()); in hasPDBInjectedSourceStream()
502 Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex(Name); in safelyCreateNamedStream() local
503 if (!ExpectedNSI) in safelyCreateNamedStream()
504 return ExpectedNSI.takeError(); in safelyCreateNamedStream()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp462 Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex("/names");
463 if (!ExpectedNSI) {
464 consumeError(ExpectedNSI.takeError());
467 assert(*ExpectedNSI < getNumStreams());
476 if (!ExpectedNSI) {
477 consumeError(ExpectedNSI.takeError());
480 assert(*ExpectedNSI < getNumStreams());
502 Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex(Name);
503 if (!ExpectedNSI)
504 return ExpectedNSI.takeError();
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp461 Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex("/names"); in hasPDBStringTable() local
462 if (!ExpectedNSI) { in hasPDBStringTable()
463 consumeError(ExpectedNSI.takeError()); in hasPDBStringTable()
466 assert(*ExpectedNSI < getNumStreams()); in hasPDBStringTable()
475 if (!ExpectedNSI) { in hasPDBInjectedSourceStream()
476 consumeError(ExpectedNSI.takeError()); in hasPDBInjectedSourceStream()
479 assert(*ExpectedNSI < getNumStreams()); in hasPDBInjectedSourceStream()
501 Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex(Name); in safelyCreateNamedStream() local
502 if (!ExpectedNSI) in safelyCreateNamedStream()
503 return ExpectedNSI.takeError(); in safelyCreateNamedStream()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp373 Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex("/names"); in getStringTable() local
374 if (!ExpectedNSI) in getStringTable()
375 return ExpectedNSI.takeError(); in getStringTable()
376 uint32_t NameStreamIndex = *ExpectedNSI; in getStringTable()
453 Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex("/names"); in hasPDBStringTable() local
454 if (!ExpectedNSI) { in hasPDBStringTable()
455 consumeError(ExpectedNSI.takeError()); in hasPDBStringTable()
458 assert(*ExpectedNSI < getNumStreams()); in hasPDBStringTable()
/dports/devel/llvm70/llvm-7.0.1.src/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp373 Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex("/names");
374 if (!ExpectedNSI)
375 return ExpectedNSI.takeError();
376 uint32_t NameStreamIndex = *ExpectedNSI;
451 Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex("/names"); in left_or_else()
452 if (!ExpectedNSI) { in left_or_else()
453 consumeError(ExpectedNSI.takeError()); in left_or_else()
456 assert(*ExpectedNSI < getNumStreams()); in left_or_else()