Home
last modified time | relevance | path

Searched defs:ModuleName (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm/tools/llvm-symbolizer/
Dllvm-symbolizer.cpp99 std::string &ModuleName, uint64_t &ModuleOffset) { in parseCommand()
174 std::string ModuleName; in main() local
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp54 Expected<DILineInfo> LLVMSymbolizer::symbolizeCode(const std::string &ModuleName, in symbolizeCode()
80 LLVMSymbolizer::symbolizeInlinedCode(const std::string &ModuleName, in symbolizeInlinedCode()
109 Expected<DIGlobal> LLVMSymbolizer::symbolizeData(const std::string &ModuleName, in symbolizeData()
365 LLVMSymbolizer::getOrCreateModuleInfo(const std::string &ModuleName) { in getOrCreateModuleInfo()
/external/clang/lib/CodeGen/
DModuleBuilder.cpp70 CodeGeneratorImpl(DiagnosticsEngine &diags, llvm::StringRef ModuleName, in CodeGeneratorImpl()
313 DiagnosticsEngine &Diags, llvm::StringRef ModuleName, in CreateLLVMCodeGen()
DObjectFilePCHContainerOperations.cpp173 StringRef ModuleName = llvm::sys::path::filename(MainFileName); in Initialize() local
/external/clang/lib/Frontend/
DDiagnosticRenderer.cpp236 StringRef ModuleName, in emitImportStackRecursively()
600 StringRef ModuleName, in emitImportLocation()
616 StringRef ModuleName, in emitBuildingModuleLocation()
DTextDiagnostic.cpp894 StringRef ModuleName, in emitImportLocation()
905 StringRef ModuleName, in emitBuildingModuleLocation()
DFrontendActions.cpp468 void ReadModuleName(StringRef ModuleName) override { in ReadModuleName()
DCompilerInstance.cpp1415 StringRef ModuleName = Path[0].first->getName(); in loadModule() local
/external/clang/lib/Lex/
DHeaderSearch.cpp128 std::string HeaderSearch::getModuleFileName(StringRef ModuleName, in getModuleFileName()
165 Module *HeaderSearch::lookupModule(StringRef ModuleName, bool AllowSearch) { in lookupModule()
430 StringRef ModuleName(Filename.begin(), SlashPos); in DoFrameworkLookup() local
1173 StringRef ModuleName = llvm::sys::path::stem(TopFrameworkDir->getName()); in findUsableModuleForFrameworkHeader() local
DModuleMap.cpp607 StringRef ModuleName = sanitizeFilenameAsIdentifier( in inferFrameworkModule() local
1407 StringRef ModuleName = Id.back().first; in parseModuleDecl() local
/external/clang/tools/libclang/
DBuildSystem.cpp97 std::string ModuleName; member
/external/python/cpython3/Lib/idlelib/
Dquery.py172 class ModuleName(Query): class
/external/clang/include/clang/Serialization/
DModule.h117 std::string ModuleName; variable
DASTReader.h116 virtual void ReadModuleName(StringRef ModuleName) {} in ReadModuleName()
/external/clang/lib/Serialization/
DModuleManager.cpp227 StringRef ModuleName = (*victim)->ModuleName; in removeModules() local
DGlobalModuleIndex.cpp211 StringRef ModuleName = llvm::sys::path::stem(Modules[ID].FileName); in GlobalModuleIndex() local
DASTReader.cpp78 void ChainedASTReaderListener::ReadModuleName(StringRef ModuleName) { in ReadModuleName()
446 StringRef ModuleName = TopImport->ModuleName; in ReadDiagnosticOptions() local
7617 StringRef ModuleName = llvm::sys::path::filename(MF.OriginalSourceFileName); in getSourceDescriptor() local
/external/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp296 GlobalVariable *ModuleName = in runOnModule() local
DAddressSanitizer.cpp1221 GlobalValue *ModuleName) { in poisonOneInitializer()
1237 Module &M, GlobalValue *ModuleName) { in createInitializerPoisonCalls()
1431 GlobalVariable *ModuleName = createPrivateGlobalForString( in InstrumentGlobals() local
/external/syslinux/gpxe/src/include/gpxe/efi/Pi/
DPiHob.h155 EFI_GUID ModuleName; member
/external/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp1100 const auto ModuleName = toStdString( in CallImport() local
1529 auto ModuleName = toStdString( in translate() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFWriter.cpp895 void ELFWriter::EmitStringTable(const std::string &ModuleName) { in EmitStringTable()
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h27 PSTR ModuleName; member
392 CHAR ModuleName[32]; member
416 WCHAR ModuleName[32]; member
446 CHAR ModuleName[32]; member
459 WCHAR ModuleName[32]; member
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc88 string ModuleName(const string& filename) { in ModuleName() function
/external/llvm/tools/llvm-c-test/
Decho.cpp931 const char *ModuleName = LLVMGetModuleIdentifier(Src, &Len); in llvm_echo() local

12