Home
last modified time | relevance | path

Searched defs:ExportSymbols (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1199 DINamespace(LLVMContext & Context,StorageType Storage,bool ExportSymbols,ArrayRef<Metadata * > Ops) DINamespace() argument
1204 getImpl(LLVMContext & Context,Metadata * Scope,MDString * Name,bool ExportSymbols,StorageType Storage,bool ShouldCreate) getImpl() argument
H A DDIBuilder.cpp921 createNameSpace(DIScope * Scope,StringRef Name,bool ExportSymbols) createNameSpace() argument
H A DDebugInfo.cpp1113 LLVMDIBuilderCreateNameSpace(LLVMDIBuilderRef Builder,LLVMMetadataRef ParentScope,const char * Name,size_t NameLen,LLVMBool ExportSymbols) LLVMDIBuilderCreateNameSpace() argument
/llvm-project/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c273 value Name, value ExportSymbols) { in llvm_dibuild_create_namespace() argument
/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1954 bool ExportSymbols = Record[0] & 2; parseOneMetadata() local
/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp98 static bool ExportSymbols; global() variable
/llvm-project/llvm/unittests/IR/
H A DMetadataTest.cpp2795 bool ExportSymbols = true; TEST_F() local