reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | include(FeatureSummary) find_program(LLVMNM_EXECUTABLE NAMES llvm-nm DOC "The llvm-nm executable" ) include(FindPackageHandleStandardArgs) find_package_handle_standard_args(LLVMNm DEFAULT_MSG LLVMNM_EXECUTABLE) SET_PACKAGE_PROPERTIES(LLVMNm PROPERTIES URL https://llvm.org/docs/CommandGuide/llvm-nm.html DESCRIPTION "list LLVM bitcode and object file’s symbol table" ) |