Home
last modified time | relevance | path

Searched defs:isFunction (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h44 bool isFunction = false; member
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h44 bool isFunction() const { return Type == wasm::WASM_SYMBOL_TYPE_FUNCTION; } in isFunction() function
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DRecord.h132 bool isFunction() const { return GV == Kind::Function; } in isFunction() function
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp594 bool ItaniumPartialDemangler::isFunction() const { in isFunction() function in ItaniumPartialDemangler
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp416 bool isFunction) { in addDefinedSymbol()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp435 bool NativeRawSymbol::isFunction() const { in isFunction() function in NativeRawSymbol
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp966 bool DIARawSymbol::isFunction() const { in isFunction() function in DIARawSymbol
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp1245 Expected<bool> XCOFFSymbolRef::isFunction() const { in isFunction() function in llvm::object::XCOFFSymbolRef
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp2768 const Twine &name, bool isFunction = false) { in emitByrefStructureInit()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9925 static bool isFunction(SDValue Op) { in isFunction() function