Home
last modified time | relevance | path

Searched defs:mb (Results 1 – 25 of 42) sorted by relevance

12

/llvm-project/libcxx/test/std/localization/locale.categories/category.messages/locale.messages/
H A Dmessages_base.pass.cpp32 std::messages_base mb; in main() local
/llvm-project/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct/
H A Dmoney_base.pass.cpp25 std::money_base mb; ((void)mb); in main() local
/llvm-project/lld/ELF/
H A DScriptLexer.cpp93 ScriptLexer(MemoryBufferRef mb) ScriptLexer() argument
108 tokenize(MemoryBufferRef mb) tokenize() argument
324 for (MemoryBufferRef mb : mbs) getCurrentMB() local
[all...]
H A DInputFiles.cpp75 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 DScriptParser.cpp51 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 DDriver.cpp219 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 Dwchar_h.compile.pass.cpp40 mbstate_t mb = {}; variable
/llvm-project/libcxx/test/std/strings/c.strings/
H A Dcwchar.pass.cpp38 std::mbstate_t mb = {}; in main() local
/llvm-project/clang/test/CodeGenCXX/
H A Dstd-byte.cpp29 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 Ddn_expand.cpp41 char unsigned *mb = msg; in testComp() local
/llvm-project/lld/COFF/
H A DInputFiles.h87 MemoryBufferRef mb; global() variable
99 : mb(m), ctx(c), fileKind(k), lazy(lazy) {} mb() function
412 isBitcode(MemoryBufferRef mb) isBitcode() argument
H A DDriver.cpp168 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 DLTO.cpp186 __anon0b4671da0302(size_t task, const Twine &moduleName, std::unique_ptr<MemoryBuffer> mb) compile() argument
/llvm-project/lld/MachO/
H A DInputFiles.h120 MemoryBufferRef mb; variable
138 : mb(mb), id(idCount++), lazy(lazy), fileKind(kind), in mb() argument
[all...]
H A DInputFiles.cpp228 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 DLTO.cpp133 __anond20ae2140102(size_t task, const Twine &moduleName, std::unique_ptr<MemoryBuffer> mb) compile() argument
/llvm-project/lld/Common/
H A DArgs.cpp75 std::vector<StringRef> lld::args::getLines(MemoryBufferRef mb) { in getLines()
/llvm-project/clang/test/SemaTemplate/
H A Ddependent-template-recover.cpp74 } mb; variable
/llvm-project/lld/MachO/Arch/
H A DARM64Common.cpp19 int64_t ARM64Common::getEmbeddedAddend(MemoryBufferRef mb, uint64_t offset, in getEmbeddedAddend()
/llvm-project/flang/test/Lower/OpenMP/
H A Ddeclare-target-implicit-func-and-subr-cap-enter.f90164 program mb program
H A Ddeclare-target-implicit-func-and-subr-cap.f90190 program mb program
/llvm-project/flang/test/Semantics/
H A Dseparate-mp01.f9034 interface mb interface
H A Dbindings06.f9036 module mb module
/llvm-project/mlir/lib/ExecutionEngine/
H A DCudaRuntimeWrappers.cpp698 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 Dtsan_sync_test.cpp24 MBlock *mb = m->GetBlock((uptr)&block[0]); in TEST() local

12