/llvm-project/libcxx/test/std/localization/locale.categories/category.messages/locale.messages/ |
H A D | messages_base.pass.cpp | 32 std::messages_base mb; in main() local
|
/llvm-project/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct/ |
H A D | money_base.pass.cpp | 25 std::money_base mb; ((void)mb); in main() local
|
/llvm-project/lld/ELF/ |
H A D | ScriptLexer.cpp | 93 ScriptLexer(MemoryBufferRef mb) ScriptLexer() argument 108 tokenize(MemoryBufferRef mb) tokenize() argument 324 for (MemoryBufferRef mb : mbs) getCurrentMB() local [all...] |
H A D | InputFiles.cpp | 75 getELFKind(MemoryBufferRef mb,StringRef archiveName) getELFKind() argument 518 ELFFileBase(Kind k,ELFKind ekind,MemoryBufferRef mb) ELFFileBase() argument 1318 isBitcodeNonCommonDef(MemoryBufferRef mb,StringRef symName,StringRef archiveName) isBitcodeNonCommonDef() argument 1330 isNonCommonDef(ELFKind ekind,MemoryBufferRef mb,StringRef symName,StringRef archiveName) isNonCommonDef() argument 1345 isNonCommonDef(MemoryBufferRef mb,StringRef symName,StringRef archiveName) isNonCommonDef() argument 1702 BitcodeFile(MemoryBufferRef mb,StringRef archiveName,uint64_t offsetInArchive,bool lazy) BitcodeFile() argument 1860 createObjFile(MemoryBufferRef mb,StringRef archiveName,bool lazy) createObjFile() argument [all...] |
H A D | ScriptParser.cpp | 51 ScriptParser(MemoryBufferRef mb) ScriptParser() argument 393 if (std::optional<MemoryBufferRef> mb = readFile(*path)) readInclude() local 1820 readLinkerScript(MemoryBufferRef mb) readLinkerScript() argument 1826 readVersionScript(MemoryBufferRef mb) readVersionScript() argument 1832 readDynamicList(MemoryBufferRef mb) readDynamicList() argument 1837 readDefsym(StringRef name,MemoryBufferRef mb) readDefsym() argument [all...] |
H A D | Driver.cpp | 219 Fatal(ctx) << mb.getBufferIdentifier() in getArchiveMembers() argument 247 isBitcode(MemoryBufferRef mb) isBitcode() argument 251 tryAddFatLTOFile(MemoryBufferRef mb,StringRef archiveName,uint64_t offsetInArchive,bool lazy) tryAddFatLTOFile() argument 935 readCallGraph(MemoryBufferRef mb) readCallGraph() argument 1157 getSymbolOrderingFile(MemoryBufferRef mb) getSymbolOrderingFile() argument 1925 if (std::optional<MemoryBufferRef> mb = readFile(*path)) { createFiles() local 1962 if (std::optional<MemoryBufferRef> mb = readFile(arg->getValue())) { createFiles() local 1970 else if (std::optional<MemoryBufferRef> mb = readFile(arg->getValue())) createFiles() local [all...] |
/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
H A D | wchar_h.compile.pass.cpp | 40 mbstate_t mb = {}; variable
|
/llvm-project/libcxx/test/std/strings/c.strings/ |
H A D | cwchar.pass.cpp | 38 std::mbstate_t mb = {}; in main() local
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | std-byte.cpp | 29 extern "C" void test1(::byte *b, ::my::byte *mb, ::my::std::byte *msb) { in test1()
|
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
H A D | dn_expand.cpp | 41 char unsigned *mb = msg; in testComp() local
|
/llvm-project/lld/COFF/ |
H A D | InputFiles.h | 87 MemoryBufferRef mb; global() variable 99 : mb(m), ctx(c), fileKind(k), lazy(lazy) {} mb() function 412 isBitcode(MemoryBufferRef mb) isBitcode() argument
|
H A D | Driver.cpp | 168 takeBuffer(std::unique_ptr<MemoryBuffer> mb) takeBuffer() argument 178 addBuffer(std::unique_ptr<MemoryBuffer> mb,bool wholeArchive,bool lazy) addBuffer() argument 277 addArchiveBuffer(MemoryBufferRef mb,StringRef symName,StringRef parentName,uint64_t offsetInArchive) addArchiveBuffer() argument 323 MemoryBufferRef mb = mbOrErr.get(); enqueueArchiveMember() local 992 std::unique_ptr<MemoryBuffer> mb = parseModuleDefs() local 1087 std::unique_ptr<MemoryBuffer> mb = parseOrderFile() local 1114 std::unique_ptr<MemoryBuffer> mb = parseCallGraphFile() local [all...] |
H A D | LTO.cpp | 186 __anon0b4671da0302(size_t task, const Twine &moduleName, std::unique_ptr<MemoryBuffer> mb) compile() argument
|
/llvm-project/lld/MachO/ |
H A D | InputFiles.h | 120 MemoryBufferRef mb; variable 138 : mb(mb), id(idCount++), lazy(lazy), fileKind(kind), in mb() argument [all...] |
H A D | InputFiles.cpp | 228 std::unique_ptr<MemoryBuffer> &mb = *mbOrErr; in readFile() local 939 OpaqueFile::OpaqueFile(MemoryBufferRef mb, StringRef segName, in OpaqueFile() argument 966 ObjFile(MemoryBufferRef mb,uint32_t modTime,StringRef archiveName,bool lazy,bool forceHidden,bool compatArch,bool builtFromBitcode) ObjFile() argument 1686 DylibFile(MemoryBufferRef mb,DylibFile * umbrella,bool isBundleLoader,bool explicitlyLinked) DylibFile() argument 1783 parseLoadCommands(MemoryBufferRef mb) parseLoadCommands() argument 2176 loadArchiveMember(MemoryBufferRef mb,uint32_t modTime,StringRef archiveName,uint64_t offsetInArchive,bool forceHidden,bool compatArch) loadArchiveMember() argument 2199 Expected<MemoryBufferRef> mb = c.getMemoryBufferRef(); fetch() local 2275 BitcodeFile(MemoryBufferRef mb,StringRef archiveName,uint64_t offsetInArchive,bool lazy,bool forceHidden,bool compatArch) BitcodeFile() argument [all...] |
/llvm-project/lld/wasm/ |
H A D | LTO.cpp | 133 __anond20ae2140102(size_t task, const Twine &moduleName, std::unique_ptr<MemoryBuffer> mb) compile() argument
|
/llvm-project/lld/Common/ |
H A D | Args.cpp | 75 std::vector<StringRef> lld::args::getLines(MemoryBufferRef mb) { in getLines()
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | dependent-template-recover.cpp | 74 } mb; variable
|
/llvm-project/lld/MachO/Arch/ |
H A D | ARM64Common.cpp | 19 int64_t ARM64Common::getEmbeddedAddend(MemoryBufferRef mb, uint64_t offset, in getEmbeddedAddend()
|
/llvm-project/flang/test/Lower/OpenMP/ |
H A D | declare-target-implicit-func-and-subr-cap-enter.f90 | 164 program mb program
|
H A D | declare-target-implicit-func-and-subr-cap.f90 | 190 program mb program
|
/llvm-project/flang/test/Semantics/ |
H A D | separate-mp01.f90 | 34 interface mb interface
|
H A D | bindings06.f90 | 36 module mb module
|
/llvm-project/mlir/lib/ExecutionEngine/ |
H A D | CudaRuntimeWrappers.cpp | 698 mgpuSpMMBufferSize(int32_t ma,int32_t mb,void * a,void * b,void * c,int32_t ctp,CUstream) mgpuSpMMBufferSize() argument 715 mgpuSpMM(int32_t ma,int32_t mb,void * a,void * b,void * c,int32_t ctp,void * buf,CUstream) mgpuSpMM() argument 733 mgpuSDDMMBufferSize(int32_t ma,int32_t mb,void * a,void * b,void * c,int32_t ctp,CUstream) mgpuSDDMMBufferSize() argument 750 mgpuSDDMM(int32_t ma,int32_t mb,void * a,void * b,void * c,int32_t ctp,void * buf,CUstream) mgpuSDDMM() argument 781 mgpuSpGEMMWorkEstimation(void * s,int32_t ma,int32_t mb,void * a,void * b,void * c,int32_t ctp,intptr_t bs,void * buf,CUstream) mgpuSpGEMMWorkEstimation() argument 799 mgpuSpGEMMCompute(void * s,int32_t ma,int32_t mb,void * a,void * b,void * c,int32_t ctp,intptr_t bsz2,void * buf2,CUstream) mgpuSpGEMMCompute() argument 817 mgpuSpGEMMCopy(void * s,int32_t ma,int32_t mb,void * a,void * b,void * c,int32_t ctp,CUstream) mgpuSpGEMMCopy() argument 939 mgpuCuSparseLtSpMMBufferSize(void * bs,int32_t ma,int32_t mb,void * a,void * b,void * c,int32_t ctp,int32_t prune_flag,CUstream stream) mgpuCuSparseLtSpMMBufferSize() argument [all...] |
/llvm-project/compiler-rt/lib/tsan/tests/unit/ |
H A D | tsan_sync_test.cpp | 24 MBlock *mb = m->GetBlock((uptr)&block[0]); in TEST() local
|